aboutsummaryrefslogtreecommitdiff
path: root/exp-sgcheck
diff options
context:
space:
mode:
authormjw <mjw@a5019735-40e9-0310-863c-91ae7b9d1cf9>2014-08-29 21:18:17 +0000
committermjw <mjw@a5019735-40e9-0310-863c-91ae7b9d1cf9>2014-08-29 21:18:17 +0000
commit7f98ab8bafb3bcf11be10dfa12f2da424918197f (patch)
treecc49c0541c4ad0c0a4be636dab3216b1cb49762c /exp-sgcheck
parentec8ed09b03219bf33be981712e6fe7e4f801eb1e (diff)
downloadvalgrind-7f98ab8bafb3bcf11be10dfa12f2da424918197f.tar.gz
With gcc 4.9.1 exp-sgcheck/tests/globalerr sees array "a", not unknown.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14388 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'exp-sgcheck')
-rw-r--r--exp-sgcheck/tests/globalerr.stderr.exp-gcc491-amd6417
1 files changed, 17 insertions, 0 deletions
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 000000000..b7df06cb7
--- /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)