This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Cleanup diagnostic.h in the gimple passes
On Thu, Jun 03, 2010 at 12:07:06AM +0200, Steven Bosscher wrote:
> On Wed, Jun 2, 2010 at 9:28 PM, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> > * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
> > to defaults.h
I don't pretend to understand all the issues here, but it looks like the
comment in c-cppbuiltins.c:
#include "except.h" /* For USING_SJLJ_EXCEPTIONS. */
is no longer true; this breaks the build for me on iq2000-elf using a
combined tree. (I realize this is a nonstandard target, but it's the
first one I picked to try out building with a combined tree for testing
hookization patches.) I see the same sort of failures building
c-cppbuiltins.o and the Ada FE on x86_64-unknown-linux-gnu as well.
-Nathan