|
From: <sv...@va...> - 2014-08-29 21:18:28
|
Author: mjw
Date: Fri Aug 29 21:18:17 2014
New Revision: 14388
Log:
With gcc 4.9.1 exp-sgcheck/tests/globalerr sees array "a", not unknown.
Added:
trunk/exp-sgcheck/tests/globalerr.stderr.exp-gcc491-amd64
Added: trunk/exp-sgcheck/tests/globalerr.stderr.exp-gcc491-amd64
==============================================================================
--- trunk/exp-sgcheck/tests/globalerr.stderr.exp-gcc491-amd64 (added)
+++ trunk/exp-sgcheck/tests/globalerr.stderr.exp-gcc491-amd64 Fri Aug 29 21:18:17 2014
@@ -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)
|