diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-07-03 14:31:42 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-07-03 14:31:42 +0000 |
commit | 301837eca0e4b2482aac1646cb809cc11b666f67 (patch) | |
tree | 6e36cda2ab894905038e0bde3a47f50e2ae47fb3 /regress/gnu/egcs/gcc-bounds/getcwd-3.c.exp | |
parent | cd8f4f67b08d173f5a3ddea04f94686f846d9b8f (diff) |
some more regress tests for __bounded__
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) |