OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [expr/] [unary2.C] - Diff between revs 149 and 154

Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
// { dg-do compile }
// { dg-do compile }
// Unary plus/minus are not lvalues.
// Unary plus/minus are not lvalues.
// In templates we require an instantiation to emit the diagnostic. This
// In templates we require an instantiation to emit the diagnostic. This
//  is wrong and it is PR 18474.
//  is wrong and it is PR 18474.
int n;
int n;
void f(void)
void f(void)
{
{
  -n = 0;        // { dg-error "lvalue" }
  -n = 0;        // { dg-error "lvalue" }
  +n = 0;        // { dg-error "lvalue" }
  +n = 0;        // { dg-error "lvalue" }
}
}
template 
template 
void g(void)
void g(void)
{
{
  -n = 0;        // { dg-error "lvalue" "" { xfail *-*-* } }
  -n = 0;        // { dg-error "lvalue" "" { xfail *-*-* } }
  +n = 0;        // { dg-error "lvalue" "" { xfail *-*-* } }
  +n = 0;        // { dg-error "lvalue" "" { xfail *-*-* } }
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.