[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-10 Thread zadeck at naturalbridge dot com
--- Comment #15 from zadeck at naturalbridge dot com 2007-12-10 21:33 --- committed -- zadeck at naturalbridge dot com changed: What|Removed |Added Status|UN

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-10 Thread zadeck at naturalbridge dot com
--- Comment #14 from zadeck at naturalbridge dot com 2007-12-10 21:32 --- Subject: Re: [4.3 regression] Invalid code reordering Richard Guenther wrote: > On Dec 10, 2007 9:46 PM, Kenneth Zadeck <[EMAIL PROTECTED]> wrote: > >> This patch fixes where the move insn is inserted on pre

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-10 Thread zadeck at gcc dot gnu dot org
--- Comment #13 from zadeck at gcc dot gnu dot org 2007-12-10 21:32 --- Subject: Bug 34302 Author: zadeck Date: Mon Dec 10 21:31:59 2007 New Revision: 130751 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130751 Log: 2007-12-10 Kenneth Zadeck <[EMAIL PROTECTED]> PR rtl

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-10 Thread richard dot guenther at gmail dot com
--- Comment #12 from richard dot guenther at gmail dot com 2007-12-10 20:56 --- Subject: Re: [4.3 regression] Invalid code reordering On Dec 10, 2007 9:46 PM, Kenneth Zadeck <[EMAIL PROTECTED]> wrote: > This patch fixes where the move insn is inserted on pre increments. it > had been

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-10 Thread zadeck at naturalbridge dot com
--- Comment #11 from zadeck at naturalbridge dot com 2007-12-10 20:46 --- Subject: [4.3 regression] Invalid code reordering This patch fixes where the move insn is inserted on pre increments. it had been inserted before the auto inc but this is not correct. it needs to replace the e

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-10 Thread zadeck at naturalbridge dot com
--- Comment #10 from zadeck at naturalbridge dot com 2007-12-10 20:02 --- Subject: Re: [4.3 regression] Invalid code reordering jakub at gcc dot gnu dot org wrote: > --- Comment #9 from jakub at gcc dot gnu dot org 2007-12-10 19:35 --- > Created an attachment (id=14721) -->

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-10 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2007-12-10 19:35 --- Created an attachment (id=14721) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14721&action=view) gcc43-pr34302-test.patch And here is an executable testcase, fails without your auto-inc-dec.c fix for -O and hig

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-10 Thread zadeck at naturalbridge dot com
--- Comment #8 from zadeck at naturalbridge dot com 2007-12-10 18:15 --- Subject: Re: [4.3 regression] Invalid code reordering jakub at gcc dot gnu dot org wrote: > --- Comment #7 from jakub at gcc dot gnu dot org 2007-12-10 18:01 --- > Created an attachment (id=14719) --> (

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-10 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2007-12-10 18:01 --- Created an attachment (id=14719) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14719&action=view) engine.i Smaller testcase, will try to turn that into executable testcase later tonight. -- http://gcc.gnu.o

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-01 Thread schwab at suse dot de
--- Comment #6 from schwab at suse dot de 2007-12-01 17:21 --- Looks good. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34302

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-12-01 Thread zadeck at naturalbridge dot com
--- Comment #5 from zadeck at naturalbridge dot com 2007-12-01 13:55 --- Created an attachment (id=14677) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14677&action=view) possible patch to fix this andreas, would you try this patch? I will try to make a small test case if this

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-11-30 Thread schwab at suse dot de
--- Comment #4 from schwab at suse dot de 2007-11-30 15:37 --- Both. The testcase is for 32 bit, but the equivalent source for 64 bit produces basically the same bad code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34302

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-11-30 Thread zadeck at naturalbridge dot com
--- Comment #3 from zadeck at naturalbridge dot com 2007-11-30 15:33 --- 32 or 64 bit? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34302

[Bug rtl-optimization/34302] [4.3 regression] Invalid code reordering

2007-11-30 Thread schwab at suse dot de
--- Comment #2 from schwab at suse dot de 2007-11-30 14:16 --- The bug is introduced during auto-inc-dec. -- schwab at suse dot de changed: What|Removed |Added C