mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 12:10:57 +08:00
re PR fortran/31395 ([4.2 Only] Colon edit descriptor is ignored unless preceded by a comma or a slash)
2007-04-06 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/31395 * io/format.c (parse_format_list): Fix parsing. From-SVN: r123620
This commit is contained in:
parent
b3726dabf3
commit
5a97b4f907
@ -1,3 +1,8 @@
|
||||
2007-04-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libgfortran/31395
|
||||
* io/format.c (parse_format_list): Fix parsing.
|
||||
|
||||
2007-04-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
PR fortran/31304
|
||||
|
@ -858,12 +858,9 @@ parse_format_list (st_parameter_dt *dtp)
|
||||
goto finished;
|
||||
|
||||
case FMT_SLASH:
|
||||
get_fnode (fmt, &head, &tail, FMT_SLASH);
|
||||
tail->repeat = 1;
|
||||
|
||||
/* Fall Through */
|
||||
|
||||
case FMT_COLON:
|
||||
get_fnode (fmt, &head, &tail, t);
|
||||
tail->repeat = 1;
|
||||
goto optional_comma;
|
||||
|
||||
case FMT_END:
|
||||
|
Loading…
x
Reference in New Issue
Block a user