* gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
From-SVN: r89136
This commit is contained in:
parent
1ed3dfd55d
commit
051a600204
@ -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
|
||||
|
@ -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)));
|
||||
|
Loading…
Reference in New Issue
Block a user