http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57609
Jan-Benedict Glaw <jbg...@lug-owl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbg...@lug-owl.de --- Comment #1 from Jan-Benedict Glaw <jbg...@lug-owl.de> --- Your recent commit breaks gcc build: commit f5cf1225bb37f43fa5bfca32cddadb9ee61aaa63 Author: krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue Jun 18 08:59:46 2013 +0000 2013-06-18 Andreas Krebbel <andreas.kreb...@de.ibm.com> PR target/57609 * config/s390/s390.c (s390_chunkify_start): Replace next_real_insn with next_active_insn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200164 138bc75d-0d04-0410-961f-82ee72b054a4 g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../../../gcc/gcc -I../../../../gcc/gcc/. -I../../../../gcc/gcc/../include -I../../../../gcc/gcc/../libcpp/include -I../../../../gcc/gcc/../libdecnumber -I../../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I../../../../gcc/gcc/../libbacktrace \ ../../../../gcc/gcc/config/s390/s390.c -o s390.o ../../../../gcc/gcc/config/s390/s390.c: In function ‘constant_pool* s390_chunkify_start()’: ../../../../gcc/gcc/config/s390/s390.c:7088:7: error: ‘dump_file’ was not declared in this scope ../../../../gcc/gcc/config/s390/s390.c:7099:6: error: ‘dump_file’ was not declared in this scope ../../../../gcc/gcc/config/s390/s390.c:7100:19: error: ‘print_rtx’ was not declared in this scope make[2]: *** [s390.o] Error 1 make[2]: Leaving directory `/home/vaxbuild/build/s390x-linux/gcc-stage1/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/home/vaxbuild/build/s390x-linux/gcc-stage1' You need to include dumpfile.h (for dump_file) and rtl.h (for print_rtx).