* gnat.dg/aliasing1.adb (dg-final): Robustify pattern matching.

From-SVN: r210982
This commit is contained in:
Eric Botcazou 2014-05-27 20:37:09 +00:00 committed by Eric Botcazou
parent 5e67547dd5
commit b8aac16d88
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/aliasing1.adb (dg-final): Robustify pattern matching.
2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/overflow_fixed.adb: New test.

View File

@ -18,5 +18,5 @@ package body Aliasing1 is
end Aliasing1;
-- { dg-final { scan-tree-dump-not "__gnat_rcheck" "optimized" } }
-- { dg-final { scan-tree-dump-not "gnat_rcheck" "optimized" } }
-- { dg-final { cleanup-tree-dump "optimized" } }