com.c (ffecom_finish_symbol_transform_): Don't transform statement (nested) functions...
authorCraig Burley <burley@gnu.org>
Sat, 23 May 1998 09:45:45 +0000 (05:45 -0400)
committerDave Love <fx@gcc.gnu.org>
Sat, 23 May 1998 09:45:45 +0000 (09:45 +0000)
commit6829256fb438f4dccfdad5b4392e1f9ce94f1464
treef758b8cc7de409e3697f36aba8e13ebe9cccbe6f
parente125ac266174fcbf80410bab07195f03aace1d63
com.c (ffecom_finish_symbol_transform_): Don't transform statement (nested) functions...

Sat May 23 06:32:52 1998  Craig Burley  <burley@gnu.org>
* com.c (ffecom_finish_symbol_transform_): Don't transform
statement (nested) functions, to avoid gcc compiling them
and thus producing linker errors if they refer to undefined
exteral functions.  But warn if they're unused and -Wunused.

From-SVN: r19970
gcc/f/ChangeLog
gcc/f/com.c