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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
string_0xfe_0xff_1.f90
blob
16867f05c68587798705b2454aabb627de4d2ea0
1
! { dg-do compile }
2
! PR 30452 - this used to cause syntax errors due to the presence,
3
! as characters, of bytes 0xfe and 0xff.
4
program
main
5
if
(
char
(
254
) /=
"þ"
)
call
abort
6
if
(
char
(
255
) /=
"ÿ"
)
call
abort
7
end program
main