public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch, committed] [4.5 Regression] F2003 Repeat specification after P  descriptor rejected
@ 2009-10-13  5:07 Jerry DeLisle
  0 siblings, 0 replies; only message in thread
From: Jerry DeLisle @ 2009-10-13  5:07 UTC (permalink / raw)
  To: gfortran list; +Cc: gcc patches

Hi all,

Committed as obvious after regression testing, polyhedron tests, and NIST tests.

2009-10-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/41683
	* io/format.c (parse_format_list): Allow a repeat specifier immediately
	after a P specifier.


Index: io/format.c
===================================================================
--- io/format.c	(revision 152694)
+++ io/format.c	(working copy)
@@ -706,7 +706,8 @@
  	  goto data_desc;
  	}

-      if (t != FMT_COMMA && t != FMT_RPAREN && t != FMT_SLASH)
+      if (t != FMT_COMMA && t != FMT_RPAREN && t != FMT_SLASH
+	  && t != FMT_POSINT)
  	{
  	  fmt->error = "Comma required after P descriptor";
  	  goto finished;

$ svn commit ChangeLog io/format.c
Sending        ChangeLog
Sending        io/format.c
Transmitting file data ..
Committed revision 152695.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-13  1:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-13  5:07 [patch, committed] [4.5 Regression] F2003 Repeat specification after P descriptor rejected Jerry DeLisle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).