public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Fortran fugly-comma problem
@ 2003-08-05  0:04 Greg Lindahl
  0 siblings, 0 replies; only message in thread
From: Greg Lindahl @ 2003-08-05  0:04 UTC (permalink / raw)
  To: gcc-bugs

I'm running gcc-3.2.2 as distributed in redhat 9.

1) The g77 info pages don't explain what happens when you have null
arguments which aren't at the end of a call list, e.g. this is
explained:

      CALL FOO (A, B, C, )

but this is not:

      CALL FOO (A, , C )

The right place is: *Note Ugly Null Arguments::

2) g77 -Wall does not generate a warning for either of the above
calls. It should generate a warning for both if -fugly-commas is not
active, since this is not f77 standard, plus it is not a common
extension.

-- greg


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

only message in thread, other threads:[~2003-08-05  0:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-05  0:04 Fortran fugly-comma problem Greg Lindahl

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).