[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2011-07-08 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added CC||ramana at

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2011-07-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894 --- Comment #26 from Jakub Jelinek jakub at gcc dot gnu.org 2011-07-08 15:35:01 UTC --- It could, but I don't have time to do it myself. So, if somebody goes ahead and tests the backport, fine.

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2011-04-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.5.3 |4.5.4 ---

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2011-02-02 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894 --- Comment #23 from Diego Novillo dnovillo at gcc dot gnu.org 2011-02-02 18:00:37 UTC --- Author: dnovillo Date: Wed Feb 2 18:00:29 2011 New Revision: 169672 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169672 Log: PR target/42894

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2011-01-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Summary|[4.5/4.6 Regression]|[4.5 Regression]

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2010-04-06 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-04-06 11:20 --- GCC 4.5.0 is being released. Deferring to 4.5.1. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2010-03-15 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-03-15 13:26 --- It sounds to me that this is a verifier issue, not a possible wrong-code issue. Downgrading to P2 also because the predicate is the same since 4.3.0. -- rguenth at gcc dot gnu dot org changed: What

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2010-02-24 Thread rearnsha at gcc dot gnu dot org
--- Comment #9 from rearnsha at gcc dot gnu dot org 2010-02-24 11:15 --- I think the real problem here is that shared_const_p thinks that _this_ const expression can't be shared (though I can't see any reason why it couldn't). The comment in that function says, CONST can be shared if

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2010-02-24 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2010-02-24 11:19 --- shared_const_p Funny I was just helping with a PowerPC issue dealing with that function: see PR 42431. shared_const_p was introduced by the merge of the Dataflow branch but the code was outlined and the

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2010-02-15 Thread abel at gcc dot gnu dot org
--- Comment #8 from abel at gcc dot gnu dot org 2010-02-16 07:51 --- I needed explicit --enable-tls to reproduce this. The problem seems to be in dump_minipool. We are gathering values to fix in the Mnode structures and then we are issuing insns with those values. However, when a

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2010-02-12 Thread abel at gcc dot gnu dot org
--- Comment #6 from abel at gcc dot gnu dot org 2010-02-12 10:25 --- I could take a look at this, but I cannot reproduce the ICE no matter how I try, both with the full and reduced testcases, both with current trunk and the one of Jan 29 (host x86-64, target

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2010-02-12 Thread raj dot khem at gmail dot com
--- Comment #7 from raj dot khem at gmail dot com 2010-02-12 19:39 --- you could try standalone target ../sources/gcc-trunk/configure --target=arm-none-eabi --prefix=/scratch/oss/baremetal/arm-none-eabi/tools --enable-languages=c,c++ --with-newlib and make sure that you pass -O0

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2010-02-02 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||wrong-code Priority|P3 |P1

[Bug target/42894] [4.5 Regression] Invalid rtl sharing in Thumb1.

2010-01-29 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-01-29 09:14 --- Only RMs may set priority. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added