[Bug debug/51564] New: [4.7 Regression] ICE in force_type_die, at dwarf2out.c:19288

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Dec 15 10:26:00 GMT 2011


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;
}



More information about the Gcc-bugs mailing list