This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/51635] LTO should not merge (type) decls with different locations
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 03 Jan 2012 11:33:20 +0000
- Subject: [Bug lto/51635] LTO should not merge (type) decls with different locations
- Auto-submitted: auto-generated
- References: <bug-51635-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.7.0 |---
Summary|[4.7 regression] ICE in in |LTO should not merge (type)
|dwarf2out_finish, at |decls with different
|dwarf2out.c:22494 when |locations
|building Firefox's libxul |
Severity|normal |enhancement
--- Comment #26 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-03 11:33:20 UTC ---
Keeping this bug as an enhancement (the debug-info will be bogus for
templates otherwise). The fix for PR51650 fixed the original ICE.