[Bug inline-asm/93027] ICE: in match_reload, at lra-constraints.c:1060

2020-02-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93027

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek  ---
So fixed for trunk?  GCC 9 seems to ICE on this too in the same spot (but with
-fchecking only or --enable-checking=yes), GCC 8 in extract_constraint_insn
(but again with checking only).

[Bug inline-asm/93027] ICE: in match_reload, at lra-constraints.c:1060

2020-01-23 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93027

--- Comment #4 from CVS Commits  ---
The master branch has been updated by Jakub Jelinek :

https://gcc.gnu.org/g:3a26c7b3a3569a5e1b6f0342e50aefe76ad0ec4d

commit r10-6190-g3a26c7b3a3569a5e1b6f0342e50aefe76ad0ec4d
Author: Jakub Jelinek 
Date:   Thu Jan 23 22:50:40 2020 +0100

testsuite: Require lp64 target rather x86_64-*-* in pr93027.c. [PR93027]

I've noticed this test failed on x86_64-linux with -m32 or -mx32 testing,
the triplet doesn't really say which actual multilib it is, and the test
really works with lp64.

2020-01-23  Jakub Jelinek  

PR inline-asm/93027
* gcc.target/i386/pr93027.c: Require lp64 target rather x86_64-*-*.

[Bug inline-asm/93027] ICE: in match_reload, at lra-constraints.c:1060

2020-01-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93027

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2020-01-21
 CC||marxin at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |vmakarov at gcc dot 
gnu.org
 Ever confirmed|0   |1

[Bug inline-asm/93027] ICE: in match_reload, at lra-constraints.c:1060

2020-01-10 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93027

--- Comment #3 from Vladimir Makarov  ---
Author: vmakarov
Date: Fri Jan 10 20:45:19 2020
New Revision: 280138

URL: https://gcc.gnu.org/viewcvs?rev=280138=gcc=rev
Log:
2020-01-10  Vladimir Makarov  

PR inline-asm/93027
* gcc.target/i386/pr93027.c: Use the right PR number in the test.


Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.target/i386/pr93027.c

[Bug inline-asm/93027] ICE: in match_reload, at lra-constraints.c:1060

2020-01-10 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93027

--- Comment #2 from Vladimir Makarov  ---
Sorry, I did a mistake in PR number and automatic commits reporting did not
work.

Here are the patches fixing the PR:

https://gcc.gnu.org/viewcvs/gcc?view=revision=280133
https://gcc.gnu.org/viewcvs/gcc?view=revision=280135
https://gcc.gnu.org/viewcvs/gcc?view=revision=280136

[Bug inline-asm/93027] ICE: in match_reload, at lra-constraints.c:1060

2020-01-08 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93027

--- Comment #1 from Vladimir Makarov  ---
Thank you for the report.  I've started working on it.  As changes in
constraint processing needs a lot of testing, I think the patch will be read on
Friday or on the next week.