* gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sat, 16 Oct 2004 11:47:46 +0000 (13:47 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 16 Oct 2004 11:47:46 +0000 (11:47 +0000)
From-SVN: r89136

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/bf-spl1.c

index 0ca8452357faba113b6326af7f5a097f243cf0cb..d7867afaad44a00194e8bc463a9d10e3f20598a2 100644 (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
index 134193e54cc2e9e5e5edcf723af9329a4c6e1a93..e82f3be6fe91d5b626a0faca43f55fe8f8caba7f 100644 (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)));