Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wstrict-aliasing-1.C
blob: 3e9db3611ae0dd64ca8089e9f6bb3a241b1c3b31 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-Wstrict-aliasing=2 -O2" } */
double
x
;
int
*
foo
(
void
)
{
return
(
int
*)&
x
;
/* { dg-warning "strict-aliasing" } */
}