[Bug target/68674] ARM attribute target neon warning: incompatible implicit declaration of built-in function

2015-12-15 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68674 --- Comment #5 from chrbr at gcc dot gnu.org --- Created attachment 37041 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37041&action=edit testcase without arm_neon parts more concise to avoid mixing the arm_neon intrinsincs

[Bug target/68674] ARM attribute target neon warning: incompatible implicit declaration of built-in function

2015-12-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68674 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug target/68674] ARM attribute target neon warning: incompatible implicit declaration of built-in function

2015-12-09 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68674 --- Comment #3 from chrbr at gcc dot gnu.org --- ah yes, try without the "-mfpu=neon". arm-none-eabi-gcc -mcpu=cortex-a9 -mfloat-abi=hard t.c -S -O2

[Bug target/68674] ARM attribute target neon warning: incompatible implicit declaration of built-in function

2015-12-08 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68674 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug target/68674] ARM attribute target neon warning: incompatible implicit declaration of built-in function

2015-12-03 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68674 chrbr at gcc dot gnu.org changed: What|Removed |Added Blocks||65837 Assignee|unass