On Mon, May 23, 2011 at 9:59 AM, Eric Botcazou <ebotca...@adacore.com> wrote: > Not as many as Jakub, but still. :-) > > > Fix annoying gcov filename handling (gcov.c, 2 lines): > http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01380.html
Ok. > Introduce -Wstack-usage: > http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01992.html I wonder if we can't simply use -Wframe-larger-than but with the more precise information when -fstack-usage is present. I'll leave dwarf2out.c bits to others. Thanks, Richard.