OSDN Git Service

2012-01-30 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wconversion-3.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wconversion" } */
3
4 unsigned f(unsigned a) { return a + -1; }  /* { dg-warning "negative" } */
5