[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-21 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-21 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 --- Comment #11 from Jan Hubicka --- Author: hubicka Date: Wed Oct 21 18:00:30 2015 New Revision: 229132 URL: https://gcc.gnu.org/viewcvs?rev=229132&root=gcc&view=rev Log: PR middle-end/67966 * tree.c (verify_type): Verify that

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 --- Comment #10 from Dominique d'Humieres --- Revision r228586 also caused FAIL: g++.dg/opt/flifetime-dse2.C -std=gnu* execution test on x86_64-apple-darwin14 with both -m32 and -m64.

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-16 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 --- Comment #9 from Eric Botcazou --- Author: ebotcazou Date: Fri Oct 16 15:56:49 2015 New Revision: 228917 URL: https://gcc.gnu.org/viewcvs?rev=228917&root=gcc&view=rev Log: PR middle-end/67966 * gnat.dg/pack21.adb: New test.

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 --- Comment #8 from Andreas Schwab --- The patch in #c6 survives bootstrap.

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-15 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 --- Comment #7 from Jan Hubicka --- Eric, can you, please, send me info how to reproduce the x86/x86_64 ICEs? Honza

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-15 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 --- Comment #6 from Jan Hubicka --- > It's again a move between a BLKmode RHS and a DImode LHS. Frankly, I don't > understand why this is now allowed to reach the RTL expander, we will probably > need to add conversions on quite a number of path

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-15 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 --- Comment #5 from Eric Botcazou --- The x86-64 tester also recovered and reports the same failures as the x86 one, plus a few failures similar to this one on IA-64.

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-15 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 --- Comment #4 from Eric Botcazou --- Our internal x86 tester finally recovered from the r288586 build breakage and reports another failure mode, namely an ICE in store_field, at expr.c:6690.

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-15 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 --- Comment #3 from Eric Botcazou --- It's again a move between a BLKmode RHS and a DImode LHS. Frankly, I don't understand why this is now allowed to reach the RTL expander, we will probably need to add conversions on quite a number of paths in

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-15 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0 --- Comment #1 from Richard Biener