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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [init/] [cleanup2.C] - Rev 816

Compare with Previous | Blame | View Log

// PR c++/12526

// We decided that the call to strcmp has no side-effects because strcmp is
// pure, even though the first argument has side-effects.  As a result, we
// stripped the CLEANUP_POINT_EXPR.  Hilarity ensued.

extern "C" int strcmp (const char *, const char *);

struct A {
  A(int);
  const char *str();
  ~A();
};

void printQueryI()
{
  if(!strcmp(A(1).str(), "foo"))
    { }
}

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.