[Bug target/68803] [6 regression] gcc.vect/powerpc/20050603-3.c failures since r230167

msebor at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 13 21:29:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68803

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2015-12-08 00:00:00         |2016-1-13
      Known to fail|                            |4.9.2, 5.3.0, 6.0

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
On powerpc64le, both 4.9.2 and 5.3.0 emit similar code for the test case as
current trunk.  Since the change referenced in the Description (in r230167) is
a testsuite-only change, is this really a target regression?  It seems that
it's regression in the testsuite, which would presumably make this a lower
priority than some other bugs.

As a data point, though, Clang emits the following with -O2:

        addis 4, 2, b@toc@ha
        lwz 5, b@toc@l(4)
        rlwimi 5, 3, 0, 8, 11
        stw 5, b@toc@l(4)
        blr


More information about the Gcc-bugs mailing list