This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: more simplify_subreg aborts
- To: clm at redhat dot com
- Subject: Re: more simplify_subreg aborts
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 28 Jun 2001 15:26:01 -0700
- Cc: Geoff Keating <geoffk at geoffk dot org>, gcc at gcc dot gnu dot org
- References: <jmithgl8uj.fsf@geoffk.org> <200106281914.MAA16115@cygnus.com>
On Thu, Jun 28, 2001 at 12:14:08PM -0700, Catherine Moore wrote:
> which eventually ends up aborting in simplify_gen_subreg because
> the mode of labelref is VOIDmode.
The label_ref should be Pmode. Where was it created?
r~