re PR testsuite/40532 (FAIL: gcc.dg/builtins-65.c (test for excess errors))

PR testsuite/40532
	* gcc.dg/builtins-65.c: Require c99 runtime.

From-SVN: r148967
This commit is contained in:
Uros Bizjak 2009-06-26 11:02:04 +02:00 committed by Uros Bizjak
parent f45f9664dc
commit f94bdf2b18
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-06-26 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/40532
* gcc.dg/builtins-65.c: Require c99 runtime.
2009-06-26 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/array7.ad[sb]: New test.

View File

@ -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);