rt_gccstream/gcc/testsuite/gfortran.dg/hollerith5.f90

9 lines
262 B
Fortran

! { 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 }