This is the mail archive of the gcc-bugs@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]

[Bug c/14611] static unsigned int small= -1U;


------- 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


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