[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-08-19 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-08-19 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #12 from Mikael Morin --- Author: mikael Date: Wed Aug 19 14:47:23 2015 New Revision: 227010 URL: https://gcc.gnu.org/viewcvs?rev=227010&root=gcc&view=rev Log: Forward-port test generic_31.f90 from the 5 branch. gcc/testsuite/

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #11 from Mikael Morin --- Author: mikael Date: Fri Aug 7 09:55:36 2015 New Revision: 226718 URL: https://gcc.gnu.org/viewcvs?rev=226718&root=gcc&view=rev Log: Fix elemental wrong-code PR fortran/66929 gcc/fortran/ *

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #10 from Mikael Morin --- Author: mikael Date: Fri Aug 7 09:41:31 2015 New Revision: 226717 URL: https://gcc.gnu.org/viewcvs?rev=226717&root=gcc&view=rev Log: Fix latent elemental wrong code PR fortran/66929 gcc/fortran/

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-24 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 Mikael Morin changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-22 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #9 from Mikael Morin --- Author: mikael Date: Wed Jul 22 15:26:52 2015 New Revision: 226074 URL: https://gcc.gnu.org/viewcvs?rev=226074&root=gcc&view=rev Log: Fix r225926's iso_varying_string ICE regression PR fortran/61831

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-22 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #8 from Jürgen Reuter --- Just confirmed that the fix in comment #1 works with our code and doesn't (at least in our code) introduce any new regression.

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-21 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #7 from Jürgen Reuter --- No, Dominique, not yet. Will have to see when I find time for this :(

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #6 from Dominique d'Humieres --- > Maybe stressing again: this is pretty much a blocker for us because it is > in a 'standard' module which we don't want to modify, and on which all parts > of our code depend. We'd appreciate a reliab

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 Richard Biener changed: What|Removed |Added Version|unknown |6.0 Target Milestone|---

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-20 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #5 from Jürgen Reuter --- Maybe stressing again: this is pretty much a blocker for us because it is in a 'standard' module which we don't want to modify, and on which all parts of our code depend. We'd appreciate a reliable and quick

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-20 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 Jürgen Reuter changed: What|Removed |Added CC||juergen.reuter at desy dot de --- Commen

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-20 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #3 from Mikael Morin --- Reduced test: module iso_varying_string type, public :: varying_string character(LEN=1), dimension(:), allocatable :: chars end type varying_string interface operator(/=) module procedure op_n

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/66929] [6 regression] ICE with iso_varying_string

2015-07-18 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929 --- Comment #1 from Mikael Morin --- ... and the patch I posted at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831#c53 Index: trans-array.c === --- trans-array.c (révision