search for: built_in_return

Displaying 1 result from an estimated 1 matches for "built_in_return".

2011 Jun 18
0
[LLVMdev] Make dragonegg work with gcc-4.6
...tLV_INDIRECT_REF(exp); break; +#if (GCC_MINOR < 6) case MISALIGNED_INDIRECT_REF: LV = EmitLV_MISALIGNED_INDIRECT_REF(exp); break; +#endif } // Check that the type of the lvalue is indeed that of a pointer to the tree @@ -4692,7 +4694,9 @@ case BUILT_IN_APPLY: case BUILT_IN_RETURN: case BUILT_IN_SAVEREGS: +#if (GCC_MINOR < 6) case BUILT_IN_ARGS_INFO: +#endif case BUILT_IN_NEXT_ARG: case BUILT_IN_CLASSIFY_TYPE: case BUILT_IN_AGGREGATE_INCOMING_ADDRESS: @@ -8497,7 +8501,9 @@ case COMPONENT_REF: case IMAGPART_EXPR: case INDIRECT_REF: +#if (GCC_MINOR &...