aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/hollerith5.f90
blob: ebd0a117c4f1aaba4063d7b405b630d2860f212d (plain)
1
2
3
4
5
6
7
8
       ! { dg-do compile }
       implicit none
       logical b
       b = 4Habcd ! { dg-warning "has undefined result" }
       end

! { dg-warning "Hollerith constant" "const" { target *-*-* } 4 }
! { dg-warning "Conversion" "conversion" { target *-*-* } 4 }