On Tue, 5 Jul 2011, Joern Rennecke wrote: > > Like opts.c, options.c is a file > > shared by both the driver and the core compiler that can't include the > > full insn-attr.h for the same reason. > > Well, FWIW, at the moment, I can actually build both cc1 and xgcc when > I hand-edit options.c to include inns-attr.h . It just doesn't seem like a > good idea, with all these masses of dependencies that are implied.
It's specifically building the stage1 compiler that fails because of inline functions in headers required by insn-attr.h; the later stages will build fine if you just build those. -- Joseph S. Myers jos...@codesourcery.com