[PING^3] [PATCH, AArch64] [4.8] [4.9] Backport PR64304 fix (miscompilation with -mgeneral-regs-only )

2015-03-26 Thread Chen Shanyao
ping... https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00262.html

[PATCH, AArch64] [4.8] [4.9] Backport PR64304 fix (miscompilation with -mgeneral-regs-only )

2015-03-04 Thread Chen Shanyao
This backports the fixes for PR target/64304 , miscompilation with -mgeneral-regs-only, to the 4.8 & 4.9 branch from trunk** r219844. Tested on x86_64 by using qemu of aarch64. OK for 4.8 & 4.9 ? ---gcc-4.8--- diff -rupN gcc-4.8-20150226/g

[PING] [PATCH, AArch64] [4.8] [4.9] Backport PR64304 fix (miscompilation with -mgeneral-regs-only )

2015-03-12 Thread Chen Shanyao
This backports the fixes for PR target/64304 , miscompilation with -mgeneral-regs-only, to the 4.8 & 4.9 branch from trunk r219844. Tested on x86_64 by using qemu of aarch64. OK for 4.8 & 4.9 ? ---gcc-4.8--- diff -rupN gcc-4.8-20150226/gcc/Ch

[PATCH, AArch64] [4.8] Backport PR64304 fix (miscompilation with -mgeneral-regs-only )

2015-05-04 Thread Chen Shanyao
According to your opinion, I split the backports of pr64304 into 2 emails, and this one is for 4.8 branch. This patch backport the fix of PR target/64304 , miscompilation with -mgeneral-regs-only, to the 4.8 branch from trunk r219844. Tested on x86_64 by using qemu of aarch64. OK for 4.8? dif

[PATCH, AArch64] [4.9] Backport PR64304 fix (miscompilation with -mgeneral-regs-only )

2015-05-04 Thread Chen Shanyao
According to your opinion, I split the backports of pr64304 into 2 emails, and this one is for 4.9 branch. This patch backport the fix of PR target/64304 , miscompilation with -mgeneral-regs-only, to the 4.9 branch from trunk r219844. Tested on x86_64 by using qemu of aarch64. OK for 4.9? diff

[PATCH PR59593] [arm] Backport r217772 & r217826 to 4.8 & 4.9

2014-11-28 Thread Chen Shanyao
I've backported this fix to 4.8 & 4.9 branch. These patches have been tested for armeb-none-eabi-gcc/g++ with qemu, and both the test results were ok. --- gcc/ChangeLog.ori 2014-11-28 17:30:43.0 +0800 +++ gcc/ChangeLog 2014-11-28 17:30:55.0 +0800 @@ -1,3 +1,15 @@ +2014-11-