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
LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lvalue-4.c
blob
bc9290134185ee88daecbddc57053ba46df19ed1
1
/* PR c/27721 */
2
/* { dg-do compile } */
3
4
void
foo
()
5
{
6
int
i
();
7
i
+=
0
;
/* { dg-error "lvalue required" } */
8
}