gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.

gdb/testsuite/ChangeLog:

	* gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
This commit is contained in:
Doug Evans 2015-01-31 14:26:54 -08:00
parent 05cdcf3d36
commit 5dd31d7995
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-01-31 Doug Evans <xdje42@gmail.com>
* gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2015-01-31 Doug Evans <xdje42@gmail.com>
* gdb.guile/scm-section-script.c: Add duplicate inlined section script

View File

@ -19,7 +19,7 @@ if { [skip_ada_tests] } { return -1 }
standard_ada_testfile foo
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable {debug}] != ""} {
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable {debug additional_flags=-gnat12}] != ""} {
return -1
}