URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [Wpointer-sign-Wall.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* This is from PR c/25892. See Wpointer-sign.c for more details. */ /* { dg-options "-Wall" } */ void foo(unsigned long* ulp); void bar(long* lp) { foo(lp); /* { dg-warning "differ in signedness" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log