bitfield initialization
Richard Henderson
rth@redhat.com
Tue Nov 6 10:42:00 GMT 2001
On Fri, Nov 16, 2001 at 07:41:00AM -0800, Andrew Macleod wrote:
> This will result in the NaT bit being incorrectly propagated. Presumably
> this can be an issue on PA as well... ?
Nope, just ia64.
> ! /* Clear the destination before we move anything into it. */
> ! emit_insn (gen_rtx_SET (VOIDmode, dst,
> ! CONST0_RTX (GET_MODE (dst))));
Use emit_move_insn. Otherwise ok.
r~
More information about the Gcc-bugs
mailing list