Commit 706aa09b by Andrew Pinski Committed by Andrew Pinski

tinfo1.C: Correct the xfail.

2004-07-27  Andrew Pinski  <apinski@apple.com>

        * g++.dg/rtti/tinfo1.C: Correct the xfail.

From-SVN: r85231
parent 6687a263
2004-07-27 Andrew Pinski <apinski@apple.com>
* g++.dg/rtti/tinfo1.C: Correct the xfail.
2004-07-27 Nitin Yewale <nitiny@kpitcummins.com>
* gcc.dg/pragma-isr.c: New test.
......
// Test if a local definition is in a linkonce/comdat section.
// { dg-do compile }
// { dg-final { scan-assembler "_ZTIP9CTemplateIhE:" } { xfail *-*-* } }
// { dg-final { scan-assembler-not ".globl\[ \]+_ZTIP9CTemplateIhE" } { xfail *-*-* } }
// { dg-final { scan-assembler-not ".section\[^\n\r\]*_ZTIP9CTemplateIhE\[^\n\r\]*" } { xfail *-*-* } }
// { dg-final { scan-assembler "_ZTIP9CTemplateIhE:" { xfail *-*-* } } }
// { dg-final { scan-assembler-not ".globl\[ \]+_ZTIP9CTemplateIhE" { xfail *-*-* } } }
// { dg-final { scan-assembler-not ".section\[^\n\r\]*_ZTIP9CTemplateIhE\[^\n\r\]*" { xfail *-*-* } } }
namespace std
......
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