Commit 3a20d87c by Rainer Orth Committed by Rainer Orth

Directly declare sqrtf in gcc.dg/pr51867.c

	* gcc.dg/pr51867.c: Don't include <math.h>.
	(sqrtf): Declare.

From-SVN: r184279
parent b1cef2a5
2012-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/pr51867.c: Don't include <math.h>.
(sqrtf): Declare.
2012-02-15 Georg-Johann Lay <avr@gjlay.de> 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/lto/20091013-1_1.c: xfail for avr. * gcc.dg/lto/20091013-1_1.c: xfail for avr.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O0 -fno-math-errno -fdump-rtl-expand" } */ /* { dg-options "-O0 -fno-math-errno -fdump-rtl-expand" } */
#include <math.h>
extern float sqrtf(float);
float a(float x) float a(float x)
{ {
......
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