summaryrefslogtreecommitdiff
path: root/gcc_arm/testsuite/g++.old-deja/g++.brendan/array1.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_arm/testsuite/g++.old-deja/g++.brendan/array1.C')
-rwxr-xr-xgcc_arm/testsuite/g++.old-deja/g++.brendan/array1.C7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc_arm/testsuite/g++.old-deja/g++.brendan/array1.C b/gcc_arm/testsuite/g++.old-deja/g++.brendan/array1.C
deleted file mode 100755
index 1812958..0000000
--- a/gcc_arm/testsuite/g++.old-deja/g++.brendan/array1.C
+++ /dev/null
@@ -1,7 +0,0 @@
-// Build don't link:
-// Special g++ Options: -fconserve-space -fcommon
-// GROUPS passed array-bindings
-
-extern "C" void printf (char *, ...);
-char array[~(~0ul>>1)|~(0ul>>3)]; // ERROR - overflow in array dimension.*
-int main () { printf ("PASS\n"); return 0; }