[Patch, Fortran] SELECT TYPE with associate-name

Tobias Burnus burnus@net-b.de
Mon Oct 5 21:05:00 GMT 2009


Janus Weil wrote:
> Ok for trunk?

OK.

+      gfc_error ("Selector is not a named variable in SELECT TYPE statement "
+		 "at %C. Please use associate-name.");

Remove the trailing fullstop. I am tempted to add an "an" before
associated name or alternately, I also like the idea of "ifort" to write
"associate-name=>":
"If selector expression in SELECT TYPE is not a named variable,
associate-name=> shall appear."

Maybe the following? "Selector in SELECT TYPE at %C is not a named
variable; use associate-name=>"

Tobias



More information about the Gcc-patches mailing list