Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / ext / lvaddr.C
blob5b217d165949b77f3136652726bcefd57c29b303
1 // Copyright (C) 2002 Free Software Foundation
2 // Contributed by Matt Austern <austern@apple.com>
4 // { dg-do compile }
6 void f()
8   int n;
9   char* p = &(char) n;          // { dg-error "lvalue" }