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: unassig...@gcc.gnu.org ReportedBy: rgue...@gcc.gnu.org typedef long int time_t; void foo(void) {} int main() { foo(); using ::time_t; }