This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Suggested replacement for specs and switch handling
- To: neil at daikokuya dot demon dot co dot uk, zackw at stanford dot edu
- Subject: Re: [RFC] Suggested replacement for specs and switch handling
- From: mike stump <mrs at windriver dot com>
- Date: Mon, 25 Jun 2001 10:29:56 -0700 (PDT)
- Cc: gcc at gcc dot gnu dot org
> From: "Zack Weinberg" <zackw@stanford.edu>
> Date: Sun, 24 Jun 2001 12:20:41 -0700
> To: Neil Booth <neil@daikokuya.demon.co.uk>
> Cc: gcc@gcc.gnu.org
> [Why on earth does g++ process .c and .i files with the C++ compiler?]
C++ is mostly a superset of C, and hence it makes sense to give users
an easy way to ensure their code is C++ friendly.