X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.c-torture%2Fcompile%2F20010518-2.c;fp=gcc%2Ftestsuite%2Fgcc.c-torture%2Fcompile%2F20010518-2.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=aa8ce344c052b7dbfc50a069633c03c0d303e634;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.c-torture/compile/20010518-2.c b/gcc/testsuite/gcc.c-torture/compile/20010518-2.c deleted file mode 100644 index aa8ce344..00000000 --- a/gcc/testsuite/gcc.c-torture/compile/20010518-2.c +++ /dev/null @@ -1,13 +0,0 @@ -/* Large static storage. */ - -#include - -static volatile char chars_1[INT_MAX / 2]; -static volatile char chars_2[1]; - -int -foo (void) -{ - chars_1[10] = 'y'; - chars_2[0] = 'x'; -}