This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]