diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.dg/980626-1.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.dg/980626-1.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc_arm/testsuite/gcc.dg/980626-1.c b/gcc_arm/testsuite/gcc.dg/980626-1.c deleted file mode 100755 index 7d8ae83..0000000 --- a/gcc_arm/testsuite/gcc.dg/980626-1.c +++ /dev/null @@ -1,16 +0,0 @@ -/* { dg-do compile } */ -/* { dg-options -Wimplicit-int } */ -/* { dg-excess-errors "c-decl.c:grokdeclarator does not handle mode attributes" { xfail *-*-* } } */ - -int main() -{ - typedef SFtype __attribute__ ((mode (SF))); - typedef DFtype __attribute__ ((mode (DF))); - typedef HItype __attribute__ ((mode (HI))); - typedef SItype __attribute__ ((mode (SI))); - typedef DItype __attribute__ ((mode (DI))); - typedef UHItype __attribute__ ((mode (HI))); - typedef USItype __attribute__ ((mode (SI))); - typedef UDItype __attribute__ ((mode (DI))); - return 0; -} |