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.
This commit is contained in:
Alan Hayward 2018-10-18 11:43:40 +01:00
parent 2bc69f2588
commit 2c6ac8d7ce
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -70,10 +70,10 @@ proc vla_optimized_out {exe_suffix options} {
foreach {test_prefix options} \
{ "o1" {{debug optimize=-O1 additional_flags=-DNOCLONE} "6"} \
"o3" {{debug optimize=-O3} "<optimized out>"} \
"o3" {{debug optimize=-O3} "<optimized out>|6"} \
"o3_strict" {{debug optimize=-O3 \
additional_flags=-gstrict-dwarf} \
"<optimized out>"}} {
"<optimized out>|6"}} {
with_test_prefix $test_prefix {
vla_optimized_out $test_prefix $options
}