URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [alias-8.c] - Rev 645
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile } // { dg-options "-Wstrict-aliasing=2 -fstrict-aliasing" } struct s { char *p; }; void func(struct s *ptr) { *(void **)&ptr->p = 0; /* { dg-warning "type-punned pointer" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log