[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2015-03-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target|Aarch64_64 |Aarch64_64,

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2015-03-29 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 Mikael Pettersson mikpelinux at gmail dot com changed: What|Removed |Added CC|

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2015-02-09 Thread collison at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 --- Comment #12 from collison at gcc dot gnu.org --- Author: collison Date: Tue Feb 10 02:23:40 2015 New Revision: 220562 URL: https://gcc.gnu.org/viewcvs?rev=220562root=gccview=rev Log: 2015-02-09 Michael Collison michael.colli...@linaro.org

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-10-28 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-10-27 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 --- Comment #9 from alalaw01 at gcc dot gnu.org --- Author: alalaw01 Date: Mon Oct 27 14:04:43 2014 New Revision: 216736 URL: https://gcc.gnu.org/viewcvs?rev=216736root=gccview=rev Log: [Vectorizer] Make REDUC_xxx_EXPR tree codes produce a

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-10-27 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 --- Comment #10 from alalaw01 at gcc dot gnu.org --- Author: alalaw01 Date: Mon Oct 27 14:20:52 2014 New Revision: 216737 URL: https://gcc.gnu.org/viewcvs?rev=216737root=gccview=rev Log: Add new optabs for reducing vectors to scalars PR

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-07-29 Thread alan.lawrence at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 Alan Lawrence alan.lawrence at arm dot com changed: What|Removed |Added CC|

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-05-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||rguenth at gcc

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-05-09 Thread belagod at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 --- Comment #3 from Tejas Belagod belagod at gcc dot gnu.org --- Thanks for the clarification. In that case, what element does bit positions 96..127 correspond to in { 120, 0, 0, 0 }?

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-05-09 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 --- Comment #4 from rguenther at suse dot de rguenther at suse dot de --- On Fri, 9 May 2014, belagod at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 --- Comment #3 from Tejas Belagod belagod at gcc dot gnu.org ---

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-05-09 Thread belagod at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 --- Comment #5 from Tejas Belagod belagod at gcc dot gnu.org --- So, does that mean the folded value 120 is in the wrong place? The fix that I'm testing swaps the first and last elements of the const vector {120, 0, 0, 0}. PS: Sorry, my statement

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-05-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 --- Comment #6 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to Tejas Belagod from comment #5) So, does that mean the folded value 120 is in the wrong place? The fix that I'm testing swaps the first and last elements of the const

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-05-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 --- Comment #7 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to Richard Biener from comment #6) (In reply to Tejas Belagod from comment #5) So, does that mean the folded value 120 is in the wrong place? The fix that I'm testing

[Bug tree-optimization/61114] Scalar evolution hides a big-endian const-folding bug.

2014-05-08 Thread belagod at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61114 --- Comment #1 from Tejas Belagod belagod at gcc dot gnu.org --- Sorry I meant it fixes this on aarch64_be. FAIL: gcc.dg/vect/no-scevccp-outer-7.c execution test