This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/48207] ICE in lhd_set_decl_assembler_name, at langhooks.c:158
- From: "bastiaan at bjacques dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 31 Mar 2011 01:35:22 +0000
- Subject: [Bug debug/48207] ICE in lhd_set_decl_assembler_name, at langhooks.c:158
- Auto-submitted: auto-generated
- References: <bug-48207-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48207
Bastiaan Jacques <bastiaan at bjacques dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bastiaan at bjacques dot
| |org
--- Comment #4 from Bastiaan Jacques <bastiaan at bjacques dot org> 2011-03-31 01:35:01 UTC ---
Alternative testcase (g++ -flto -g):
namespace {
typedef struct {
int x;
} Foo;
}