]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gnat.dg/case_null.adb, gnat.dg/specs/debug1.ads: Adjust tests.
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2014 16:05:46 +0000 (18:05 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2014 16:05:46 +0000 (18:05 +0200)
From-SVN: r213303

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/case_null.adb
gcc/testsuite/gnat.dg/specs/debug1.ads

index a334ad71f382cae6f6de3df3073811add3f0da10..d0e5f26114565bd177077528e52f817982f8cdbf 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-30  Arnaud Charlet  <charlet@adacore.com>
+
+       * gnat.dg/case_null.adb, gnat.dg/specs/debug1.ads: Adjust tests.
+
 2014-07-30  Tom Tromey  <tromey@redhat.com>
 
        PR c/59855
@@ -7,6 +11,7 @@
 
        * g++.dg/ipa/devirt-34.C: New testcase.
 
+>>>>>>> .r213302
 2014-07-28  Richard Biener  <rguenther@suse.de>
 
        PR rtl-optimization/61801
index eba89dc5f13c1ad941bf264cb01eae90d3e3ea0a..4b1b30ef7ce3aee9298ec58c4fcdbfdd050866a7 100644 (file)
@@ -5,7 +5,7 @@ package body Case_Null is
    procedure P1 (X : T) is
    begin
       case X is
-         when S1 =>
+         when S1 =>  -- { dg-error "not.*static" }
            null;
          when e =>
            null;
index 2fdc6e13e9176a98e246caa58f05a775221a8e9b..1760eff739f931759dd0eb65ba40db836b6f9236 100644 (file)
@@ -11,4 +11,4 @@ package Debug1 is
 
 end Debug1;
 
--- { dg-final { scan-assembler-times "DW_AT_artificial" 8 } }
+-- { dg-final { scan-assembler-times "DW_AT_artificial" 13 } }