/* { dg-do compile } */
/* { dg-options "-Wstrict-aliasing=2 -O2" } */

int foo ()
{
  char buf[8];
  return *((int *)buf); /* { dg-warning "strict-aliasing" } */
}



syntax highlighted by Code2HTML, v. 0.9.1