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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
ext
/
lvaddr.C
blob
5b217d165949b77f3136652726bcefd57c29b303
1
// Copyright (C) 2002 Free Software Foundation
2
// Contributed by Matt Austern <austern@apple.com>
3
4
// { dg-do compile }
5
6
void f()
7
{
8
int n;
9
char* p = &(char) n; // { dg-error "lvalue" }
10
}