This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: fortran fe housecleaning


On Wed, 17 Oct 2001, Richard Henderson wrote:

> Whatever the actual history, there were conditional compilation
> directives for building the front end in gcc, or outside gcc;
> directives for building with gcc 2.7 or gcc 2.8; directives to
> include or not include include file processing.
> 
> I.e. clutter.  Some 7000 lines of it.  They're dead now.

There's more junk in there.  The

#define wide_flag 0
#define warn_traditional 0
#define flag_traditional 0

in lex.c - maybe to assist comparison with some old version of this code
elsewhere - could do with going away.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]