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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |msebor at gcc dot gnu.org
      Known to work|                            |6.0
         Resolution|---                         |FIXED

--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
The test case compiles successfully with this week's trunk configured with
--host=x86_64-pc-linux-gnu --target=powerpc-eabispe.  Please reopen this bug if
I missed something and it still fails for you.

$ cat t.c && /build/sysroot/powerpc-eabispe/bin/powerpc-eabispe-gcc -c -O2
-ffast-math -fno-inline -fno-unroll-loops -mpowerpc-gpopt -fno-ident t.c
void
foo (double x, double y)
{
    if (x != __builtin_sqrt (y))
      __builtin_abort ();
}

Reply via email to