2 /* { dg-do compile } */
3 /* { dg-options "-fopenmp" } */
13 i
+= q
; /* { dg-warning "makes integer from pointer without a cast" } */
15 i
+= foo
; /* { dg-warning "makes integer from pointer without a cast" } */
17 i
+= p
; /* { dg-warning "makes integer from pointer without a cast" } */