https://sourceware.org/bugzilla/show_bug.cgi?id=29797
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Target Milestone|---
https://sourceware.org/bugzilla/show_bug.cgi?id=29797
--- Comment #5 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by H.J. Lu :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=25d17459e337a4cc9856f36c55a88b072c8709c9
commit 25d17459e337a4cc9856f36c55a88b07
https://sourceware.org/bugzilla/show_bug.cgi?id=29797
H.J. Lu changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://sourceware.org/bugzilla/show_bug.cgi?id=29797
--- Comment #3 from H.J. Lu ---
Test without LTO:
[hjl@gnu-tgl-3 pr29797]$ cat x.cc
#include
__attribute ((target ("avx2")))
static void foo()
{
puts("avx2");
}
__attribute ((target ("default")))
static void foo()
{
puts("default");
}
https://sourceware.org/bugzilla/show_bug.cgi?id=29797
--- Comment #2 from cqwrteur ---
BTW
why [[__gnu__::__target__("sha")]] does not work while
[[__gnu__::__target__("ssse3,sha")]] would compile but not with clang??
https://godbolt.org/z/bTfTM8chz
--
You are receiving this mail because:
Yo
https://sourceware.org/bugzilla/show_bug.cgi?id=29797
cqwrteur changed:
What|Removed |Added
Version|unspecified |2.40 (HEAD)
--
You are receiving this mai
https://sourceware.org/bugzilla/show_bug.cgi?id=29797
--- Comment #1 from cqwrteur ---
gold linker works while ld does not work for __gnu__::__target__ attribute.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=29797
cqwrteur changed:
What|Removed |Added
CC||euloanty at live dot com
--
You are recei