]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/Wreturn-type2.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / Wreturn-type2.c
diff --git a/gcc/testsuite/gcc.dg/Wreturn-type2.c b/gcc/testsuite/gcc.dg/Wreturn-type2.c
deleted file mode 100644 (file)
index d57a914..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Test for cases that should not get the unconditional warning about
-   missing return.  */
-/* { dg-do compile } */
-
-f() {}                         /* { dg-bogus "" "no return warning" } */
-int g() { abort (); }          /* { dg-bogus "" "no return warning" } */
-int main() {}                  /* { dg-bogus "" "no return warning" } */