This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to fix unaligned access in float->union assignment
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Joern Rennecke <joern dot rennecke at superh dot com>
- Cc: Richard Henderson <rth at redhat dot com>, Richard Sandiford <rsandifo at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Thu, 28 Nov 2002 10:17:38 -0500
- Subject: Re: Patch to fix unaligned access in float->union assignment
- References: <3DE63279.62513FEF@superh.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Thu, Nov 28, 2002 at 03:12:57PM +0000, Joern Rennecke wrote:
> ! value = gen_lowpart (int_mode_for_mode (GET_MODE (value), value));
Actually value = gen_lowpart (int_mode_for_mode (GET_MODE (value)), value);
Jakub