URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [hollerith5.f90] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
! { 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 }
Go to most recent revision | Compare with Previous | Blame | View Log