PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / multiple-overflow-warn-1.c
blobcea2e3363b898c66def6d5126f680d3651bd654a
1 /* PR c/19978 : Test for duplicated warnings (unary operators). */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c99 -Woverflow" } */
5 #include <limits.h>
7 int
8 g (void)
10 return - - - - -INT_MIN; /* { dg-bogus "integer overflow in expression.*integer overflow in expression" } */
11 /* { dg-warning "integer overflow in expression" "" { target *-*-* } .-1 } */