[Bug c/14611] static unsigned int small= -1U;
ierdnah at go dot ro
gcc-bugzilla@gcc.gnu.org
Wed Mar 17 10:51:00 GMT 2004
------- Additional Comments From ierdnah at go dot ro 2004-03-17 10:51 -------
sorry, there should be:
-----------------
#include <stdio.h>
#define big 6
int main()
{
static unsigned int small= -1U;
if( small >= big ) printf("This sholdn't print!");
}
-----------------
gcc bug.c -o bug
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14611
More information about the Gcc-bugs
mailing list