[Bug fortran/40402] Problem with data statement involving structure constructors containing non-initialisation expressions

2009-06-19 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2009-06-19 22:10 --- Subject: Bug 40402 Author: pault Date: Fri Jun 19 22:10:45 2009 New Revision: 148732 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=148732 Log: 2009-06-20 Paul Thomas pa...@gcc.gnu.org PR

[Bug fortran/40402] Problem with data statement involving structure constructors containing non-initialisation expressions

2009-06-19 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2009-06-19 22:11 --- Fixed on trunk and 4.4. Thanks for the report Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/40402] Problem with data statement involving structure constructors containing non-initialisation expressions

2009-06-11 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2009-06-11 06:21 --- (In reply to comment #2) I forgot to add that this demonstrates a proper fix. At the moment, it generates an extra, spurious error. I'll see if I cannot do a proper job tonight. Je vous remercie pour le rapport.

[Bug fortran/40402] Problem with data statement involving structure constructors containing non-initialisation expressions

2009-06-11 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2009-06-11 20:12 --- Subject: Bug 40402 Author: pault Date: Thu Jun 11 20:11:59 2009 New Revision: 148396 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=148396 Log: 2009-06-11 Paul Thomas pa...@gcc.gnu.org PR

[Bug fortran/40402] Problem with data statement involving structure constructors containing non-initialisation expressions

2009-06-10 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-06-10 14:10 --- this is not valid code, but a gfortran bug nevertheless. line 5: X is not permitted in an initialisation expression -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug fortran/40402] Problem with data statement involving structure constructors containing non-initialisation expressions

2009-06-10 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2009-06-11 05:27 --- Created an attachment (id=17980) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17980action=view) Fix for the problem This regtests and bootstraps on trunk. Paul -- pault at gcc dot gnu dot org changed: