URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [unary_operator.f90] - Rev 826
Compare with Previous | Blame | View Log
! { dg-do compile }
! PR fortran/34536 -- unary operators following arithmetic ones
real :: x
x = 2.0 ** -3 * 5 ! { dg-warning "Unary operator following arithmetic operator" }
end