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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [parse/] [try-catch-1.C] - Blame information for rev 749

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

Line No. Rev Author Line
1 693 jeremybenn
// Test case from: 
2
// Reduced by 
3
// The problem was that g++ was ICE because
4
// it was deferring an NULL pointer because
5
// it should have been taking the operand 1
6
// instead of the chain in finish_fname_decls.
7
 
8
 
9
void fun()
10
try
11
{
12
    __FUNCTION__;
13
}
14
catch (...) {}

powered by: WebSVN 2.1.0

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