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/16676] [3.4/3.5 Regression] ICE in gen_subprogram_die with nested functions


------- Additional Comments From bangerth at dealii dot org  2004-07-22 21:24 -------
That one was actually easy: 
------------------- 
void foo (void) { 
  void nested () {} 
} 
------------------- 
 
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -g1 -c x.i  
x.i: In function `foo': 
x.i:3: internal compiler error: in gen_subprogram_die, at dwarf2out.c:10831 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.0 3.5.0
      Known to work|                            |3.2.3 3.3.4
            Summary|[3.4/3.5 Regression] ICE in |[3.4/3.5 Regression] ICE in
                   |gen_subprogram_die, at      |gen_subprogram_die with
                   |dwarf2out.c:10861           |nested functions


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


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