This is the mail archive of the gcc@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: Bootstrap broken on debian/amd64?


On Tue, Feb 01, 2005 at 05:12:26PM +0100, Steven Bosscher wrote:
> > extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask)
> 
> Yup.  PR19333, which I commited a fix for last night.  That code
> really is illegal.

Except that it isn't.  Array decays to pointer in a parameter context.


r~


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