This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g77 -v doesn't work anymore.
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: g77 -v doesn't work anymore.
- From: Zack Weinberg <zack at wolery dot cumb dot org>
- Date: Tue, 25 Jul 2000 14:55:04 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <397B16D8.401B7C2B@moene.indiv.nluug.nl>
On Sun, Jul 23, 2000 at 06:01:28PM +0200, Toon Moene wrote:
...
> /usr/snp/lib/gcc-lib/i686-pc-linux/2.96/tradcpp -lang-fortran -v
> -D__GNUC__=2 -D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -D__ELF__
> -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux
> -Asystem(posix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__
> -D__tune_pentiumpro__ /dev/null /dev/null /dev/null
> GNU traditional CPP version 2.96 20000722 (experimental)
> /usr/snp/lib/gcc-lib/i686-pc-linux/2.96/tradcpp: Usage:
> /usr/snp/lib/gcc-lib/i686-pc-linux/2.96/tradcpp [switches] input output
>
> Somehow, tradcpp manages to get three /dev/null's out of the specs file
> - even though only two are there (f/lang-specs.h).
The third /dev/null comes from the %i in %(cpp_options).
I don't like this feature of g77, I think it's unnecessary
complexity. But if you must have it, just pull out one of the
/dev/nulls.
zw