public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: James Greenhalgh <james.greenhalgh@arm.com>
To: Christian Bruel <christian.bruel@st.com>
Cc: Ramana Radhakrishnan <ramana.radhakrishnan@foss.arm.com>,
	       Kyrylo Tkachov <Kyrylo.Tkachov@arm.com>,
	       Ramana Radhakrishnan <Ramana.Radhakrishnan@arm.com>,
	       Sandra Loosemore <sandra@codesourcery.com>,
	       "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>,
	       Richard Earnshaw <Richard.Earnshaw@arm.com>,
	       "nickc@redhat.com" <nickc@redhat.com>
Subject: Re: [PATCH, ARM] (commited) attribute target (thumb,arm) [4/6]
Date: Mon, 15 Jun 2015 10:15:00 -0000	[thread overview]
Message-ID: <20150615100036.GA4856@arm.com> (raw)
In-Reply-To: <5577EDF1.8070002@st.com>

On Wed, Jun 10, 2015 at 08:57:37AM +0100, Christian Bruel wrote:
> Hi,
> 
> Commited [4/6] as attached (r224314)
> 
> thanks
> 
> Christian
> 
> On 06/08/2015 11:26 AM, Ramana Radhakrishnan wrote:
> > On 08/06/15 09:45, Christian Bruel wrote:
> >>
> >> do you have other feedbacks for the remaining parts ?
> >>
> >> many thanks
> >>
> >
> > This is OK, thanks.
> >
> > Ramana

Hi Christian,

This patch is causing an ICE for me in my arm-none-linux-gnueabihf testing.
It looks like something isn't saving/restoring/initialising data
structures needed for IRA.

I've raised https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66541 , the bug
looks very similar to pr64047
( https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64047 ).

Thanks,
James

---
.../gcc/cc1 bug.c -O2  -ftree-parallelize-loops=4  -O2 -flto  -fno-use-linker-plugin  -ftree-parallelize-loops=4 -o pr52429.s

 foo
Analyzing compilation unit
Performing interprocedural optimizations
 <*free_lang_data> <visibility> <build_ssa_passes> <opt_local_passes> <free-inline-summary> <whole-program> <profile_estimate> <icf> <devirt> <cp> <inline> <pure-const> <static-var> <single-use> <comdats>Assembling functions:
 foo
.../gcc/testsuite/gcc.dg/torture/pr52429.c: In function ‘foo’:
.../gcc/testsuite/gcc.dg/torture/pr52429.c:11:1: internal compiler error: Segmentation fault
   int i;
 ^
0xafa15f crash_signal
	.../gcc/toplev.c:369
0x97c2b4 record_operand_costs
	.../gcc/ira-costs.c:1305
0x97c7a4 scan_one_insn
	.../gcc/ira-costs.c:1483
0x97c7a4 process_bb_for_costs
	.../gcc/ira-costs.c:1604
0x97d715 find_costs_and_classes
	.../gcc/ira-costs.c:1711
0x97ec3a ira_set_pseudo_classes(bool, _IO_FILE*)
	.../gcc/ira-costs.c:2245
0xffd743 alloc_global_sched_pressure_data
	.../gcc/haifa-sched.c:7119
0xffd743 sched_init()
	.../gcc/haifa-sched.c:7269
0xffebcf haifa_sched_init()
	.../gcc/haifa-sched.c:7281
0xaab8dc schedule_insns
	.../gcc/sched-rgn.c:3411
0xaac0b3 schedule_insns
	.../gcc/sched-rgn.c:3405
0xaac0b3 rest_of_handle_sched
	.../gcc/sched-rgn.c:3624
0xaac0b3 execute
	.../gcc/sched-rgn.c:3732
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

  reply	other threads:[~2015-06-15 10:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06 14:25 [PATCH, ARM] attribute target (thumb,arm) [4/6] respin (4th) Christian Bruel
2015-05-06 23:04 ` Sandra Loosemore
2015-05-08  8:31   ` Ramana Radhakrishnan
2015-05-18  7:18     ` Christian Bruel
2015-05-18  8:16     ` [PATCH, ARM] attribute target (thumb,arm) [4/6] respin (5th) Christian Bruel
2015-06-01 10:39       ` Kyrill Tkachov
2015-06-01 11:30         ` Christian Bruel
2015-06-01 12:41           ` Kyrill Tkachov
2015-06-01 12:55             ` Christian Bruel
2015-06-08  9:26             ` Christian Bruel
2015-06-08  9:33               ` Ramana Radhakrishnan
2015-06-10  8:26                 ` [PATCH, ARM] (commited) attribute target (thumb,arm) [4/6] Christian Bruel
2015-06-15 10:15                   ` James Greenhalgh [this message]
2015-06-15 12:05                     ` Christian Bruel
2015-05-07  8:13 ` [PATCH, ARM] attribute target (thumb,arm) [4/6] respin (4th) Christian Bruel

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=20150615100036.GA4856@arm.com \
    --to=james.greenhalgh@arm.com \
    --cc=Kyrylo.Tkachov@arm.com \
    --cc=Ramana.Radhakrishnan@arm.com \
    --cc=Richard.Earnshaw@arm.com \
    --cc=christian.bruel@st.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=nickc@redhat.com \
    --cc=ramana.radhakrishnan@foss.arm.com \
    --cc=sandra@codesourcery.com \
    /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).