This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Bug fix for execute/920302-1.c
- To: Joern Rennecke <amylaar at cambridge dot redhat dot com>
- Subject: Re: Bug fix for execute/920302-1.c
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 31 Jan 2001 02:21:44 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200101310446.f0V4kcQ31167@phal.cambridge.redhat.com>
On Wed, Jan 31, 2001 at 04:46:37AM +0000, Joern Rennecke wrote:
> * Cast 0 to pointer.
Ok.
> ! execute ((short *) 0);
You might as well make it match though -- (unsigned short *).
r~