[Bug target/33671] incorrect vector codegen on PPU at O3 level optimization

2024-03-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33671 Andrew Pinski changed: What|Removed |Added CC||janis at gcc dot gnu.org --- Comment #5

[Bug target/33671] incorrect vector codegen on PPU at O3 level optimization

2007-10-05 Thread j dot m dot taylor at dur dot ac dot uk
--- Comment #4 from j dot m dot taylor at dur dot ac dot uk 2007-10-05 22:06 --- > Yep, including -mabi=altivec fixes the issue so this is not a real issue. Thankyou for your prompt reply. I was not aware that I needed to do this. I am glad to hear it's a compiler option issue rather th

[Bug target/33671] incorrect vector codegen on PPU at O3 level optimization

2007-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-10-05 21:46 --- [EMAIL PROTECTED] ~]$ gcc -O3 t1212.c -maltivec [EMAIL PROTECTED] ~]$ ./a.out 1.00 1.00 1.00 1.00 0.00 0.00 0.00 0.00 [EMAIL PROTECTED] ~]$ gcc -O3 t1212.c -maltivec -mabi=altivec [EMA

[Bug target/33671] incorrect vector codegen on PPU at O3 level optimization

2007-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-10-05 21:45 --- Yep, including -mabi=altivec fixes the issue so this is not a real issue. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/33671] incorrect vector codegen on PPU at O3 level optimization

2007-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-10-05 21:44 --- You forgot to include -mabi=altivec. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added