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

From-SVN: r89136
This commit is contained in:
Eric Botcazou 2004-10-16 13:47:46 +02:00 committed by Eric Botcazou
parent 1ed3dfd55d
commit 051a600204
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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

View File

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