repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
error25.C
blob
b5b665a2edcc8b2027352e82475e0a54742acb3a
1
// PR c++/35338
2
// { dg-options "" }
3
4
int i = 0r; // { dg-error "not supported" }
5
bool b = !0r; // { dg-error "not supported" }