This is the mail archive of the gcc-bugs@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]

Recent change to toplev.c breaks `-pedantic'



This message didn't make it to the list.  Here it is, for the record.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


Hi. This is the qmail-send program at egcs.cygnus.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<gcc-bugs@gcc.gnu.org>:
ezmlm-reject: fatal: Sorry, I don't accept message with empty Subject (#5.7.0)

--- Below this line is a copy of the message.

Return-Path: <mitchell@codesourcery.com>
Received: (qmail 8671 invoked from network); 9 Sep 1999 19:41:38 -0000
Received: from adsl-206-170-148-33.dsl.snfc21.pacbell.net (206.170.148.33)
  by egcs.cygnus.com with SMTP; 9 Sep 1999 19:41:38 -0000
Received: from localhost (localhost [127.0.0.1])
	by adsl-206-170-148-33.dsl.snfc21.pacbell.net (8.9.3/8.9.3) with ESMTP id MAA18102;
	Thu, 9 Sep 1999 12:47:10 -0700
To: Nick Clifton <nickc@cygnus.com>
Cc: gcc-bugs@gcc.gnu.org
X-Mailer: Mew version 1.94b25 on Emacs 20.3 / Mule 4.0 (HANANOEN)
X-URL: http://www.codesourcery.com
Organization: CodeSourcery, LLC
From: Mark Mitchell <mark@codesourcery.com>
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <19990909124709Y.mitchell@codesourcery.com>
Date: Thu, 09 Sep 1999 12:47:09 -0700
Sender: Mark Mitchell <mitchell@codesourcery.com>
X-Dispatcher: imput version 990425(IM115)
Lines: 14


Thu Sep  9 12:20:34 1999  Nick Clifton  <nickc@cygnus.com>

	* toplev.c (documented_lang_options): 

This patch (which seems to need a bit more of a ChangeLog) is somehow
preventing -pedantic from getting through to cc1plus, resulting in
lots of oddities.  (In particular, `pedantic' never gets set, so the
front-end doesn't know to be pedantic.)  Would you mind tracking this
down?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com



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