------- Comment #2 from rguenth at gcc dot gnu dot org 2010-09-02 10:46 ------- Please check whether
Index: gcc/testsuite/gcc.dg/torture/builtin-cproj-1.c =================================================================== --- gcc/testsuite/gcc.dg/torture/builtin-cproj-1.c (revision 163766) +++ gcc/testsuite/gcc.dg/torture/builtin-cproj-1.c (working copy) @@ -7,6 +7,8 @@ /* { dg-do link } */ /* { dg-add-options ieee } */ +/* { dg-add-options c99_runtime } */ +/* { dg-require-effective-target c99_runtime } */ /* All references to link_error should go away at compile-time. The argument is the __LINE__ number. It appears in the tree dump file fixes this (and commit it then). But I think the foldings should succeed anyway, so please investigate. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43959