http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493
--- Comment #8 from Mikael Pettersson 2011-06-24
09:59:58 UTC ---
I've now bootstrapped and regtested the patch in #c5 on top of gcc-4.6-20110610
on an armv5tel-linux-gnueabi machine. (I couldn't get it to apply to trunk.)
There were no build p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493
--- Comment #7 from rguenther at suse dot de
2011-06-21 11:40:18 UTC ---
On Tue, 21 Jun 2011, mikpe at it dot uu.se wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493
>
> --- Comment #6 from Mikael Pettersson 2011-06-21
> 11:24:39 UTC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493
--- Comment #6 from Mikael Pettersson 2011-06-21
11:24:39 UTC ---
I can do a bootstrap and regtest with Richard's patch in #c5 tomorrow, but as
my HW is armv5te I can't catch any neon-related runtime regressions. Does
anyone else want to do the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493
--- Comment #5 from Richard Guenther 2011-06-21
10:45:20 UTC ---
Of course it was. The branch merge allows s to be allocated in registers
so we expand from
MEM[(T * {ref-all})&s + 1B] = x_2(D);
and we run into the movmisalign_optab code in e
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493
Michael Hope changed:
What|Removed |Added
CC||michael.hope at linaro dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493
--- Comment #2 from Ramana Radhakrishnan 2011-05-06
11:09:45 UTC ---
(In reply to comment #1)
> Looking at this in a gdb session .
I should say this was on trunk.
Ramana