diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2006-07-11 11:55:14 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2006-07-11 11:55:14 +0000 |
commit | 4e96aca4b11e0dde8c8e09a561ba32cac7f29dbf (patch) | |
tree | 4e3c560c715bb2105059ad2416a61c54dcd8ed74 /regress/gnu/egcs/gcc-bounds/snprintf-4.cpp.exp.gcc3 | |
parent | 05848c2fa23bae5e5725e12d49f79aa5de143504 (diff) |
sync regression tests, since the output format has changed slightly
(the argument number is included in -Wbounded error messages)
Diffstat (limited to 'regress/gnu/egcs/gcc-bounds/snprintf-4.cpp.exp.gcc3')
-rw-r--r-- | regress/gnu/egcs/gcc-bounds/snprintf-4.cpp.exp.gcc3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/gnu/egcs/gcc-bounds/snprintf-4.cpp.exp.gcc3 b/regress/gnu/egcs/gcc-bounds/snprintf-4.cpp.exp.gcc3 index 346e3936ef5..6c2e60f73c5 100644 --- a/regress/gnu/egcs/gcc-bounds/snprintf-4.cpp.exp.gcc3 +++ b/regress/gnu/egcs/gcc-bounds/snprintf-4.cpp.exp.gcc3 @@ -1,3 +1,5 @@ snprintf-4.cpp: In function `int main(int, char**)': snprintf-4.cpp:6: warning: sizeof(pointer) possibly incorrect in argument 2 -snprintf-4.cpp:6: warning: array size (10) smaller than bound length (92) +snprintf-4.cpp:6: warning: array size (10) smaller than bound length (96) +snprintf-4.cpp:6: warning: sizeof(pointer) possibly incorrect in argument 2 +snprintf-4.cpp:6: warning: array size (10) smaller than bound length (96) |