[Bug other/90827] [Aarch64]rev instruction can't oprate NEON registers.

2019-06-11 Thread leimaohui at cn dot fujitsu.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90827 --- Comment #2 from leimaohui --- (In reply to Andrew Pinski from comment #1) > >"rev" is an alias of "rev64". > > It is the other way around. rev64 is an optional alias to rev (for > intereger registers). rev only takes integer registers.

[Bug other/90827] New: [Aarch64]rev instruction can't oprate NEON registers.

2019-06-10 Thread leimaohui at cn dot fujitsu.com
Component: other Assignee: unassigned at gcc dot gnu.org Reporter: leimaohui at cn dot fujitsu.com Target Milestone: --- When I want to operate NEON register by rev instruction for aarch64, there is an error as following: -- Error: operand 1 must

[Bug target/63908] [e500v2] float_besselcase failed on e500v2 platforms

2015-01-13 Thread leimaohui at cn dot fujitsu.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63908 --- Comment #9 from leimaohui leimaohui at cn dot fujitsu.com --- (In reply to jos...@codesourcery.com from comment #8) Olivier Hainque referred to having a 4.9 version of his patch, I suggest you ask him. Will these patches be backported

[Bug target/63908] [e500v2] float_besselcase failed on e500v2 platforms

2014-12-16 Thread leimaohui at cn dot fujitsu.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63908 --- Comment #6 from leimaohui leimaohui at cn dot fujitsu.com --- Created attachment 34294 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34294action=edit the patch backport to gcc 4.9.1

[Bug target/63908] [e500v2] float_besselcase failed on e500v2 platforms

2014-12-16 Thread leimaohui at cn dot fujitsu.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63908 leimaohui leimaohui at cn dot fujitsu.com changed: What|Removed |Added Target||e500v2

[Bug target/63908] [e500v2] float_besselcase failed on e500v2 platforms

2014-12-10 Thread leimaohui at cn dot fujitsu.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63908 --- Comment #5 from leimaohui leimaohui at cn dot fujitsu.com --- Thanks,these patches do work. I used gcc(master:7a542b16e34cfb40fe37fab74a119e80a1a55587) to do a test likes below: kernel : 3.14.19 ltp:20120903 | test

[Bug target/63908] [e500v2] float_besselcase failed on e500v2 platforms

2014-11-28 Thread leimaohui at cn dot fujitsu.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63908 --- Comment #3 from leimaohui leimaohui at cn dot fujitsu.com --- Thanks for joseph's reply. But I found the reason is the founction pthread_exit(0) can't execut normally。 Because it will lead a SIGABRT signal and aborted . I wrote a test

[Bug target/63908] New: [e500v2] float_besselcase failed on e500v2 platforms

2014-11-17 Thread leimaohui at cn dot fujitsu.com
Component: target Assignee: unassigned at gcc dot gnu.org Reporter: leimaohui at cn dot fujitsu.com I used yocto 1.7 to make a rootfs and toolchain.And then test LTP. gcc :4.9.1 kernel :3.4.74 LTP version: 20120903 Some cases failed in powerpc e500v2. But these cases are PASS

[Bug target/63908] [e500v2] float_besselcase failed on e500v2 platforms

2014-11-17 Thread leimaohui at cn dot fujitsu.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63908 --- Comment #1 from leimaohui leimaohui at cn dot fujitsu.com --- I changed the gcc from 4.9.1 to 4.9.2 in yocto,and tested these cases. The results are the same. But when I changed the gcc to 4.8.2,the results of these cases are PASS.