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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [g++.old-deja/] [g++.eh/] [crash6.C] - Rev 12

Compare with Previous | Blame | View Log

// { dg-do assemble  }
// 
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 April 2001 <nathan@codesourcery.com>
// Origin: schmid@snake.iap.physik.tu-darmstadt.de

// Bug 2368. When checking shadowed catchers, we didn't ignore
// template type parms etc, leading to an ICE

template<class CatchType1, class CatchType2>
void call(int& a)
{
  try 
    {
      
    }
  catch (CatchType1&)
    { 
      
    }
  catch (CatchType2&)
    { 
      
    }
}

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.