Bug#259887: gcc-3.3: Miscompiles automatic dynamic arrays

2004-07-17 Thread Matthias Klose
severity 259887 important thanks lowering the severity, so that the current packages can enter testing tonight (the bug is present in the 3.3.4-2 package as well). re-raising the severity after the package has reached testing.

Bug#259887: gcc-3.3: Miscompiles automatic dynamic arrays

2004-07-17 Thread Herbert Xu
On Sat, Jul 17, 2004 at 09:27:13AM +0200, Matthias Klose wrote: > > I assume the complete flags are -O2 -mpreferred-stack-boundary=2 ? Can Sorry, yes that's what I used. The kernel adds a few more options like -fomit-frame-pointer but it doesn't make any differences to the problem. > you provid

Processed: Re: Bug#259887: gcc-3.3: Miscompiles automatic dynamic arrays

2004-07-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 259887 important Bug#259887: [PR 16601] [3.3 regression] miscompilation of automatic dynamic arrays in crypto/IPsec subsystems of the Linux kernel Severity set to `important'. > thanks Stopping processing here. Please contact me if you need

Bug#259887: gcc-3.3: Miscompiles automatic dynamic arrays

2004-07-17 Thread Matthias Klose
[EMAIL PROTECTED] writes: > Package: gcc-3.3 > Version: 1:3.3.4-3 > Severity: critical > > With the option -mpreferred-stack-boundary=2, gcc 3.3.4 is miscompiling > automatic dynamic arrays. Unfortunately both are used in the > crypto/IPsec subsystems of the Linux kernel. I assume the complete f

Bug#259887: gcc-3.3: Miscompiles automatic dynamic arrays

2004-07-17 Thread herbert
Package: gcc-3.3 Version: 1:3.3.4-3 Severity: critical With the option -mpreferred-stack-boundary=2, gcc 3.3.4 is miscompiling automatic dynamic arrays. Unfortunately both are used in the crypto/IPsec subsystems of the Linux kernel. Here is a sample program: #include int bar(char *s); int fo