https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27851
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
--- Comment #3 from wilson at gcc dot gnu dot org 2006-06-10 01:19 ---
This is a C front end bug. The C front end is creating a circular symbol
table, where the function h is defined both in the external scope and inside
itself. The dwarf2out.c code then goes into an infinite recursion
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-06-01 02:43 ---
#20 0x00572359 in get_AT (die=0x2b0a86e0, attr_kind=DW_AT_inline)
at /home/pinskia/src/gcc-4.1/gcc/gcc/dwarf2out.c:5235
#21 0x00572359 in get_AT (die=0x2b0a8870, attr_kind=DW_AT_inline)
at /ho