This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Another fixincludes problem
- To: bkorb at cruzio dot com
- Subject: Re: Another fixincludes problem
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Tue, 05 Dec 2000 15:26:02 +0000
- Cc: gcc-bugs at gcc dot gnu dot org
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
bkorb@cruzio.com said:
> We could also *remove* the ``files'' entry. That would run the fix on
> every file found to have the ``select'' expression and *not* the
> ``bypass'' expression:
Despite its expense, I think this is much cleaner -- since it means we
don't have to know the list of machines NetBSD has been ported to (a
moving target).
Unless someone else objects, I'll generate a patch based on this.
R.