[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-19 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2010-03-19 18:19 --- *** Bug 43444 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-19 Thread ramana at gcc dot gnu dot org
--- Comment #14 from ramana at gcc dot gnu dot org 2010-03-19 17:04 --- Fixed. -- ramana at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-19 Thread ramana at gcc dot gnu dot org
--- Comment #13 from ramana at gcc dot gnu dot org 2010-03-19 15:58 --- Subject: Bug 43399 Author: ramana Date: Fri Mar 19 15:58:37 2010 New Revision: 157574 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157574 Log: Fix PR target/43399 2010-03-19 Ramana Radhakrishnan

[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-18 Thread robertcnelson at gmail dot com
--- Comment #12 from robertcnelson at gmail dot com 2010-03-18 22:53 --- (In reply to comment #11) > Patch submitted here. > > http://gcc.gnu.org/ml/gcc-patches/2010-03/msg00840.html > My beagle just finished testing your initial patch, it looks good: http://rcn-ee.homeip.net:81/dl/

[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-18 Thread ramana at gcc dot gnu dot org
--- Comment #11 from ramana at gcc dot gnu dot org 2010-03-18 21:40 --- Patch submitted here. http://gcc.gnu.org/ml/gcc-patches/2010-03/msg00840.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43399

[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-18 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2010-03-18 20:19 --- Subject: Bug 43399 Author: jakub Date: Thu Mar 18 20:18:53 2010 New Revision: 157550 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157550 Log: PR bootstrap/43399 * var-tracking.c (adjust_mems

[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-18 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ramana at gcc dot gnu dot |dot org

[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-18 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2010-03-18 07:16 --- BTW, if the PRE_MODIFY representation doesn't work well, I'd say just using a PARALLEL with what the insn really does and checking that in the match_parallel predicate probably wouldn't clash with anything else. If it

[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-17 Thread rearnsha at gcc dot gnu dot org
-- rearnsha at gcc dot gnu dot org changed: What|Removed |Added Component|bootstrap |target Priority|P3 |P1 http://g

[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-17 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43399

[Bug target/43399] [4.5 Regression] bootstrap failure in stage1

2010-03-17 Thread ramana at gcc dot gnu dot org
--- Comment #6 from ramana at gcc dot gnu dot org 2010-03-17 22:43 --- As per Comment #4 and based on conversations on IRC, this is certainly a target bug . I have verified that this very testcase attached also has the same effect on the arm-eabi target ( a simple -g -O2 is enough to tri