2010-11-30 Tobias Burnus <burnus@net-b.de>
[official-gcc.git] / gcc / testsuite / gfortran.dg / logical_3.f90
blobf4d069e9a4c311cd4d8de7b52ae62afef4713ed1
1 ! { dg-do compile }
2 ! This checks the fix for PR30406.
4 ! Contributed by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5 !===============================================================
7 function f()
8 logical(8) :: f
9 f = .false._8
10 end function f