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: The preprocessor and lack of support for -V


>-----Original Message-----
>From: Neil Booth [mailto:neil@daikokuya.demon.co.uk]
>Sent: 15 February 2001 22:04

>PR 607 is about the fact that it is impossible to run older versions of
>CPP with the current preprocessor driver.  This is because we renamed
>the stand-alone version to cpp0; previously it was called cpp I think,
>and was renamed because of the inevitable confusion it caused.
>
>Richard Henderson replied to the PR saying he thinks we should remove
>support for -V.
>
>What is the general opinion on this?  Should I try to hack the driver
>to fix this?  Or should we document dropping support for -V and actually
>drop it?  Or something else?

  I think that just when the ABI becomes backwardly incompatible would
be a very cruel moment to remove the support for keeping old installed
versions running.

  A fix would seem to be very simple, based either on detecting the
first numeric char in the version string and seeing if it's < or >= 3,
or perhaps just simply make it search for cpp0 first and if that fails
fall back on cpp.

       DaveK
-- 
we are not seats or eyeballs or end users or consumers.
we are human beings - and our reach exceeds your grasp.
                    deal with it.                      - cluetrain.org 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


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