[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-24 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #10 from Pat Haugen pthaugen at gcc dot gnu.org --- (In reply to Michael Meissner from comment #6) Author: meissner Date: Fri Nov 21 18:03:09 2014 New Revision: 217940 URL: https://gcc.gnu.org/viewcvs?rev=217940root=gccview=rev

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-24 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #11 from Michael Meissner meissner at gcc dot gnu.org --- Author: meissner Date: Mon Nov 24 18:58:40 2014 New Revision: 218027 URL: https://gcc.gnu.org/viewcvs?rev=218027root=gccview=rev Log: 2014-11-24 Michael Meissner

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-24 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #13 from Michael Meissner meissner at gcc dot gnu.org --- Author: meissner Date: Mon Nov 24 19:27:29 2014 New Revision: 218028 URL: https://gcc.gnu.org/viewcvs?rev=218028root=gccview=rev Log: 2014-11-24 Michael Meissner

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-24 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 Michael Meissner meissner at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|ASSIGNED

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-24 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-21 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #6 from Michael Meissner meissner at gcc dot gnu.org --- Author: meissner Date: Fri Nov 21 18:03:09 2014 New Revision: 217940 URL: https://gcc.gnu.org/viewcvs?rev=217940root=gccview=rev Log: 2014-11-21 Michael Meissner

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-21 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 Michael Meissner meissner at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-21 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #8 from Pat Haugen pthaugen at gcc dot gnu.org --- (In reply to Michael Meissner from comment #5) Note, the patch will fix the errors in compiling pr27158.c and altivec-spat.c. It will not fix the errors in compiling unonbon.c,

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-20 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #4 from Michael Meissner meissner at gcc dot gnu.org --- Created attachment 34060 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34060action=edit Patch to provide loading 'easy' altivec constants into GPR registers Some vector

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-20 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #5 from Michael Meissner meissner at gcc dot gnu.org --- Note, the patch will fix the errors in compiling pr27158.c and altivec-spat.c. It will not fix the errors in compiling unonbon.c, which is an entirely different problem.

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-19 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 David Edelsohn dje at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-19 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 Michael Meissner meissner at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/63965] [5 Regression] ICE: in extract_constrain_insn, at recog.c:2230 on ppc64

2014-11-19 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63965 --- Comment #3 from Pat Haugen pthaugen at gcc dot gnu.org --- Created attachment 34043 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34043action=edit reduced testcase Another example of error, from CPU2000 benchmark 188.ammp. Compiled