aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / hollerith5.f90
blobd17f9ae40cf9827d41528a62a907cf03c7468ebf
1 ! { dg-do compile }
2 ! { dg-options "-Wsurprising" }
3 implicit none
4 logical b
5 b = 4Habcd ! { dg-warning "has undefined result" }
6 end
8 ! { dg-warning "Hollerith constant" "const" { target *-*-* } 5 }
9 ! { dg-warning "Conversion" "conversion" { target *-*-* } 5 }