This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/34562] [4.3 Regression] FAIL: g++.dg/other/first-global.C scan-assembler _GLOBAL__I_foobar
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Dec 2007 17:11:35 -0000
- Subject: [Bug middle-end/34562] [4.3 Regression] FAIL: g++.dg/other/first-global.C scan-assembler _GLOBAL__I_foobar
- References: <bug-34562-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from danglin at gcc dot gnu dot org 2007-12-25 17:11 -------
This test doesn't fail with 4.2.
Although I was thinking that it might be ok to just adjust the testcase,
I now realize that the change in constructor name will make shared libraries
with a minor version update incompatibile if one is compiled with 4.2 and
another with 4.3.
--
danglin at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|FAIL: g++.dg/other/first- |[4.3 Regression] FAIL:
|global.C scan-assembler |g++.dg/other/first-global.C
|_GLOBAL__I_foobar |scan-assembler
| |_GLOBAL__I_foobar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34562