repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
parity_3.f90
blob
88d674d41f962ee6e334bdc5dbb0d790579c9075
1
! { dg-do compile }
2
! { dg-options "-std=f2003" }
3
!
4
! PR fortran/33197
5
!
6
! Check implementation of PARITY
7
!
8
implicit none
9
print
*,
parity
([.
true
.])
! { dg-error "has no IMPLICIT type" }
10
end