2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git] / gcc / testsuite / gfortran.dg / lto / pr41576_0.f90
blobfeda0b174cb483101d50cd83751dfb9a28b1f8ee
1 ! { dg-lto-do run }
2 ! { dg-lto-options { { -O2 -flto -Werror } } }
4 subroutine foo
5 common /bar/ a, b
6 integer(4) :: a ,b
7 a = 1
8 b = 2
9 end