repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
lvalue1.c
blob
7e21608ab36a9312205416e79153e8c36539afde
1
/* PR c/5225 */
2
/* { dg-do compile } */
3
4
int
main
()
5
{
6
int
i
;
7
+
i
=
1
;
/* { dg-error "invalid lvalue in assignment" } */
8
return
0
;
9
}