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
Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
hollerith3.f90
blob
b283f5f7c0bcd188bad61921c061b3454c96b859
1
! { dg-do compile }
2
! { dg-options "-w" }
3
! Program to test invalid Hollerith constant.
4
Program
test
5
implicit none
6
integer
i
7
i
=
0
H
! { dg-error "at least one character" }
8
i
=
4_8
H
1234
! { dg-error "should be default" }
9
end