gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
authorDoug Evans <xdje42@gmail.com>
Sat, 31 Jan 2015 22:26:54 +0000 (14:26 -0800)
committerDoug Evans <xdje42@gmail.com>
Sat, 31 Jan 2015 22:26:54 +0000 (14:26 -0800)
gdb/testsuite/ChangeLog:

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

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/dyn_arrayidx.exp

index 1c5a52121a75593c1e089695f60ff15b5e8f0578..c5cff1867e3380de36226c4ac152834f7de679f9 100644 (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
index 25351db5d05f5dbb47283cab551159f06e6ef3ab..06702b80fce7c4866f3d8b5d62ed83811c699763 100644 (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
 }
 
This page took 0.038995 seconds and 4 git commands to generate.