summaryrefslogtreecommitdiff
path: root/regress/gnu
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2004-12-29 05:48:41 +0000
committerDavid Krause <david@cvs.openbsd.org>2004-12-29 05:48:41 +0000
commitdbd223a1d1501c91534f24abd186b99d90f9a8f5 (patch)
tree6f5a5b90c20e44fa0bb990a95afe83cbeab05c8b /regress/gnu
parent184ed496410be47035546f3e57a67a6f38def511 (diff)
missing gcc3 output for:
check for variable sized array in format arguments
Diffstat (limited to 'regress/gnu')
-rw-r--r--regress/gnu/egcs/gcc-bounds/vararray-3.c.exp.gcc32
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/gnu/egcs/gcc-bounds/vararray-3.c.exp.gcc3 b/regress/gnu/egcs/gcc-bounds/vararray-3.c.exp.gcc3
new file mode 100644
index 00000000000..29c95b13228
--- /dev/null
+++ b/regress/gnu/egcs/gcc-bounds/vararray-3.c.exp.gcc3
@@ -0,0 +1,2 @@
+vararray-3.c: In function `main':
+vararray-3.c:7: warning: ISO C90 forbids variable-size array `buf2'