[Bug testsuite/107171] New test case gcc.target/powerpc/pr105586.c fails after its introduction in r13-2525-gbec35caafae8db

bergner at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 6 19:02:51 GMT 2022


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

Peter Bergner <bergner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-10-06
           Assignee|unassigned at gcc dot gnu.org      |jskumari at gcc dot gnu.org
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #1 from Peter Bergner <bergner at gcc dot gnu.org> ---
Assigning to Surya.

It looks like the test case just needs a...

/* { dg-require-effective-target lp64 } */

...line to disable it on -m32 compiles, since __int128 isn't supported there.


More information about the Gcc-bugs mailing list