On Thu, 10 Mar 2005 19:30:40 -0800, Mark Mitchell <[EMAIL PROTECTED]> wrote:
> Greg Schafer wrote:
> 
> > This is rather critical, yet a bugmaster saw fit to remove the 4.0.0 target
> > milestone on this bug:
> >
> >   http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20166
> >
> > Any chance of making this one a high priority?
> 
> I've restored the target milestone, but I've marked this as low
> priority.  It would be good to fix this (by modifying fixincludes), but
> in the end, if push comes to shove, we'll probably just not bother.
> 
> So, I would suggest that you try to fix this yourself, and submit a patch.

Am I right that the supposed fixinclude has to change

/* Function used in the macros.  */
struct __jmp_buf_tag;
extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROW;

to

/* Function used in the macros.  */
struct __jmp_buf_tag;
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROW;

?  If so, I'll take some spare minutes I have today and make a patch.

Richard.

Reply via email to