[Bug target/64009] New: ICE when compiling pr48335-2.c with armeb-linux-gnueabi-gcc

2014-11-20 Thread chenshanyaoboy at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: chenshanyaoboy at gmail dot com armeb-linux-gnueabi-gcc -c -O2 testsuite/gcc.dg/pr48335-2.c pr48335-2.c: In function 'f5': pr48335-2.c:58:1: error: unrecognizable insn: } ^ (in

[Bug target/64011] New: Fail to compile pr48335-2.c on big-endian aarch64

2014-11-20 Thread chenshanyaoboy at gmail dot com
Component: target Assignee: unassigned at gcc dot gnu.org Reporter: chenshanyaoboy at gmail dot com example from pr48335-2.c cat test.c typedef short U __attribute__((may_alias, aligned (1))); struct S { _Complex float d __attribute__((aligned (8))); }; void bar(struct S); void f5

[Bug target/64009] ICE when compiling pr48335-2.c with armeb-linux-gnueabi-gcc

2014-11-20 Thread chenshanyaoboy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64009 --- Comment #2 from Shanyao Chen --- ok, aarch64 target has reported on https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011 (In reply to Andrew Pinski from comment #1) > >aarch64 also have the same problem Please file that separately since it is

[Bug target/64179] New: fail caused by autovectorization in arm big-endian mode

2014-12-03 Thread chenshanyaoboy at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: chenshanyaoboy at gmail dot com There are lots of failings about autovectorzation when running testsuite for armeb-linux-gnu-gcc some of the failing tests include: FAIL: gcc.dg/vect/pr51581-4.c

[Bug target/63173] New: performance problem with simd intrinsics vld2_dup_* on aarch64-none-elf

2014-09-04 Thread chenshanyaoboy at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: chenshanyaoboy at gmail dot com Hi, I found there is a performance problem with some simd intrinsics (vld2_dup_*) on aarch64-none-elf. Now the vld2_dup_* are defined as follows