Commit 8c7cc333 by John David Anglin Committed by John David Anglin

re PR middle-end/34562 (FAIL: g++.dg/other/first-global.C scan-assembler _GLOBAL__I_foobar)

	PR middle-end/34562
	* g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
	scan-assembler check.

From-SVN: r131274
parent 06448093
2008-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR middle-end/34562
* g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
scan-assembler check.
2008-01-03 Jakub Jelinek <jakub@redhat.com>
PR middle-end/34608
/* { dg-do compile } */
/* { dg-options "-fpie" { target *-*-darwin* } } */
/* { dg-final { scan-assembler "_GLOBAL__I_foobar" } } */
/* { dg-final { scan-assembler "_GLOBAL__I(_|_65535_0_)foobar" } } */
struct foo { foo (); };
foo foobar;
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