[Bug fortran/44154] initialization problem with allocatable scalars

2010-05-15 Thread janus at gcc dot gnu dot org
--- Comment #1 from janus at gcc dot gnu dot org 2010-05-15 20:43 --- Here is the fix: Index: gcc/fortran/trans-decl.c === --- gcc/fortran/trans-decl.c(revision 159433) +++ gcc/fortran/trans-decl.c(working copy) @@

[Bug fortran/44154] initialization problem with allocatable scalars

2010-05-15 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2010-05-15 21:24 --- This PR looks related to pr42647. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44154

[Bug fortran/44154] initialization problem with allocatable scalars

2010-05-15 Thread janus at gcc dot gnu dot org
--- Comment #3 from janus at gcc dot gnu dot org 2010-05-15 22:03 --- Subject: Bug 44154 Author: janus Date: Sat May 15 22:03:09 2010 New Revision: 159445 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159445 Log: 2010-05-15 Janus Weil ja...@gcc.gnu.org PR

[Bug fortran/44154] initialization problem with allocatable scalars

2010-05-15 Thread janus at gcc dot gnu dot org
--- Comment #4 from janus at gcc dot gnu dot org 2010-05-15 22:05 --- (In reply to comment #2) This PR looks related to pr42647. Thanks for the remark, Dominique. I think they're pretty much identical. The commit (r159445) includes PR42647 comment #2/#3 as a test case. -- janus at