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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.other/] [cleanup1.C] - Rev 816

Compare with Previous | Blame | View Log

// { dg-do run  }
// Bug: fold is too eager about pushing down CLEANUP_POINT_EXPR.

int d;

struct A {
  A() { }
  ~A() { d = 1; }
};

int f (const A& a)
{
  return 1;
}

int main ()
{
  if (f (A()) && d == 0)
    return 0;
  return 1;
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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