URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20030530-1.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
union tree_node; typedef union tree_node *tree; struct tree_common { tree type; unsigned lang_flag_0 : 1; }; union tree_node { struct tree_common common; }; static void java_check_regular_methods (tree class_decl) { int saw_constructor = class_decl->common.type->common.lang_flag_0; tree class = class_decl->common.type; for (;;) { if (class) if (class_decl->common.type) bar (class); } }
Go to most recent revision | Compare with Previous | Blame | View Log