http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51916
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iains at gcc dot gnu.org --- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-01-20 22:46:47 UTC --- > From the Debugging GCC wiki (http://gcc.gnu.org/wiki/DebuggingGCC): > > To build a debuggable compiler, configure the compiler normally and then > > make STAGE1_CFLAGS="-g -O0" all-stage1 With that I get Breakpoint 1, streamer_get_builtin_tree (ib=find_location_expression: Corrupted DWARF expression. ) at ../../_clean/gcc/tree-streamer-in.c:1067 and 'Corrupted DWARF expression' for every attempt to print something. I am lost!-(