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, at dwarf2out.c:10861


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-22 21:21 -------
Confirmed, here is the reduced source:
int t()
{
  static int g() {return 0;}
  return g();
}

I hate nested functions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-07-22 21:20:35         |2004-07-22 21:21:08
               date|                            |


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]