aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/Wlarger-than2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/Wlarger-than2.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/Wlarger-than2.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/Wlarger-than2.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/Wlarger-than2.c
deleted file mode 100644
index eac67f48b..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/Wlarger-than2.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-Wlarger-than=8" } */
-static void foo (void)
-{
- char buf[9]; /* { dg-warning "size of.*9 bytes" } */
-}
-