https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
Andrew Pinski changed:
What|Removed |Added
Known to work||5.1.0
Status|NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
Nick Clifton changed:
What|Removed |Added
CC||eliot at sonic dot net
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
Nick Clifton changed:
What|Removed |Added
CC||gfan at sta dot samsung.com
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
Nick Clifton changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #17 from Nick Clifton 2013-01-28
15:07:48 UTC ---
Author: nickc
Date: Mon Jan 28 15:07:41 2013
New Revision: 195510
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195510
Log:
PR target/35294
* config/arm/ar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #16 from Nick Clifton 2012-06-26
14:59:54 UTC ---
Author: nickc
Date: Tue Jun 26 14:59:45 2012
New Revision: 188988
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188988
Log:
* doc/extend.texi (__builtin_arm_tinsrb): Add m
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
junkmailnotread at yahoo dot com changed:
What|Removed |Added
CC||junkmailnotread at yahoo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #14 from Matt Turner 2011-10-01
15:26:10 UTC ---
Created attachment 25391
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25391
[PATCH] Wire-up missing ARM iwmmxt intrinsics
Fixes it for me for gcc-4.6.1. Allows me to build an iw
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #13 from serowk at yandex dot ru 2010-12-17 16:22:36 UTC ---
I have attached two versions of the patch (gcc 4.2.4 and gcc 4.4.5). Patched
gcc 4.2.4 seems to work. With the patched gcc 4.4.5, I ran into bug 44332, and
can not check. For
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #12 from serowk at yandex dot ru 2010-12-17 16:17:07 UTC ---
Created attachment 22800
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22800
gcc 4.4.5 possible fix
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #11 from serowk at yandex dot ru 2010-12-17 16:16:28 UTC ---
Created attachment 22799
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22799
gcc 35294 possible Fix
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #10 from serowk at yandex dot ru 2010-12-16 11:19:50 UTC ---
It seems that this bug affects the whole iwmmxt shift intrinsics
group(_mm_slli_pi16, _mm_slli_pi32, _mm_slli_si64, _mm_srai_pi16,
_mm_srai_pi32, _mm_srai_si64, _mm_srli_pi16,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
serowk at yandex dot ru changed:
What|Removed |Added
CC||serowk at yandex dot ru
--- Comm
--
rearnsha at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconf
--- Comment #8 from rearnsha at gcc dot gnu dot org 2009-09-17 17:03
---
The assertion in the source is clearly broken if a constant can legally be
passed to it. If a constant can't legally be passed, then the caller needs to
be fixed to diagnose it before we reach this point.
--
r
--- Comment #7 from ixt at nm dot ru 2009-09-16 18:26 ---
ß êîãäà-òî ïî ïîâîäó ýòîé îøèáêè îáèëüíî ãóãëèë è íàõîäèë íåñêîëüêî òðåäîâ â
ýòîé áàãçèëëå. Èõ çàêðûâàëè ïîä ïðåäëîãîì "duplicate". ß äóìàþ, åñëè òû
çàõî÷åøü, òû èõ òîæå íàé䏸ü. Òàê ÷òî - ýòî ãëàâíûé òðåä.
À òàê íàâåðíîå íàäî îòê
--- Comment #6 from den at openvz dot org 2009-09-16 17:22 ---
for russian - yes.
Should we open new issue? :)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #5 from ixt at nm dot ru 2009-09-16 15:58 ---
Denis, nobody wants to open this thread. First, we must do it.
PS You say in Russian?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #4 from den at openvz dot org 2009-09-13 17:07 ---
same problem with gcc-4.3.4, sources comes from gentoo package
iris ~ $ arm-iwmmxt-linux-gnueabi-g++ -flax-vector-conversions -c -O2 1.cpp
/vol/marvel-4.3.2/bin/../lib/gcc/arm-iwmmxt-linux-gnueabi/4.3.4/include/mmintrin.h:
--- Comment #3 from ixt at nm dot ru 2009-02-24 14:37 ---
Can anybody reopen bug?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
--- Comment #2 from ixt at nm dot ru 2009-02-19 13:44 ---
Testing sample with gcc-4.3.3 (released after 2009-01-02 12:06) also fail:
sergeyhost:/tmp$ cat ./main.c
#include
void foo()
{
_mm_srli_pi16(_mm_setzero_si64(), 8);
}
sergeyhost:/tmp$
sergeyhost:/tmp$ arm-iwmmx-linux-gnuea
--- Comment #1 from laurent at guerby dot net 2009-01-02 12:06 ---
Fixed on 4.3.2-1 Debian gnueabi and on trunk at rev 142808 (tested native)
--
laurent at guerby dot net changed:
What|Removed |Added
22 matches
Mail list logo