public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jiong Wang <jiong.wang@arm.com>
To: Richard Biener <rguenther@suse.de>
Cc: "gcc-patches\@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] Fix PRs 66502 and 67167
Date: Fri, 21 Aug 2015 10:05:00 -0000	[thread overview]
Message-ID: <n99fv3dge1q.fsf@arm.com> (raw)
In-Reply-To: <alpine.LSU.2.11.1508211142240.4884@zhemvz.fhfr.qr>


Richard Biener writes:

> I see the following ICE:
>
> t.c:13:1: internal compiler error: in decompose_normal_address, at 
> rtlanal.c:6090
>  }
>  ^
> 0xc94a37 decompose_normal_address
>         /space/rguenther/tramp3d/trunk/gcc/rtlanal.c:6090
> 0xc94d25 decompose_address(address_info*, rtx_def**, machine_mode, 
> unsigned char, rtx_code)
>         /space/rguenther/tramp3d/trunk/gcc/rtlanal.c:6167
> 0xc94dc3 decompose_mem_address(address_info*, rtx_def*)
>         /space/rguenther/tramp3d/trunk/gcc/rtlanal.c:6187
> 0xb61149 process_address_1
>         /space/rguenther/tramp3d/trunk/gcc/lra-constraints.c:2867
> 0xb61c4e process_address
>         /space/rguenther/tramp3d/trunk/gcc/lra-constraints.c:3124
> 0xb62607 curr_insn_transform
>         /space/rguenther/tramp3d/trunk/gcc/lra-constraints.c:3419
> 0xb65250 lra_constraints(bool)
>         /space/rguenther/tramp3d/trunk/gcc/lra-constraints.c:4421
>
> that looks like a latent issue to me in an area of GCC I am not
> familiar with.  I suggest to open a bugreport and CC Vladimir.

Thanks for the info. Done https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67305


>
> The r226850 change caused us to eliminate an induction variable
> early (I suspect IVOPTs would have done this later anyway, but
> I did not verify that):
>
> Replaced redundant PHI node defining bl_2 with c_1
> Replaced c_1 + 1 with bl_15 in all uses of c_16 = c_1 + 1;
> Removing dead stmt c_16 = c_1 + 1;
> Removing dead stmt bl_2 = PHI <0(2), bl_15(3)>
>
> Thanks,
> Richard.
>
>>   Thanks.
>> 

-- 
Regards,
Jiong

  reply	other threads:[~2015-08-21  9:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-13  7:46 Richard Biener
2015-08-21  9:45 ` Jiong Wang
2015-08-21  9:53   ` Richard Biener
2015-08-21 10:05     ` Jiong Wang [this message]
2015-11-06 10:36       ` Jiong Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=n99fv3dge1q.fsf@arm.com \
    --to=jiong.wang@arm.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rguenther@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).