Commit 3fa699d1 by Arnaud Charlet

* gnat.dg/case_null.adb, gnat.dg/specs/debug1.ads: Adjust tests.

From-SVN: r213303
parent 72b4f1fc
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
......
......@@ -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;
......
......@@ -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 } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment