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/12923] ICE in gen_subprogram_die, at dwarf2out.c:10607 with -O1 -g


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c                           |debug
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-06 14:01:15
               date|                            |
   Target Milestone|---                         |3.4


------- Additional Comments From bangerth at dealii dot org  2003-11-06 14:01 -------
Confirmed. Here's a smaller testcase:
-----------------
struct S {
  unsigned n;
};

inline void foo (struct S * mx) {
  mx->n = 1;
}

void bar () {
  foo (0);
}
-------------------------
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -g -c x.c -O1
x.c: In function `foo':

x.c:11: internal compiler error: in gen_subprogram_die, at dwarf2out.c:10607
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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