------- Comment #7 from jakub at gcc dot gnu dot org 2006-04-19 13:00 ------- Honza, this is caused by your patch: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00661.html In -fno-unit-at-a-time mode, we used to pass the local var to dwarf2out only when the containing function has been registered with dwarf2out, but now we call dwarf2out_global_decl on local variables first and only after that dwarf2out_decl on the containing function.
-- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26881