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 win]: Fix bootstrap after poising of rtl.h


On 29/05/2010 01:28, Dave Korn wrote:
> On 29/05/2010 01:00, Steven Bosscher wrote:
>> On Sat, May 29, 2010 at 2:13 AM, Dave Korn <dave.korn.cygwin@gmail.com> wrote:
> 
>>>> In file included from /gnu/gcc/gcc-unpatched/gcc/java/except.c:33:0:
>>>> /gnu/gcc/gcc-unpatched/gcc/except.h:322:6: error: #error "EH_RETURN_DATA_REGNO r
>>>> equired"
>>>> /gnu/gcc/gcc-unpatched/gcc/except.h:325:6: error: #error "{DWARF2,TARGET}_UNWIND
>>>> _INFO required"
>>>> /gnu/gcc/gcc-unpatched/gcc/except.h:329:6: error: #error "EH_RETURN_HANDLER_RTX
>>>> or eh_return required"
>>>> /gnu/gcc/gcc-unpatched/gcc/except.h:335:6: error: #error "Must use SJLJ exceptio
>>>> ns but configured not to"

>> It looks like you need tm.h for except.h if USING_SJLJ_EXCEPTIONS.
>> You may have noticed that already gave me head aches for all front
>> ends...  Can you try the patch at the bottom of this mail, please?
> 
>   I'm definitely _not_ using SJLJ exceptions:

>   I'll see if your suggestion works nonetheless; looks like it might.

  Yes, bootstrap completed and testing is now well under way.  Can you check
that in under your general ongoing permission to do header-related changes?
Please do if so.

    cheers,
      DaveK


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