This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fortran fe housecleaning
- To: Richard Henderson <rth at twiddle dot net>
- Subject: Re: fortran fe housecleaning
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Thu, 18 Oct 2001 08:44:39 +0100 (BST)
- cc: <gcc-patches at gcc dot gnu dot org>
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