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
Do not cost the permute node that are part of SLP load-lanes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
enum_1.f90
blob
73c17307086c8594a7a14a7685ef5ff74a705a95
1
! { dg-do run }
2
! Program to test ENUM parsing
3
4
program
main
5
implicit none
6
enum
,
bind
(
c
)
7
enumerator
::
red
,
black
8
enumerator blue
9
end
enum
10
if
(
red
/=
0
)
STOP
1
11
end program
main