URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [Wpointer-to-int-cast-2.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test -Wpointer-to-int-cast. */ /* Origin: Joseph Myers <joseph@codesourcery.com> */ /* { dg-do compile } */ /* { dg-options "-Wpointer-to-int-cast" } */ void *p; char f (void) { return (char) p; /* { dg-warning "cast from pointer to integer of different size" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log