[Bug fortran/25057] default initialization and DATA statement conflict

2006-11-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-11-03 16:30 --- This is probably a duplicate of 24978. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/25057] default initialization and DATA statement conflict

2007-01-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-01-02 05:06 --- Still working on it! -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added A

[Bug fortran/25057] default initialization and DATA statement conflict

2007-01-31 Thread jvdelisle at gcc dot gnu dot org
-- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|jvdelisle at gcc dot gnu dot|unassigned at gcc dot gnu |org

[Bug fortran/25057] default initialization and DATA statement conflict

2007-07-03 Thread jv244 at cam dot ac dot uk
--- Comment #7 from jv244 at cam dot ac dot uk 2007-07-03 18:27 --- this has become: Error: 'd' at (1) already is initialized at (2) test.f90:0: internal compiler error: Segmentation fault Please submit a full bug report, -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25057

[Bug fortran/25057] default initialization and DATA statement conflict

2007-07-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-07-04 01:25 --- This is OK now with the patch to 32432 committed today. Closing as duplicate. *** This bug has been marked as a duplicate of 32432 *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed

[Bug fortran/25057] default initialization and DATA statement conflict

2005-11-26 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2005-11-26 19:24 --- We currently have an ICE on that one: ## gfortran ## foo.f90:0: internal compiler error: in gfc_assign_data_value, at fortran/data.c:252 ## g95 ## In file foo.f90:5 DATA (D(I),I=1,2) /T1(3),T1(3)/ 1 Erro