debug7.adb (dg-options): Remove -g.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 14 Oct 2016 17:57:39 +0000 (17:57 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 14 Oct 2016 17:57:39 +0000 (17:57 +0000)
* gnat.dg/debug7.adb (dg-options): Remove -g.
* gnat.dg/debug8.adb (dg-options): Add -margs.
* gnat.dg/debug9.adb (dg-options): Remove -g and add -margs.

From-SVN: r241174

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/debug7.adb
gcc/testsuite/gnat.dg/debug8.adb
gcc/testsuite/gnat.dg/debug9.adb

index bc8471f..d0724f1 100644 (file)
@@ -1,3 +1,9 @@
+2016-10-14  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/debug7.adb (dg-options): Remove -g.
+       * gnat.dg/debug8.adb (dg-options): Add -margs.
+       * gnat.dg/debug9.adb (dg-options): Remove -g and add -margs.
+
 2016-10-14  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/77979
index cdaf089..413f774 100644 (file)
@@ -1,5 +1,5 @@
 -- { dg-do compile }
--- { dg-options "-cargs -g -gdwarf-2 -gstrict-dwarf -dA -margs" }
+-- { dg-options "-cargs -gdwarf-2 -gstrict-dwarf -dA -margs" }
 -- { dg-final { scan-assembler "DW_TAG_imported_decl" } }
 
 package body Debug7 is
index fabcc22..882be55 100644 (file)
@@ -1,5 +1,5 @@
 -- { dg-do compile }
--- { dg-options "-cargs -g -fgnat-encodings=minimal -dA" }
+-- { dg-options "-cargs -g -fgnat-encodings=minimal -dA -margs" }
 -- { dg-final { scan-assembler-not "DW_OP_const4u" } }
 -- { dg-final { scan-assembler-not "DW_OP_const8u" } }
 
index a15069f..4875c89 100644 (file)
@@ -7,7 +7,7 @@
 --  some hackish way to check that types are output in the proper context (i.e.
 --  at global or local scope).
 --
---  { dg-options "-g -gdwarf-4 -cargs -fdebug-types-section -dA" }
+--  { dg-options "-cargs -gdwarf-4 -fdebug-types-section -dA -margs" }
 --  { dg-final { scan-assembler-times "\\(DIE \\(0x\[a-f0-9\]*\\) DW_TAG_type_unit\\)" 0 } }
 
 procedure Debug9 is