This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: x86_64 merger part 8 - disable bad guys


> -       emit_insn (gen_call (operands[0], operands[1]));
> +       emit_insn (gen_call (operands[0], const0_rtx, operands[1]));
[...]
> -       emit_insn (gen_call_value (operands[0], operands[1], operands[2]));
> +       emit_insn (gen_call_value (operands[0], operands[1], operands[2],
> + 				 constm1_rtx));

Eh?

> -   "TARGET_STACK_PROBE"
> +   "TARGET_STACK_PROBE && !TARGET_64BIT"

You can't disable this.  It's an OS thing.  Not that Windows
runs on x86-64 that I know of, but...



r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]