URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [ext/] [lvaddr.C] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
// Copyright (C) 2002 Free Software Foundation// Contributed by Matt Austern <austern@apple.com>// { dg-do compile }void f(){int n;char* p = &(char) n; // { dg-error "lvalue" }}
Go to most recent revision | Compare with Previous | Blame | View Log
