[Bug fortran/47616] ICE with allocate(a,source=(/1/))

2011-02-05 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47616 --- Comment #1 from Thomas Koenig 2011-02-05 17:31:19 UTC --- Same error with mold: ig25@linux-fd1f:~/Krempel/Arr> cat arr-3.f90 program main implicit none integer, dimension(:), allocatable :: a allocate (a, mold=(/ 1 /)) end program mai

[Bug fortran/47616] ICE with allocate(a,source=(/1/))

2011-02-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47616 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #2

[Bug fortran/47616] ICE with allocate(a,source=(/1/))

2012-09-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47616 Dominique d'Humieres changed: What|Removed |Added CC||xarthisius.kk at gmail dot

[Bug fortran/47616] ICE with allocate(a,source=(/1/))

2012-09-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47616 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/47616] ICE with allocate(a,source=(/1/))

2012-09-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47616 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resoluti