This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme in repository gcc.
discards eabcd5d5221 [PR80693] drop value of parallel SETs dropped by combine adds 397b0c1c899 2017-12-11 Thomas Koenig tkoenig@gcc.gnu.org adds 5df912d9fed [gcc] adds d9a2dbd2ee3 ifcvt: Call fixup_partitions (PR83361) adds db67a692bec * recog.c (store_data_bypass_p_1): New function. (store_d [...] new 28a5212f1ea [PR80693] drop value of parallel SETs dropped by combine
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (eabcd5d5221) \ N -- N -- N refs/heads/aoliva/testme (28a5212f1ea)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 25 +++++ gcc/config/rs6000/rs6000.c | 22 ++++ gcc/fortran/ChangeLog | 6 ++ gcc/fortran/intrinsic.texi | 30 ++++-- gcc/ifcvt.c | 4 + gcc/recog.c | 116 ++++++++------------- gcc/testsuite/ChangeLog | 17 +++ gcc/testsuite/gcc.dg/pr83361.c | 40 +++++++ .../powerpc/fold-vec-splat-misc-invalid.c | 33 ++++++ 9 files changed, 211 insertions(+), 82 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr83361.c create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-misc-invalid.c