]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gnat.dg/aliasing1.adb (dg-final): Robustify pattern matching.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 27 May 2014 20:37:09 +0000 (20:37 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 27 May 2014 20:37:09 +0000 (20:37 +0000)
From-SVN: r210982

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/aliasing1.adb

index d24b31eae609781570bf3e203488d7a021d78fcf..572ba9d4753bc2ac1001c70f496887f414ab0caa 100644 (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.
index b2b7d123b1fbcc1e1e0a85b0dd7a41d7917b1ba6..bffc4225b475666f65a10c04b4f4d5bd65e1f388 100644 (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" } }