OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [g++.dg/] [tree-ssa/] [nothrow-1.C] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O1 -fdump-tree-cfg" } */
3
/* { dg-add-options bind_pic_locally } */
4
 
5
double a;
6
void t()
7
{
8
        a=1;
9
}
10
void t1(void);
11
void abort(void);
12
 
13
void q()
14
{
15
        try {
16
                t();
17
        }
18
        catch (...) {abort();}
19
}
20
/* We shouldnotice nothrow attribute.  */
21
/* { dg-final { scan-tree-dump-times "exception" 0 "cfg"} } */
22
/* { dg-final { cleanup-tree-dump "cfg" } } */

powered by: WebSVN 2.1.0

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