[Bug fortran/92350] Document non-standard namelist quote handling in gfortran

2020-10-05 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92350

Dominique d'Humieres  changed:

   What|Removed |Added

   Last reconfirmed||2020-10-05
 Status|UNCONFIRMED |WAITING
 Ever confirmed|0   |1

--- Comment #4 from Dominique d'Humieres  ---
Should not this PR be closed?

[Bug fortran/92350] Document non-standard namelist quote handling in gfortran

2019-11-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92350

--- Comment #3 from Jerry DeLisle  ---
(In reply to Tobias Burnus from comment #2)
> For the added text, cf. PR 60148 and
> https://gcc.gnu.org/ml/fortran/2014-03/msg00145.html
> 
> I missed that patch when writing this PR because it wasn't posted to
> gcc-patches@ :-(

Sorry about that. So would you like this better documented? The whole situation
is unfortunate.

[Bug fortran/92350] Document non-standard namelist quote handling in gfortran

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92350

--- Comment #2 from Tobias Burnus  ---
For the added text, cf. PR 60148 and
https://gcc.gnu.org/ml/fortran/2014-03/msg00145.html

I missed that patch when writing this PR because it wasn't posted to
gcc-patches@ :-(

[Bug fortran/92350] Document non-standard namelist quote handling in gfortran

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92350

--- Comment #1 from Tobias Burnus  ---
Just found:
gfortran.texi – Extensions to namelist

  When writing a namelist, if no @code{DELIM=} is specified, by default a
  double quote is used to delimit character strings. If -std=F95, F2003,
  or F2008, etc, the delim status is set to 'none'.  Defaulting to
  quotes ensures that namelists with character strings can be subsequently
  read back in accurately.

This might be sufficient or the wording can be improved. Hence, one can also
close PR again.