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
Let tree_single_nonzero_warnv_p use range information
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr64778.c
blob
71a2607e79c5819d53af8d352ecc1e9ee50e7956
1
/* PR c/64778 */
2
/* { dg-do compile } */
3
4
int
5
foo
(
int
p
)
6
{
7
int
a
;
8
a
^=
foo
(,);
/* { dg-error "expected expression before|too many arguments" } */
9
return
a
;
10
}