This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: __m64 and aliasing
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-bugs at gcc dot gnu dot org, bernds at redhat dot com
- Date: Wed, 19 Jun 2002 10:11:38 -0700
- Subject: Re: __m64 and aliasing
- References: <20020619134633.GH26399@atrey.karlin.mff.cuni.cz>
On Wed, Jun 19, 2002 at 03:46:33PM +0200, Jan Hubicka wrote:
> Is the testcase buggy or we need to fix the aliasing problem?
char aliases everything, so that's a bug. A similar test
with short may fail.
r~