Commit 051a6002 by Eric Botcazou Committed by Eric Botcazou

* gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.

From-SVN: r89136
parent 1ed3dfd5
2004-10-16 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
2004-10-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
PR c++/10479
......
......@@ -4,8 +4,8 @@
extern void abort (void);
typedef SFtype __attribute__ ((mode (SF)));
typedef DFtype __attribute__ ((mode (DF)));
typedef float SFtype __attribute__ ((mode (SF)));
typedef float DFtype __attribute__ ((mode (DF)));
typedef int HItype __attribute__ ((mode (HI)));
typedef int SItype __attribute__ ((mode (SI)));
......
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