OpenCores
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-pedantic.c] - Rev 154

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 "-pedantic" } */
 
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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.