This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PowerPC/23404] gij trashes args of functions
- From: Andrew Haley <aph at redhat dot com>
- To: Alan Modra <amodra at bigpond dot net dot au>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 5 Sep 2005 14:51:32 +0100
- Subject: Re: [PowerPC/23404] gij trashes args of functions
- References: <20050824144115.GD10320@bubble.grove.modra.org>
While we're looking at PowerPC libffi, isn't this
unsigned *next_arg = stack + 2;
...
*(double *)next_arg = double_tmp;
an aliasing bug?
Andrew.