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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [eh/] [dead1.C] - Rev 154

Go to most recent revision | Compare with Previous | Blame | View Log

// PR 6320
// Rechained the MUST_NOT_THROW region in the wrong order wrt the 
// TRY/CATCH while removing them and got confused.
// { dg-do compile }

struct S {
  ~S();
};

void foo()
{
  try {
    return;
  }
  catch (int) {
  }
  catch (...) {
    S s;
  }
}

Go to most recent revision | 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.