[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-06 Thread patchapp at dberlin dot org
--- Comment #17 from patchapp at dberlin dot org 2007-10-06 15:10 --- Subject: Bug number PR33253 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-10/msg00011.html --

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #15 from jvdelisle at gcc dot gnu dot org 2007-10-04 15:57 --- Subject: Bug 33253 Author: jvdelisle Date: Thu Oct 4 15:57:28 2007 New Revision: 129016 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129016 Log: 2007-10-04 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #16 from jvdelisle at gcc dot gnu dot org 2007-10-04 16:02 --- Subject: Bug 33253 Author: jvdelisle Date: Thu Oct 4 16:02:42 2007 New Revision: 129018 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129018 Log: 2007-10-04 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2007-10-03 00:33 --- Subject: Bug 33253 Author: jvdelisle Date: Wed Oct 3 00:33:09 2007 New Revision: 128973 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128973 Log: 2007-10-02 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2007-10-03 00:40 --- Subject: Bug 33253 Author: jvdelisle Date: Wed Oct 3 00:39:58 2007 New Revision: 128975 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128975 Log: 2007-10-03 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-10-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #14 from jvdelisle at gcc dot gnu dot org 2007-10-03 00:41 --- Fixed on trunk. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2007-09-30 01:58 --- It turns out that the original patch for this bug is probably what we want. Unfortunately it uncovers a nasty latent bug where an extraneous namelist read is attempted. It only seems to occur with multiple

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2007-09-28 03:16 --- Reverted the patch to close pr33421. Reopening this to find the right solution. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-09-06 01:20 --- Subject: Bug 33253 Author: jvdelisle Date: Thu Sep 6 01:20:02 2007 New Revision: 128170 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128170 Log: 2007-09-05 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-09-06 01:24 --- Subject: Bug 33253 Author: jvdelisle Date: Thu Sep 6 01:24:17 2007 New Revision: 128171 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128171 Log: 2007-09-06 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-03 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-09-03 19:05 --- Subject: Bug number PR33253 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-09/msg00153.html --

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-09-03 19:27 --- Subject: Bug 33253 Author: jvdelisle Date: Mon Sep 3 19:27:48 2007 New Revision: 128056 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128056 Log: 2007-09-03 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-09-03 19:29 --- Subject: Bug 33253 Author: jvdelisle Date: Mon Sep 3 19:29:17 2007 New Revision: 128057 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128057 Log: 2007-09-03 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-09-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-09-03 19:32 --- Fixed on trunk. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-08-31 Thread anlauf at gmx dot de
--- Comment #1 from anlauf at gmx dot de 2007-08-31 08:20 --- (In reply to comment #0) It does work with ifort, for example. I works with g95, but fails with xlf, unless I add an delim='apostrophe' to the open statement. I the latter case gfortran still fails, so this might be a

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-08-31 Thread anlauf at gmx dot de
--- Comment #2 from anlauf at gmx dot de 2007-08-31 19:45 --- (In reply to comment #1) If I replace the open by: open(10,delim='apostrophe') then the file fort.10 contains after the crash: % cat fort.10 FOO A='a'a', / This looks like a quoting bug. Jerry? --

[Bug libfortran/33253] namelist: reading back a string with apostrophe

2007-08-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-31 20:17 --- I want to study this a bit. I think it is a bug. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added