URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [inquire_iolength.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! { dg-options "-std=f95" }! PR30014 IOLENGTH does not handle KIND=8. This patch checks the constraints.! Submitted by Jerry DeLisle <jvdelisle@gcc.gnu.org>! F95 Standard 9.6, R923integer (kind=4) small, xinteger (kind=8) largeinquire (iolength=small) xinquire (iolength=large) x ! { dg-error "requires default INTEGER" }end
