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 Feb 1, 2005, at 3:29 PM, Richard Henderson wrote:


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.

Which is weird because Comeau C/C++ in C99 mode the compiler rejects.


-- Pinski


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