|
From: <sv...@va...> - 2016-10-19 17:23:31
|
Author: carll
Date: Wed Oct 19 18:23:19 2016
New Revision: 16079
Log:
Update memcheck/tests/ppc64/power_ISA2_05.vgtest
The option --workaround-gcc296-bugs=yes has been depricated and
replaced with the option --ignore-range-below-sp=1024-1
Updated the vgtest file with this change.
No associated bugzilla.
Modified:
trunk/memcheck/tests/ppc64/power_ISA2_05.vgtest
Modified: trunk/memcheck/tests/ppc64/power_ISA2_05.vgtest
==============================================================================
--- trunk/memcheck/tests/ppc64/power_ISA2_05.vgtest (original)
+++ trunk/memcheck/tests/ppc64/power_ISA2_05.vgtest Wed Oct 19 18:23:19 2016
@@ -1,2 +1,3 @@
prog: power_ISA2_05
-vgopts: --workaround-gcc296-bugs=yes
+## depricated option --workaround-gcc296-bugs=yes
+vgopts: --ignore-range-below-sp=1024-1
|