diff options
Diffstat (limited to 'regress/gnu/egcs/gcc-bounds/getcwd-3.c.exp')
-rw-r--r-- | regress/gnu/egcs/gcc-bounds/getcwd-3.c.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/gnu/egcs/gcc-bounds/getcwd-3.c.exp b/regress/gnu/egcs/gcc-bounds/getcwd-3.c.exp new file mode 100644 index 00000000000..f84544261c7 --- /dev/null +++ b/regress/gnu/egcs/gcc-bounds/getcwd-3.c.exp @@ -0,0 +1,3 @@ +getcwd-3.c: In function `main': +getcwd-3.c:5: warning: array size (10) is smaller than minimum required (1024) +getcwd-3.c:5: warning: array size (10) smaller than bound length (2010) |