Revision 159959 gave [hjl@gnu-6 gcc]$ make make: Circular build/gencondmd.o <- insn-flags.h dependency dropped. make: Circular build/gencondmd.o <- insn-flags.h dependency dropped. [hjl@gnu-6 gcc]$
Comes from dependency of FUNCTION_H on TM_H.
Subject: Bug 44315 Author: hjl Date: Sat May 29 15:05:30 2010 New Revision: 160029 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160029 Log: Add a missing `\'. 2010-05-29 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/44315 * Makefile.in (build/gencondmd.o): Add a missing `\'. Modified: trunk/gcc/ChangeLog trunk/gcc/Makefile.in
A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2010-05/msg02325.html
I believe this has already been fixed by r160020.
(In reply to comment #4) > I believe this has already been fixed by r160020. > Revision 160020: http://gcc.gnu.org/ml/gcc-cvs/2010-05/msg01079.html doesn't fix this bug. In fact, it breaks bootstrap: http://gcc.gnu.org/ml/gcc-regression/2010-05/msg00395.html Please check out revision 160020 to see it yourselves.
Subject: Bug 44315 Author: mrs Date: Sat May 29 20:26:12 2010 New Revision: 160035 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160035 Log: 2010-05-29 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/44315 * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H). Filter out insn-flags.h. Modified: trunk/gcc/ChangeLog trunk/gcc/Makefile.in
Ok, should be fixed now.