On Thu, 6 Sep 2012, Andi Kleen wrote:

> From: Andi Kleen <a...@linux.intel.com>

> Passed bootstrap and testsuite on x86_64.

> +++ b/gcc/lto/lto.c
> @@ -2016,6 +2016,8 @@ do_whole_program_analysis (void)
>    /* Show the LTO report before launching LTRANS.  */
>    if (flag_lto_report)
>      print_lto_report ();
> +  if (mem_report_wpa)
> +    dump_mem_report ();
>  }

Broke build for cris-elf:
g++ -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE
-fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual 
-Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -fno-common
-DHAVE_CONFIG_H -I. -Ilto -I/tmp/hpautotest-gcc0/gcc/gcc
-I/tmp/hpautotest-gcc0/gcc/gcc/lto
-I/tmp/hpautotest-gcc0/gcc/gcc/../include 
-I/tmp/hpautotest-gcc0/gcc/gcc/../libcpp/include
-I/tmp/hpautotest-gcc0/cris-elf/gccobj/./gmp
-I/tmp/hpautotest-gcc0/gcc/gmp -I/tmp/hpautotest-gcc0/cris-elf/gccobj/./mpfr
-I/tmp/hpautotest-gcc0/gcc/mpfr -I/tmp/hpautotest-gcc0/gcc/mpc/src  
-I/tmp/hpautotest-gcc0/gcc/gcc/../libdecnumber
-I/tmp/hpautotest-gcc0/gcc/gcc/../libdecnumber/dpd
-I../libdecnumber    /tmp/hpautotest-gcc0/gcc/gcc/lto/lto.c -o lto/lto.o
/tmp/hpautotest-gcc0/gcc/gcc/lto/lto.c: In function 'void 
do_whole_program_analysis()':
/tmp/hpautotest-gcc0/gcc/gcc/lto/lto.c:2020: error: 'dump_mem_report' was not 
declared in this scope
make[2]: *** [lto/lto.o] Error 1

brgds, H-P

Reply via email to