* g++.dg/rtti/anon-ns1.C: Allow for null-termination.
authorJason Merrill <jason@redhat.com>
Tue, 5 Jul 2011 16:36:59 +0000 (12:36 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 5 Jul 2011 16:36:59 +0000 (12:36 -0400)
From-SVN: r175867

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/rtti/anon-ns1.C

index 282990f311df1031e34b2073bccc5643c727e5f2..e1fafc822b36dc7e5ea035374873c63ac468d73f 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-05  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/rtti/anon-ns1.C: Allow for null-termination.
+
 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
 
        PR tree-optimization/47654
index fd6f8af61b084dd01a8dd791a505b6c82a59c452..e18be4300a30fbcd7df98111e104679f52bdb9a3 100644 (file)
@@ -2,7 +2,7 @@
 // The typeinfo name for A should start with * so we compare
 // it by address rather than contents.
 
-// { dg-final { scan-assembler "\"\*N\[^\"\]+1AE\"" } }
+// { dg-final { scan-assembler "\"\*N\[^\"\]+1AE" } }
 
 namespace
 {