view gcc/testsuite/gfortran.dg/hollerith5.f90 @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 1830386684a0
children
line wrap: on
line source

       ! { dg-do compile }
       ! { dg-options "-Wsurprising" }
       implicit none
       logical b
       b = 4Habcd ! { dg-warning "has undefined result" }
       end

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