[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-12 Thread toon at moene dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 --- Comment #13 from Toon Moene --- On 07/11/2016 10:26 PM, tkoenig at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 > > Thomas Koenig changed: > >What|Removed |Added >

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 --- Comment #11 from Martin Liška --- (In reply to Thomas Koenig from comment #10) > Fixed on 5/6/7. I don't have a working 4.9 compiler at the moment. > > Could anybody check if the fix also needs to be applied there? 4.9 is not affected by

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 Thomas Koenig changed: What|Removed |Added Status|NEW |WAITING --- Comment #10 from Thomas

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 --- Comment #9 from Thomas Koenig --- Author: tkoenig Date: Mon Jul 11 20:08:51 2016 New Revision: 238225 URL: https://gcc.gnu.org/viewcvs?rev=238225=gcc=rev Log: 2016-07-11 Thomas Koenig Backport from trunk:

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 --- Comment #8 from Thomas Koenig --- Author: tkoenig Date: Sun Jul 10 21:26:28 2016 New Revision: 238198 URL: https://gcc.gnu.org/viewcvs?rev=238198=gcc=rev Log: 2016-07-09 Thomas Koenig Backport from trunk:

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 --- Comment #7 from Thomas Koenig --- Author: tkoenig Date: Sat Jul 9 22:18:29 2016 New Revision: 238192 URL: https://gcc.gnu.org/viewcvs?rev=238192=gcc=rev Log: 2016-07-09 Thomas Koenig PR fortran/71783

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-09 Thread toon at moene dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 --- Comment #6 from Toon Moene --- On 07/08/2016 11:15 PM, tkoenig at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 > > --- Comment #3 from Thomas Koenig --- > The solution turns that fixes the ICE turns out to be

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 --- Comment #5 from Dominique d'Humieres --- > Toon, does this fix the ICE for you as well? It does for me without regression.

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-08 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 kargl at gcc dot gnu.org changed: What|Removed |Added CC||brad.finney at humboldt dot

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-08 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 --- Comment #3 from Thomas Koenig --- The solution turns that fixes the ICE turns out to be reasonably simple: We were missing a charlen for the allocatable case. What I do not yet understand is why this code was reached in the first place; the

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 --- Comment #2 from Richard Biener --- As the comment says the FE is failing to put 'cline' into a BIND_EXPR. It has a '.cline' but not 'cline'.

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Target

[Bug fortran/71783] [5/6/7 Regression ] ICE on valid code in gimplify_var_or_parm_decl at gimplify.c:1801

2016-07-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71783 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|