[PATCH] Fix var-tracking.c (adjust_insn) on inline-asm with multiple outputs (PR debug/45015)

Richard Henderson rth@redhat.com
Wed Jul 21 17:54:00 GMT 2010


On 07/21/2010 07:37 AM, Jakub Jelinek wrote:
> +#ifdef ENABLE_CHECKING
> +      gcc_assert (GET_CODE (set0) == SET
> +		  && GET_CODE (SET_SRC (set0)) == ASM_OPERANDS
> +		  && ASM_OPERANDS_OUTPUT_IDX (SET_SRC (set0)) == 0);
> +#endif

gcc_checking_assert for mainline.

Otherwise ok everywhere.


r~



More information about the Gcc-patches mailing list