This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11658] Wrong error message
- From: "bonzini at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2003 13:00:42 -0000
- Subject: [Bug c/11658] Wrong error message
- References: <20030724115355.11658.bonzini@gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11658
------- Additional Comments From bonzini at gnu dot org 2003-07-24 13:00 -------
Subject: Re: Wrong error message
> I can confirm this on the mainline (20030723) but I think
> the problem is there is an
> implicated !=0 there created by the c front-end.
Yes, I suspected it. The error should be issued when the incorrect != is
created.
Paolo