Commit 8f9ac047 authored by hp's avatar hp
Browse files

PR target/18489

	* g++.dg/rtti/tinfo1.C: In pattern for label definition ending
	delimeter, match space and TAB as well as ":".


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91443 138bc75d-0d04-0410-961f-82ee72b054a4
parent d6516c86
2004-11-28 Hans-Peter Nilsson <hp@bitrange.com>
 
PR target/18489
* g++.dg/rtti/tinfo1.C: In pattern for label definition ending
delimeter, match space and TAB as well as ":".
PR target/18484
* g++.dg/abi/empty6.C: Xfail warning for mmix-*-*.
 
......
// Test if a local definition is in a linkonce/comdat section.
// { dg-do compile }
// { dg-final { scan-assembler "_ZTIP9CTemplateIhE:" } }
// { dg-final { scan-assembler "_ZTIP9CTemplateIhE\[: \t\]" } }
// { dg-final { scan-assembler-not ".globl\[ \]+_ZTIP9CTemplateIhE" } }
// { dg-final { scan-assembler-not ".section\[^\n\r\]*_ZTIP9CTemplateIhE\[^\n\r\]*" } }
......
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