OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / unary_operator.f90
1 ! { dg-do compile }
2 ! PR fortran/34536 -- unary operators following arithmetic ones
3
4   real :: x
5   x = 2.0 ** -3 * 5  ! { dg-warning "Unary operator following arithmetic operator" }
6 end