Re: [PATCH, fixincludes] Fix PR bootstrap/72833

2016-08-09 Thread Bernd Edlinger
On 08/09/16 18:28, Bruce Korb wrote: > Index: fixincludes/fixincl.tpl > > === > > --- fixincludes/fixincl.tpl (revision 239193) > > +++ fixincludes/fixincl.tpl (working copy) > > @@ -1,7 +1,7 @@ > > [= AutoGen5 Template -*- M

Re: [PATCH, fixincludes] Fix PR bootstrap/72833

2016-08-09 Thread Bruce Korb
Index: fixincludes/fixincl.tpl === --- fixincludes/fixincl.tpl (revision 239193) +++ fixincludes/fixincl.tpl (working copy) @@ -1,7 +1,7 @@ [= AutoGen5 Template -*- Mode: C -*- x=fixincl.x =] [= - (if (version-compar

[PATCH, fixincludes] Fix PR bootstrap/72833

2016-08-09 Thread Bernd Edlinger
Hi! Due to my recent cleanup of special_function_p the darwin bootstrap is currently broken because the longjmp function misses the noreturn attribute. Therefore I revived an old solaris_longjmp_noreturn fixinclude rule. See the attached patch. Boot-strap on i686-apple-darwin11 and x86_64-apple