980626-1.c: Delete this test.
authorJeffrey A Law <law@cygnus.com>
Sun, 30 Aug 1998 16:40:20 +0000 (16:40 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 30 Aug 1998 16:40:20 +0000 (10:40 -0600)
        * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
        this test triggers valid.

From-SVN: r22104

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/980626-1.c [deleted file]

index fa4204425bbc6e9810388ed7f883407f89fd5a63..ba2eaf265e514d2bcae69d790924cadcb9db2925 100644 (file)
@@ -1,3 +1,8 @@
+Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
+       this test triggers valid.
+
 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
 
        * gcc.dg/980827-1.c: New test.
diff --git a/gcc/testsuite/gcc.dg/980626-1.c b/gcc/testsuite/gcc.dg/980626-1.c
deleted file mode 100644 (file)
index 7d8ae83..0000000
+++ /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;
-}