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/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798


Happens with gcc-3.4.0 as well as CVS HEAD (3.5.0 20040617 (experimental),
compiled without any configure options besides --prefix).
Does not happen with 3.3.3, needs -g, only happens with -O, not -O0 or -O2.

/opt/packages/gcc-3.4.0/bin/g++ -c -g -O e.i
e.i: In function `const cln::cl_DF_div_t cln::ceiling2(const cln::cl_DF&)':
e.i:489: internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798

With the CVS gcc version, it's line dwarf2out.c:11184, same function.

BTW, the source is part of cln, http://www.ginac.de/CLN . With little
experience, I could cut down the size of the preprocessed file to about a 4th,
sorry for the remaining size.

Regards,
Ralf

-- 
           Summary: [Regression] internal compiler error: in
                    gen_subprogram_die, at dwarf2out.c:10798
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Ralf dot Wildenhues at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16035


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