https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61809
Bug ID: 61809 Summary: [4.10 regression] fold-const.c:14865:47: error: 'DECL_ARGUMENT' was not declared in this scope Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com r212556 FAIL r212517 PASS ~/src/gcc_current/configure --enable-checking=fold --disable-multilib make [...] make[3]: Entering directory `/home/dimhen/build/gcc_current/gcc' g++ -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/home/dimhen/src/gcc_current/gcc -I/home/dimhen/src/gcc_current/gcc/. -I/home/dimhen/src/gcc_current/gcc/../include -I/home/dimhen/src/gcc_current/gcc/../libcpp/include -I/home/dimhen/build/gcc_current/./gmp -I/home/dimhen/src/gcc_current/gmp -I/home/dimhen/build/gcc_current/./mpfr -I/home/dimhen/src/gcc_current/mpfr -I/home/dimhen/src/gcc_current/mpc/src -I/home/dimhen/src/gcc_current/gcc/../libdecnumber -I/home/dimhen/src/gcc_current/gcc/../libdecnumber/bid -I../libdecnumber -I/home/dimhen/src/gcc_current/gcc/../libbacktrace -DCLOOG_INT_GMP -I/home/dimhen/build/gcc_current/./cloog/include -I/home/dimhen/src/gcc_current/cloog/include -I/home/dimhen/build/gcc_current/./isl/include -I/home/dimhen/src/gcc_current/isl/include -o fold-const.o -MT fold-const.o -MMD -MP -MF ./.deps/fold-const.TPo /home/dimhen/src/gcc_current/gcc/fold-const.c /home/dimhen/src/gcc_current/gcc/fold-const.c: In function 'void fold_checksum_tree(const_tree, md5_ctx*, hash_table<pointer_hash<const tree_node> >*)': /home/dimhen/src/gcc_current/gcc/fold-const.c:14865:47: error: 'DECL_ARGUMENT' was not declared in this scope fold_checksum_tree (DECL_ARGUMENT (expr), ctx, ht); ^ make[3]: *** [fold-const.o] Error 1 make[3]: Leaving directory `/home/dimhen/build/gcc_current/gcc'