This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: No Compilation Warning...


On Tue, Jun 15, 2004 at 05:00:49PM +0800, Manje Gowda S G wrote:
> > gowda.cc: In function nt main()':
> > gowda.cc:7: warning: comparison of unsigned expression >= 0 is always true
> > 
> > for gcc 2.95.3, 3.3.3, 3.4, and 3.5 20040606 .
> > 
> > Maybe the bug is unique to 3.3.2 or the redhat derivative. 
> > 
> 
> Do you get the warning for "unsigned int s" declaration?
> I feel Both the messages sounds same
> What is bothering me is, no warning Message if it is declared as "unsigned int s" in the program???.
> 
> I have checked for the same with the following versions of GCC, still it is the same problem
> 
> 1) gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
> 2) gcc version 2.95.3 20010125 (prerelease, propolice)
> 3) gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1)

Unless you can find the problem in an official FSF release, this
discussion is not appropriate for this list.

You can always file a bug report with Red Hat, and if the problem is
in their current compiler you should do so.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]