Commit 79f60dbc by Dodji Seketeli Committed by Dodji Seketeli

Fix c++/41187

gcc/testsuite/ChangeLog:
	PR c++/41187
	* g++.dg/debug/dwarf2/namespace-1.C: Use a loosier regexp to
	take ia64 assembly comments syntax in account.

From-SVN: r151223
parent 8a067ce4
2009-08-30 Dodji Seketeli <dodji@redhat.com>
PR c++/41187
* g++.dg/debug/dwarf2/namespace-1.C: Use a loosier regexp to
take ia64 assembly comments syntax in account.
2009-08-30 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/funcspec-5.c: Remove fused-add test.
......
......@@ -8,7 +8,7 @@
// { dg-final { scan-assembler-times "DIE +\\(.*?\\) DW_TAG_namespace" 1 } }
// { dg-final { scan-assembler-times "DW_AT_name: \"not_emitted\"" 1 } }
// { dg-final { scan-assembler-times "DIE +\\(.*?\\) DW_TAG_typedef" 1 } }
// { dg-final { scan-assembler-times "\.ascii \"T.0\"\[\t \]+# DW_AT_name" 1 } }
// { dg-final { scan-assembler-times "\.ascii \"T.0\"\[\t \]+.*?DW_AT_name" 1 } }
struct strukt
{
......
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