This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/51390] Builtin changes on November 29th, broke recip-5.c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51390

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iains at gcc dot gnu.org

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-12-04 15:52:47 UTC ---
On powerpc-apple-darwin9 (G5) at revision 181953, I see

FAIL: gcc.target/powerpc/recip-5.c (internal compiler error)
FAIL: gcc.target/powerpc/recip-5.c (test for excess errors)
UNRESOLVED: gcc.target/powerpc/recip-5.c scan-assembler-times xvredp 4
UNRESOLVED: gcc.target/powerpc/recip-5.c scan-assembler-times xvresp 5
UNRESOLVED: gcc.target/powerpc/recip-5.c scan-assembler-times xsredp 2
UNRESOLVED: gcc.target/powerpc/recip-5.c scan-assembler-times fres 2

The ICE is

[karma] f90/bug% gfc -mrecip=all -ffast-math -mcpu=power7
/opt/gcc/work/gcc/testsuite/gcc.target/powerpc/recip-5.c
/opt/gcc/work/gcc/testsuite/gcc.target/powerpc/recip-5.c: In function
'd_recip':
/opt/gcc/work/gcc/testsuite/gcc.target/powerpc/recip-5.c:12:39: error: Builtin
function __builtin_recipdiv is not supported with the current options
/opt/gcc/work/gcc/testsuite/gcc.target/powerpc/recip-5.c:12:39: internal
compiler error: Bus error

There was no failure for gcc.target/powerpc/recip-5.c at revision res-181782.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]