This is the mail archive of the gcc@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: g77 -v doesn't work anymore.


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


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