[Bug target/83789] __builtin_altivec_lvx fails for powerpc for altivec-4.c

2018-02-15 Thread kaushik.phatak at kpitcummins dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83789 --- Comment #12 from Kaushikp --- >> we're getting duplicate named patterns. Yes, it does generate multiple patters for the concerned built-ins causing toolchain build failure. I think it's trying to force the same pattern for 32-bit which exist

[Bug target/83789] __builtin_altivec_lvx fails for powerpc for altivec-4.c

2018-02-08 Thread kaushik.phatak at kpitcummins dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83789 --- Comment #5 from Kaushikp --- >> Kaushik: is this fixed with r256762? No. The testcase still fails with internal compiler error: Segmentation fault. This revision (r256762) dated 16th Jan 2018 still calls 'CODE_FOR_altivec_lvx_v4si_2op' insn f

[Bug target/83789] __builtin_altivec_lvx fails for powerpc for altivec-4.c

2018-01-15 Thread kaushik.phatak at kpitcummins dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83789 --- Comment #1 from Kaushikp --- Just some additional info on this issue, The powerpc-elf-gcc did not have any issues compiling this testcase with identical options on gcc-7.2.0; powerpc-linux-gcc generated segmentation fault; powerpc64-linux-

[Bug c/83789] New: __builtin_altivec_lvx fails for powerpc for altivec-4.c

2018-01-11 Thread kaushik.phatak at kpitcummins dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: kaushik.phatak at kpitcummins dot com Target Milestone: --- Regression testcase gcc.target/powerpc/altivec-4.c fails for powerpc gcc-7 onwards. $powerpc-linux-gcc -m32 -mhard-float -maltivec altivec

[Bug c/62286] New: [ARM] 4.9 Regression fails for cortex-m3 for vfp-1.c: fmacs, fmscs, fnmacs, fnmscs

2014-08-27 Thread kaushik.phatak at kpitcummins dot com
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: kaushik.phatak at kpitcummins dot com Results are as below: FAIL: gcc.target/arm/vfp-1.c scan-assembler fmacs FAIL: gcc.target/arm/vfp-1.c scan-assembler fmscs FAIL