From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3258 invoked by alias); 6 Oct 2005 20:56:42 -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 3235 invoked by alias); 6 Oct 2005 20:56:35 -0000 Date: Thu, 06 Oct 2005 20:56:00 -0000 Message-ID: <20051006205635.3234.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/24222] The gimplifier shouldn't emit warnings or errors In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "gdr at integrable-solutions dot net" X-SW-Source: 2005-10/txt/msg00707.txt.bz2 List-Id: ------- Comment #5 from gdr at integrable-solutions dot net 2005-10-06 20:56 ------- Subject: Re: -fsyntax-only runs the gimplifier "pinskia at gcc dot gnu dot org" writes: | right now if we don't gimplify with -fsyntax-only, we would not be able to | diagnostic the following: | void f(void) | { | break; | } That is one more reason why it is a bug in the compiler. -- Gaby -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24222