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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr17933-1.c] - Blame information for rev 149

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

Line No. Rev Author Line
1 149 jeremybenn
/* PR rtl-optimization/17933.
2
   Test-case from the ObjC test-suite, execute/class_self-2.m,
3
   translated to C from and reduced by Andrew Pinski.  */
4
 
5
struct d
6
{ int a; };
7
void abort(void);
8
typedef struct d (*f) (int i);
9
f ff(void);
10
void test1()
11
{
12
  f t = ff();
13
  t(0);
14
}

powered by: WebSVN 2.1.0

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