This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

Re: bitfield initialization

[Get raw message]
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~


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