[Bug fortran/69859] Non-deterministic ICEs on incomplete character declaration statement

2016-12-08 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69859 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Status|NEW

[Bug fortran/69859] Non-deterministic ICEs on incomplete character declaration statement

2016-12-08 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69859 --- Comment #7 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Dec 8 21:26:11 2016 New Revision: 243463 URL: https://gcc.gnu.org/viewcvs?rev=243463&root=gcc&view=rev Log: 2016-12-07 Steven G. Kargl PR fortran/65173

[Bug fortran/69859] Non-deterministic ICEs on incomplete character declaration statement

2016-08-22 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69859 Gerhard Steinmetz changed: What|Removed |Added Version|6.0 |7.0 --- Comment #6 from Gerhard Stei

[Bug fortran/69859] Non-deterministic ICEs on incomplete character declaration statement

2016-08-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69859 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

[Bug fortran/69859] Non-deterministic ICEs on incomplete character declaration statement

2016-02-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69859 --- Comment #4 from David Malcolm --- Running under valgrind, it looks like it's a use-after-free error: $ cat ../../src/z7.f90 program p type t character(2), allocatable :: a(*) character(*), allocatable :: b(2) character(

[Bug fortran/69859] Non-deterministic ICEs on incomplete character declaration statement

2016-02-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69859 Dominique d'Humieres changed: What|Removed |Added Keywords||error-recovery,