[Bug fortran/21432] gfortran does not support printing of namelists

2005-08-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21432

[Bug fortran/21432] gfortran does not support printing of namelists

2005-08-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-14 21:46 --- Subject: Bug 21432 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-14 21:46:52 Modified files: gcc/fortran: gfortr

[Bug fortran/21432] gfortran does not support printing of namelists

2005-08-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-14 21:43 --- Subject: Bug 21432 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-14 21:43:14 Modified files: gcc/fortran: gfortran.texi ChangeLog Log message

[Bug fortran/21432] gfortran does not support printing of namelists

2005-08-14 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-08-14 19:30 --- Fixed on mainline and 4.02 There's just the documentation to do, now. Paul T -- What|Removed |Added --

[Bug fortran/21432] gfortran does not support printing of namelists

2005-08-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-14 18:45 --- Subject: Bug 21432 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-14 18:45:42 Modified files: gcc/fortran: io.c C

[Bug fortran/21432] gfortran does not support printing of namelists

2005-08-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-14 16:15 --- Subject: Bug 21432 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-14 16:15:46 Modified files: gcc/fortran: io.c ChangeLog gcc/testsuite

[Bug fortran/21432] gfortran does not support printing of namelists

2005-08-03 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-08-03 12:31 --- > Sorry if I appear dense, but where is the problem in changing > namelist /cor/ a > print cor > to > namelist /cor/ a > write (*,cor) > ? Or even horrible, horrible, horrible

[Bug fortran/21432] gfortran does not support printing of namelists

2005-05-17 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-17 13:32 --- (In reply to comment #3) > The bug is that gfortran apparently does not support printing of namelists. I > don't know if this is in the fortran standard or not, but it is a very common > compiler extension

[Bug fortran/21432] gfortran does not support printing of namelists

2005-05-07 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-05-

[Bug fortran/21432] gfortran does not support printing of namelists

2005-05-06 Thread joe at confucius dot gnacademy dot org
--- Additional Comments From joe at confucius dot gnacademy dot org 2005-05-07 04:19 --- No problem. First things first :-) :-) :-) In case you are wondering the bug reports I've been submitting come from trying to compile a 2 line iron core collapse supernova simulation. It's the

[Bug fortran/21432] gfortran does not support printing of namelists

2005-05-06 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-05-07 04:02 --- Thanks for cutting it down! The code is nonstandard according to both the NAG compiler and Lahey's web base source code checker. Lahey will compile the code if one does not ask for strict conformance to the

[Bug fortran/21432] gfortran does not support printing of namelists

2005-05-06 Thread joe at confucius dot gnacademy dot org
--- Additional Comments From joe at confucius dot gnacademy dot org 2005-05-07 03:45 --- Created an attachment (id=8834) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8834&action=view) better file -- What|Removed |Added ---

[Bug fortran/21432] gfortran does not support printing of namelists

2005-05-06 Thread joe at confucius dot gnacademy dot org
--- Additional Comments From joe at confucius dot gnacademy dot org 2005-05-07 03:43 --- Sorry for the spew. The code is generated by a preprocessor and I didn't realize how large it would end up. The bug is that gfortran apparently does not support printing of namelists. I don't kn