[Bug fortran/83898] [6/7 Regression] ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:7181

2018-05-16 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83898

Paul Thomas  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Paul Thomas  ---
Fixed on 6-branch through to trunk.

Thanks for the report.

Paul

[Bug fortran/83898] [6/7 Regression] ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:7181

2018-05-16 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83898

--- Comment #7 from Paul Thomas  ---
Author: pault
Date: Wed May 16 10:41:48 2018
New Revision: 260284

URL: https://gcc.gnu.org/viewcvs?rev=260284=gcc=rev
Log:
2018-16-05  Paul Thomas  

PR fortran/83898
Backport from trunk
* trans-stmt.c (trans_associate_var): Do not set cst_array_ctor
for characters.

2018-16-05  Paul Thomas  

PR fortran/83898
Backport from trunk
* gfortran.dg/associate_33.f03 : New test.


Added:
branches/gcc-6-branch/gcc/testsuite/gfortran.dg/associate_33.f03
Modified:
branches/gcc-6-branch/gcc/fortran/ChangeLog
branches/gcc-6-branch/gcc/fortran/trans-stmt.c
branches/gcc-6-branch/gcc/testsuite/ChangeLog

[Bug fortran/83898] [6/7 Regression] ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:7181

2018-05-16 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83898

--- Comment #6 from Paul Thomas  ---
Author: pault
Date: Wed May 16 10:18:20 2018
New Revision: 260282

URL: https://gcc.gnu.org/viewcvs?rev=260282=gcc=rev
Log:
2018-16-05  Paul Thomas  

PR fortran/83898
Backport from trunk
* trans-stmt.c (trans_associate_var): Do not set cst_array_ctor
for characters.

2018-16-05  Paul Thomas  

PR fortran/83898
Backport from trunk
* gfortran.dg/associate_33.f03 : New test.


Added:
branches/gcc-7-branch/gcc/testsuite/gfortran.dg/associate_33.f03
Modified:
branches/gcc-7-branch/gcc/fortran/ChangeLog
branches/gcc-7-branch/gcc/fortran/trans-stmt.c
branches/gcc-7-branch/gcc/testsuite/ChangeLog

[Bug fortran/83898] [6/7 Regression] ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:7181

2018-03-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83898

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

[Bug fortran/83898] [6/7 Regression] ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:7181

2018-02-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83898

Thomas Koenig  changed:

   What|Removed |Added

 CC||tkoenig at gcc dot gnu.org
Summary|[6/7/8 Regression] ICE in   |[6/7 Regression] ICE in
   |gfc_conv_expr_descriptor,   |gfc_conv_expr_descriptor,
   |at  |at
   |fortran/trans-array.c:7181  |fortran/trans-array.c:7181

--- Comment #5 from Thomas Koenig  ---
Hi Paul,

do you plan to backport?