This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/24222] The gimplifier shouldn't emit warnings or errors
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2005 20:56:35 -0000
- Subject: [Bug c++/24222] The gimplifier shouldn't emit warnings or errors
- References: <bug-24222-6809@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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" <gcc-bugzilla@gcc.gnu.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