This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add support for the Win32 hook prologue (try 5)


Am Wednesday 23 September 2009 15:32:18 schrieb Dave Korn:
> Stefan Dösinger wrote:
> > Am Wednesday 23 September 2009 14:02:07 schrieb Stefan Dösinger:
> >> test.c:2:1: internal compiler error: tree check: expected tree that
> >> contains 'decl minimal' structure, have 'function_type' in
> >> decl_function_context, at tree.c:7993
> >> Please submit a full bug report,
> >> with preprocessed source if appropriate.
> >> See <http://gcc.gnu.org/bugs.html> for instructions.
> >
> > Apparently this error is caused by something else - I'll investigate
>
>   Perhaps the same issue that Jakub just posted about that was breaking
> bootstrap on i386, PR41436?  It's static-chain related:
>
> http://gcc.gnu.org/ml/gcc-patches/2009-09/msg01621.html
No, it was the decl_function_context (*node) that failed - I forgot to hit 
save in my editor before I recompiled.

/me covers in shame


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]