This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11856] unsigned warning in template
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Aug 2003 02:35:07 -0000
- Subject: [Bug c++/11856] unsigned warning in template
- References: <20030808142556.11856.o.kullmann@swansea.ac.uk>
- 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=11856
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-08-10 02:35:07
date| |
Summary|Wrong warning regarding |unsigned warning in template
|assert |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-10 02:35 -------
I can confirm this on the mainline (20030809). I like this warning but this case looks
maybe too over warning but the warning is still true (usigned <= 0 is always true).