re PR libfortran/33421 (Weird quotation of namelist output of character arrays)

2007-09-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libfortran/33421
	* io/list_read.c (read_character): Revert r128057.

From-SVN: r128857
This commit is contained in:
Jerry DeLisle 2007-09-28 02:57:41 +00:00
parent a2d0c46dae
commit 9a1e025540
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-09-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/33421
* io/list_read.c (read_character): Revert r128057.
2007-09-21 Bernhard Fischer <aldot>
PR fortran/31546

View File

@ -887,9 +887,7 @@ read_character (st_parameter_dt *dtp, int length __attribute__ ((unused)))
goto get_string;
default:
if (dtp->u.p.namelist_mode
&& (dtp->u.p.current_unit->flags.delim == DELIM_APOSTROPHE
|| dtp->u.p.current_unit->flags.delim == DELIM_QUOTE))
if (dtp->u.p.namelist_mode)
{
unget_char (dtp,c);
return;