[Bug target/59390] presence of __attribute__((target("fma"))) declaration breaks __builtin_fma

2023-12-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59390 Andrew Pinski changed: What|Removed |Added CC||d.g.gorbachev at gmail dot com ---

[Bug target/59390] presence of __attribute__((target("fma"))) declaration breaks __builtin_fma

2021-08-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59390 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug target/59390] presence of __attribute__((target(fma))) declaration breaks __builtin_fma

2013-12-11 Thread tmsriram at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59390 --- Comment #5 from tmsriram at gcc dot gnu.org tmsriram at gcc dot gnu.org --- Author: tmsriram Date: Wed Dec 11 20:06:46 2013 New Revision: 205904 URL: http://gcc.gnu.org/viewcvs?rev=205904root=gccview=rev Log: 2013-12-11 Sriraman Tallam

[Bug target/59390] presence of __attribute__((target(fma))) declaration breaks __builtin_fma

2013-12-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59390 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/59390] presence of __attribute__((target(fma))) declaration breaks __builtin_fma

2013-12-05 Thread tmsriram at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59390 --- Comment #3 from Sriraman Tallam tmsriram at google dot com --- JFYI, I am seeing this issue even in gcc-4.7.

[Bug target/59390] presence of __attribute__((target(fma))) declaration breaks __builtin_fma

2013-12-05 Thread tmsriram at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59390 --- Comment #4 from Sriraman Tallam tmsriram at google dot com --- Here is the problem. GCC adds target-specific builtins on demand. The FMA target-specific builtin __builtin_ia32_vfmaddpd gets added via this declaration: void fun()

[Bug target/59390] presence of __attribute__((target(fma))) declaration breaks __builtin_fma

2013-12-04 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59390 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added CC||tmsriram at google