From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28331 invoked by alias); 30 Apr 2003 18:36:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 28268 invoked by uid 71); 30 Apr 2003 18:36:01 -0000 Date: Wed, 30 Apr 2003 18:36:00 -0000 Message-ID: <20030430183601.28267.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: c++/10569: use typedef type as return from main yields warning Reply-To: Gabriel Dos Reis X-SW-Source: 2003-04/txt/msg01470.txt.bz2 List-Id: The following reply was made to PR c++/10569; it has been noted by GNATS. From: Gabriel Dos Reis To: Falk Hueffner Cc: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, wxy@kivera.com, gcc-gnats@gcc.gnu.org Subject: Re: c++/10569: use typedef type as return from main yields warning Date: 30 Apr 2003 20:31:34 +0200 Falk Hueffner writes: | There's something weird going on, though. For me, it fails with | *error* when turning on -Wall, but not when additionally giving | -pedantic: Yeah, there is a known regression about the way -pedantic behaves. Some day in the past, someone touched -pedantic setting and messed things up. -- Gaby