2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gfortran.dg / c_sizeof_2.f90
blob6e32cb34687e5fccbdcd399840032d0086911fa1
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003 -Wall" }
3 ! Support F2008's c_sizeof()
5 integer(4) :: i
6 i = c_sizeof(i) ! { dg-warning "Fortran 2008" }
7 end