Bug#301746: gcc-3.4: Redundant reloading from stack frame

2005-04-05 Thread Herbert Xu
On Sun, Apr 03, 2005 at 04:28:22PM +0200, Matthias Klose wrote: > please can you recheck with the gcc-4.0 package from experimental? Thanks. Unfortunately it's still reloading it: .L4: movl-16(%ebp), %eax First load testl %eax, %eax je .L12 subl$1

Bug#301746: gcc-3.4: Redundant reloading from stack frame

2005-04-03 Thread Matthias Klose
please can you recheck with the gcc-4.0 package from experimental? [EMAIL PROTECTED] writes: > Package: gcc-3.4 > Version: 3.4.3-6 > Severity: wishlist > > This is a regression from gcc-3.2 in that gcc-3.2 does not have this > problem bug gcc-3.3 does. > > The attached program generates the foll

Bug#301746: gcc-3.4: Redundant reloading from stack frame

2005-03-27 Thread herbert
Package: gcc-3.4 Version: 3.4.3-6 Severity: wishlist This is a regression from gcc-3.2 in that gcc-3.2 does not have this problem bug gcc-3.3 does. The attached program generates the following code on i386 with gcc -S -O2: ... .L2: movl-16(%ebp), %eax xorl%esi, %esi