From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14292 invoked by alias); 1 Oct 2003 18:57:23 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14285 invoked by uid 48); 1 Oct 2003 18:57:23 -0000 Date: Wed, 01 Oct 2003 18:57:00 -0000 Message-ID: <20031001185723.14283.qmail@sources.redhat.com> From: "zack at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031001174228.12479.levon@movementarian.org> References: <20031001174228.12479.levon@movementarian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/12479] System header should not cause -pedantic to error about "extra `;'" X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg00107.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12479 ------- Additional Comments From zack at gcc dot gnu dot org 2003-10-01 18:57 ------- | Probably. The -pedantic can turn pedwarns into errors. We've had | that behaviour for ages. ... and it is a (long-standing) bug. That's only for -pedantic-errors to do. | Not in the C++ front-end. That also has been debated to death. I'm not as familiar with the history there, but surely you agree that options like -pedantic should do the same thing in all front ends.