Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 13 Oct 2003 01:30:48 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: gcc -dM -E -xc /dev/null & g++ -dM -E -xc /dev/null Message-ID: <20031013053048.GA16401@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i On Mon, Oct 13, 2003 at 07:22:28AM +0200, Alex Vinokur wrote: >gcc -dM -E -xc /dev/null > and >g++ -dM -E -xc /dev/null > produce the same output. > >Is this a feature or a bug? It is not a bug. Try it on linux. >How can one know that g++ (not gcc) is invoked? Isn't the __cplusplus define a feature of c++? I'm too lazy to check if this is a g++ extension but I'd be surprised if it was. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/