------- Comment #6 from ubizjak at gmail dot com  2009-06-25 07:33 -------
(In reply to comment #5)

> I will simply disable builtins-65.c for non-C99 targets

... like this:

Index: builtins-65.c
===================================================================
--- builtins-65.c       (revision 148916)
+++ builtins-65.c       (working copy)
@@ -1,5 +1,6 @@
 /* { dg-do link } */
 /* { dg-options "-O2 -ffast-math" } */
+/* { dg-require-effective-target c99_runtime } */

 extern int ilogbf (float);
 extern float logbf (float);


-- 


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

Reply via email to