From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27745 invoked by alias); 3 Jun 2003 18:18:59 -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 27701 invoked by uid 48); 3 Jun 2003 18:18:58 -0000 Date: Tue, 03 Jun 2003 18:18:00 -0000 Message-ID: <20030603181858.27699.qmail@sources.redhat.com> From: "pinskia@physics.uc.edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20020714085601.7307.martin@v.loewis.de> References: <20020714085601.7307.martin@v.loewis.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/7307] -pedantic makes errors to warnings X-Bugzilla-Reason: CC X-SW-Source: 2003-06/txt/msg00492.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=7307 ------- Additional Comments From pinskia@physics.uc.edu 2003-06-03 18:18 ------- It is even worse on the mainline (20030603), now it does not error or warn: tin:~/src/gnu/gcctest>g++ pr7307.cc -S -pedantic tin:~/src/gnu/gcctest>g++ pr7307.cc -S tin:~/src/gnu/gcctest>more pr7307.cc struct test { char test; test(); }; tin:~/src/gnu/gcctest> ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.