2014-07-12 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / hollerith5.f90
blobebd0a117c4f1aaba4063d7b405b630d2860f212d
1 ! { dg-do compile }
2 implicit none
3 logical b
4 b = 4Habcd ! { dg-warning "has undefined result" }
5 end
7 ! { dg-warning "Hollerith constant" "const" { target *-*-* } 4 }
8 ! { dg-warning "Conversion" "conversion" { target *-*-* } 4 }