OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
gcc/fortran:
[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