[Bug rtl-optimization/20972] Register allocator/reload uses auto-inc register in non-addressing operand

2010-07-20 Thread steven at gcc dot gnu dot org
--- Comment #14 from steven at gcc dot gnu dot org 2010-07-20 14:06 --- If it works for Ramana, it works for me. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/20972] Register allocator/reload uses auto-inc register in non-addressing operand

2009-12-22 Thread ramana at gcc dot gnu dot org
--- Comment #13 from ramana at gcc dot gnu dot org 2009-12-22 22:39 --- Can't reproduce with trunk or release branches for the attached testcase. -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/20972] Register allocator/reload uses auto-inc register in non-addressing operand

2009-09-26 Thread steven at gcc dot gnu dot org
--- Comment #12 from steven at gcc dot gnu dot org 2009-09-26 09:58 --- Is there still a bug here, after the IRA merge? -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/20972] Register allocator/reload uses auto-inc register in non-addressing operand

2008-09-06 Thread hubicka at gcc dot gnu dot org
--- Comment #11 from hubicka at gcc dot gnu dot org 2008-09-06 12:02 --- Also just noticed that offline copy of longest-match get extra move: .L15: movzbl 2(%eax), %edi #, tmp87 leal2(%eax), %ecx #, scan.158 movl%edi, %edx # tmp87,

[Bug rtl-optimization/20972] Register allocator/reload uses auto-inc register in non-addressing operand

2006-06-16 Thread dje at gcc dot gnu dot org
--- Comment #9 from dje at gcc dot gnu dot org 2006-06-17 01:37 --- The bug is in flow.c and fixed by the new df.c rewrite of dataflow. Ken and I tripped over the same problem. -- dje at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/20972] Register allocator/reload uses auto-inc register in non-addressing operand

2006-06-16 Thread zadeck at naturalbridge dot com
--- Comment #10 from zadeck at naturalbridge dot com 2006-06-17 04:14 --- (In reply to comment #9) The bug is in flow.c and fixed by the new df.c rewrite of dataflow. Ken and I tripped over the same problem. While I thought this earlier, I do not believe it now. There is a

[Bug rtl-optimization/20972] Register allocator/reload uses auto-inc register in non-addressing operand

2006-02-15 Thread rearnsha at gcc dot gnu dot org
--- Comment #8 from rearnsha at gcc dot gnu dot org 2006-02-15 10:03 --- OK, then that moves this from being a minor into a more serious problem. The compiler is clearly failing to behave as specified. -- rearnsha at gcc dot gnu dot org changed: What|Removed