[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-09-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2009-09-13 14:31 --- Fixed. I see no point in warning on a comment. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-09-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2009-09-08 00:59 --- Subject: Bug 41192 Author: jvdelisle Date: Tue Sep 8 00:59:05 2009 New Revision: 151495 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151495 Log: 2009-09-07 Jerry DeLisle jvdeli...@gcc.gnu.org

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-09-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2009-09-08 01:19 --- Subject: Bug 41192 Author: jvdelisle Date: Tue Sep 8 01:18:48 2009 New Revision: 151496 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151496 Log: 2009-09-07 Jerry DeLisle jvdeli...@gcc.gnu.org

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-09-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2009-09-04 20:16 --- Putting the standards discussion aside, this test case actually uncovered a real bug. In list_read.c, eat_line does nothing for internal units. If the test had used a real file, the comment would have been

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-09-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2009-09-04 20:19 --- A side note: there are several places where we should use eat_line but instead we now have explicit loops. I will take a scan through and find those while I am at it. Just code clean-up. --

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-08-30 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #3 from sgk at troutmask dot apl dot washington dot edu 2009-08-30 17:58 --- Subject: Re: NAMELIST input with just a comment (NAME ! comment \) fails On Sun, Aug 30, 2009 at 05:48:15PM -, kargl at gcc dot gnu dot org wrote: --- Comment #2 from kargl at gcc

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-08-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2009-08-30 18:15 --- Strictly speaking, Steve, I think you are correct. I have not finished my review of the standard. This is the first time I have seen namelist used like this for command line input. I suspect because it allows

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-08-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2009-08-30 17:32 --- Thanks for report , I will fix this. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-08-30 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #5 from sgk at troutmask dot apl dot washington dot edu 2009-08-30 18:54 --- Subject: Re: NAMELIST input with just a comment (NAME ! comment \) fails On Sun, Aug 30, 2009 at 06:15:07PM -, jvdelisle at gcc dot gnu dot org wrote: Strictly speaking, Steve, I think you

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-08-30 Thread urbanjost at comcast dot net
!!is ignored and need not follow the rules for namelist input values. - Original Message - From: sgk at troutmask dot apl dot washington dot edu gcc-bugzi...@gcc.gnu.org To: urbanj...@comcast.net Sent: Sunday, August 30, 2009 1:58 PM Subject: [Bug fortran/41192] NAMELIST input with just a comment

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-08-30 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #7 from sgk at troutmask dot apl dot washington dot edu 2009-08-31 00:30 --- Subject: Re: NAMELIST input with just a comment (NAME ! comment \) fails On Mon, Aug 31, 2009 at 12:07:34AM -, urbanjost at comcast dot net wrote: --- Comment #6 from urbanjost at

[Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails

2009-08-30 Thread urbanjost at comcast dot net
referenced in the 2003 final draft. - Original Message - From: sgk at troutmask dot apl dot washington dot edu gcc-bugzi...@gcc.gnu.org To: urbanj...@comcast.net Sent: Sunday, August 30, 2009 8:30 PM Subject: [Bug fortran/41192] NAMELIST input with just a comment (NAME ! comment \) fails