URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [pr46126.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ typedef struct TypHeader { struct TypHeader * * ptr; unsigned char type; } * TypHandle; extern TypHandle (* EvTab[81]) ( TypHandle hd ); TypHandle FunApplyRel ( TypHandle hdCall ) { TypHandle hdApp; TypHandle * ptApp; long lp; long lc; hdApp = ((long)(((TypHandle*)((hdCall)->ptr))[1])&1 ? (((TypHandle*)((hdCall)->ptr))[1]) : (* EvTab[(((long)(((TypHandle*)((hdCall)->ptr))[1]) & 1) ? 1 : ((((TypHandle*)((hdCall)->ptr))[1])->type))])((((TypHandle*)((hdCall)->ptr))[1]))); ptApp = ((TypHandle*)((hdApp)->ptr)); ptApp[1] = ((TypHandle) (((long)(lp) << 2) + 1)); ptApp[2] = ((TypHandle) (((long)(lc) << 2) + 1)); } /* { dg-final { cleanup-tree-dump "vect" } } */
Go to most recent revision | Compare with Previous | Blame | View Log