[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2016-03-23 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2016-03-20 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Com

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-27 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 --- Comment #8 from Vladimir Makarov --- Author: vmakarov Date: Fri Nov 27 18:26:12 2015 New Revision: 231021 URL: https://gcc.gnu.org/viewcvs?rev=231021&root=gcc&view=rev Log: 2015-11-27 Vladimir Makarov PR rtl-optimization/68536

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-27 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 --- Comment #7 from Vladimir Makarov --- The problem of the segmentation fault is in base == NULL in lra_emit_add but the real root of the problem is in processing insn operators for subreg reloading. I'll have a patch today and commit it in tru

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-27 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 --- Comment #6 from Yvan Roux --- (In reply to ktkachov from comment #5) > Hmm, I can definitely still reproduce based on today's trunk. > I'm using an arm-none-eabi compiler configured with > --without-isl --with-float=hard --with-cpu=cortex-a1

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-27 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 --- Comment #5 from ktkachov at gcc dot gnu.org --- Hmm, I can definitely still reproduce based on today's trunk. I'm using an arm-none-eabi compiler configured with --without-isl --with-float=hard --with-cpu=cortex-a15 --with-fpu=neon-vfpv4 --wi

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-27 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 Yvan Roux changed: What|Removed |Added CC||yroux at gcc dot gnu.org --- Comment #4 from

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-26 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 amker at gcc dot gnu.org changed: What|Removed |Added CC||amker at gcc dot gnu.org --- C

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 --- Comment #2 from ktkachov at gcc dot gnu.org --- Sorry, I was doing this on top of the patch posted at https://gcc.gnu.org/ml/gcc-patches/2015-11/msg00686.html The subreg_highpart_operator predicate is defined as: (define_special_predicate "su

[Bug rtl-optimization/68536] LRA ICEs with new arm pattern

2015-11-26 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68536 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org --- Comme