[Bug fortran/32195] [regression] ICE in get_array_ctor_strlen

2007-07-27 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-07-28 02:05 --- Subject: Bug number PR 32195 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-07/msg02023.html --

[Bug fortran/32195] [regression] ICE in get_array_ctor_strlen

2007-07-27 Thread dannysmith at users dot sourceforge dot net
--- Comment #4 from dannysmith at users dot sourceforge dot net 2007-07-28 02:38 --- (In reply to comment #3) Subject: Bug number PR 32195 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is

[Bug fortran/32195] [regression] ICE in get_array_ctor_strlen

2007-06-06 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2007-06-06 15:32 --- Fixed by patch: http://gcc.gnu.org/ml/gcc-patches/2007-06/msg00064.html -- dominiq at lps dot ens dot fr changed: What|Removed |Added

[Bug fortran/32195] [regression] ICE in get_array_ctor_strlen

2007-06-04 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2007-06-04 11:25 --- As far as I can tell this bug seems to affect only darwin7. The ICE occurs with RESHAPE and EOSHIFT with character arrays and a third optional argument: The following code character(len=1) :: tempn(1,2)