Commit f94bdf2b by Uros Bizjak Committed by Uros Bizjak

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
parent f45f9664
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> 2009-06-26 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/array7.ad[sb]: New test. * gnat.dg/array7.ad[sb]: New test.
......
/* { dg-do link } */ /* { dg-do link } */
/* { dg-options "-O2 -ffast-math" } */ /* { dg-options "-O2 -ffast-math" } */
/* { dg-require-effective-target c99_runtime } */
extern int ilogbf (float); extern int ilogbf (float);
extern float logbf (float); extern float logbf (float);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment