https://sourceware.org/bugzilla/show_bug.cgi?id=23411
zenith432 at users dot sourceforge.net changed:
What|Removed |Added
CC||zenith432 at u
https://sourceware.org/bugzilla/show_bug.cgi?id=23411
zenith432 at users dot sourceforge.net changed:
What|Removed |Added
CC|zenith432 at users dot sourceforge |
https://sourceware.org/bugzilla/show_bug.cgi?id=23418
--- Comment #3 from bd170260 ---
After regxmm, regymm, regzmm were combined into regsimd it's impossible to
distinguish if xmmword/ymmword/zmmword can represent a memory reference when
operand specification contains SIMD register. For example
https://sourceware.org/bugzilla/show_bug.cgi?id=23423
Bug ID: 23423
Summary: generic directive to mark data as insn
Product: binutils
Version: 2.32 (HEAD)
Status: NEW
Severity: enhancement
Priority: P2
Component:
https://sourceware.org/bugzilla/show_bug.cgi?id=23424
Bug ID: 23424
Summary: gold doesn't build on Darwin
Product: binutils
Version: 2.31
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gold
https://sourceware.org/bugzilla/show_bug.cgi?id=23424
Harald Fernengel changed:
What|Removed |Added
Host||Darwin
--
You are receiving this
https://sourceware.org/bugzilla/show_bug.cgi?id=23424
--- Comment #1 from zenith432 at users dot sourceforge.net ---
Feeding CXXFLAGS="-std=c++11" to configure also does the job...
cat main.cxx
class X
{
public:
struct _T { int a; int b; } s;
X(void) : s({1, 2}) {}
};
static X
https://sourceware.org/bugzilla/show_bug.cgi?id=23418
--- Comment #4 from H.J. Lu ---
A patch is posted at
https://sourceware.org/ml/binutils/2018-07/msg00273.html
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-bi
https://sourceware.org/bugzilla/show_bug.cgi?id=23424
--- Comment #2 from Cary Coutant ---
> It seems that using PTHREAD_ONCE_INIT can only be used in a static context, as
> documented in the man page (https://linux.die.net/man/3/pthread_once). Since
> it's POD, doing a deep copy with a staticall