GCC Status Report (2005-03-09)
Richard Guenther
richard.guenther@gmail.com
Fri Mar 11 09:33:00 GMT 2005
On Fri, 11 Mar 2005 10:07:33 +0100, Richard Guenther
<richard.guenther@gmail.com> wrote:
> On Thu, 10 Mar 2005 19:30:40 -0800, Mark Mitchell <mark@codesourcery.com> 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.
Like this one, which is completely untested because I lack autogen and compiling
it requires guile (ugh) which is not installed and I'm not going to
build that now. Maybe
someone can take this "first try" and finish it.
Thanks,
RIchard.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p
Type: application/octet-stream
Size: 954 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20050311/4e8f3903/attachment.obj>
More information about the Gcc
mailing list