* g++.dg/rtti/tinfo1.C: Allow newline after assembler label.

From-SVN: r94765
This commit is contained in:
Joseph Myers 2005-02-09 11:25:20 +00:00 committed by Joseph Myers
parent 4c2d6a700c
commit 3ee79d96d2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-02-09 Joseph S. Myers <joseph@codesourcery.com>
* g++.dg/rtti/tinfo1.C: Allow newline after assembler label.
2005-02-08 Mark Mitchell <mark@codesourcery.com>
PR c++/19733

View file

@ -1,6 +1,6 @@
// Test if a local definition is in a linkonce/comdat section.
// { dg-do compile }
// { dg-final { scan-assembler "_ZTIP9CTemplateIhE\[: \t\]" } }
// { dg-final { scan-assembler "_ZTIP9CTemplateIhE\[: \t\n\]" } }
// { dg-final { scan-assembler-not ".globl\[ \]+_ZTIP9CTemplateIhE" } }
// { dg-final { scan-assembler-not ".section\[^\n\r\]*_ZTIP9CTemplateIhE\[^\n\r\]*" } }