From: Mark Wielaard Date: Fri, 29 Aug 2014 21:18:17 +0000 (+0000) Subject: With gcc 4.9.1 exp-sgcheck/tests/globalerr sees array "a", not unknown. X-Git-Tag: svn/VALGRIND_3_10_0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ce1c9b68d86f375ec86fe3284d8e03e4587063;p=thirdparty%2Fvalgrind.git With gcc 4.9.1 exp-sgcheck/tests/globalerr sees array "a", not unknown. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14388 --- diff --git a/exp-sgcheck/tests/globalerr.stderr.exp-gcc491-amd64 b/exp-sgcheck/tests/globalerr.stderr.exp-gcc491-amd64 new file mode 100644 index 0000000000..b7df06cb78 --- /dev/null +++ b/exp-sgcheck/tests/globalerr.stderr.exp-gcc491-amd64 @@ -0,0 +1,17 @@ + +Invalid read of size 2 + at 0x........: main (globalerr.c:12) + Address 0x........ expected vs actual: + Expected: global array "a" of size 14 in object with soname "NONE" + Actual: unknown + Actual: is 0 after Expected + +Invalid read of size 2 + at 0x........: main (globalerr.c:12) + Address 0x........ expected vs actual: + Expected: global array "b" of size 14 in object with soname "NONE" + Actual: global array "a" of size 14 in object with soname "NONE" + Actual: is 0 after Expected + + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)