summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAlan Hayward <alan.hayward@arm.com>2018-10-18 11:43:40 +0100
committerAlan Hayward <alan.hayward@arm.com>2018-10-19 11:21:12 +0100
commit2c6ac8d7ce6e018168c17b11d978b25dba721554 (patch)
tree96f5e4d3773ba6557943675b05dc90f61f2c30b4 /gdb/testsuite/ChangeLog
parent2bc69f2588c0beef39a56f057f61f6a063ed4405 (diff)
downloadbinutils-gdb-2c6ac8d7ce6e018168c17b11d978b25dba721554.tar.gz
Testsuite: vla-optimized-out.exp is too pessimistic
On aarch64 (and possibly other ports), for O3 the sizeof "a" can still be shown. 2018-10-19 Alan Hayward <alan.hayward@arm.com> * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 0cc9e445ead..d33e7f2a672 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2018-10-19 Alan Hayward <alan.hayward@arm.com>
+ * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
+
+2018-10-19 Alan Hayward <alan.hayward@arm.com>
+
* gdb.cp/ovldbreak.exp: Fix regexps.
2018-10-19 Alan Hayward <alan.hayward@arm.com>