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
ieee_9.f90: XFAIL on arm*-*-gnueabi[hf].
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
illegal_char.f90
blob
597c7b98ddd63f12b4e12a0775bf0ef3fbbdc2f6
1
! { dg-do compile }
2
! PR 82372 - show hexcode of illegal, non-printable characters
3
program
main
4
tmp
=
È
1.0
! { dg-error "Invalid character 0xC8" }
5
print
*,
tmp
6
end