This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/51564] New: [4.7 Regression] ICE in force_type_die, at dwarf2out.c:19288
- 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: Thu, 15 Dec 2011 10:25:06 +0000
- Subject: [Bug debug/51564] New: [4.7 Regression] ICE in force_type_die, at dwarf2out.c:19288
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51564
Bug #: 51564
Summary: [4.7 Regression] ICE in force_type_die, at
dwarf2out.c:19288
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Keywords: lto
Severity: normal
Priority: P3
Component: debug
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: rguenth@gcc.gnu.org
typedef long int time_t;
void foo(void) {}
int main()
{
foo();
using ::time_t;
}