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
https://sourceware.org/bugzilla/show_bug.cgi?id=29797
Bug ID: 29797
Summary: error while loading shared libraries: unexpected PLT
reloc type 0x00
Product: binutils
Version: unspecified
Status: UNCONFIRMED
Severi
https://sourceware.org/bugzilla/show_bug.cgi?id=29794
--- Comment #2 from Andrew Pinski ---
There is another thing which could be done is do strchr up front to find the
other : and then match the length and not do the strncasecmp in that case.
That is:
static struct reloc_table_entry *
find_relo
https://sourceware.org/bugzilla/show_bug.cgi?id=29794
--- Comment #1 from Andrew Pinski ---
Created attachment 14459
--> https://sourceware.org/bugzilla/attachment.cgi?id=14459&action=edit
First attempt at a patch for this
I did not test this and I am not 100% sure about the GNUC check. I need
https://sourceware.org/bugzilla/show_bug.cgi?id=29788
Vladimir Mezentsev changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=29794
Andrew Pinski changed:
What|Removed |Added
Summary|find_reloc_table_entry |find_reloc_table_entry in
https://sourceware.org/bugzilla/show_bug.cgi?id=29794
Bug ID: 29794
Summary: find_reloc_table_entry should be speed up
Product: binutils
Version: unspecified
Status: NEW
Keywords: performance
Severity: normal
Pr
https://sourceware.org/bugzilla/show_bug.cgi?id=29788
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Vladimir Mezentsev
:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ab11c8905fecb3f2321f0a0ea2e719648560f2ad
commit ab11c8905fecb3f2321f0
13 matches
Mail list logo