[Bug middle-end/47581] [4.5/4.6 regression] Unnecessary adjustments to stack pointer

2011-02-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47581 --- Comment #11 from Jakub Jelinek 2011-02-15 11:46:14 UTC --- Author: jakub Date: Tue Feb 15 11:46:10 2011 New Revision: 170170 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170170 Log: PR middle-end/47581 * config/i386/i386.c (

[Bug middle-end/47581] [4.5/4.6 regression] Unnecessary adjustments to stack pointer

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47581 Richard Guenther changed: What|Removed |Added Priority|P3 |P2

[Bug middle-end/47581] [4.5/4.6 regression] Unnecessary adjustments to stack pointer

2011-02-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47581 --- Comment #10 from Jakub Jelinek 2011-02-02 15:14:45 UTC --- As #c8 is caused by a different patch and is much lower priority (because only very few people use explicitly aligned long longs on i?86), please track it separately instead of overlo

[Bug middle-end/47581] [4.5/4.6 regression] Unnecessary adjustments to stack pointer

2011-02-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47581 H.J. Lu changed: What|Removed |Added CC||matz at gcc dot gnu.org --- Comment #9 from H.J