https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
--- Comment #11 from Jonathan Wakely ---
Author: redi
Date: Thu Oct 24 15:31:00 2019
New Revision: 277414
URL: https://gcc.gnu.org/viewcvs?rev=277414&root=gcc&view=rev
Log:
PR libstdc++/92143 adjust for OS X aligned_alloc behaviour
OS X 10.15 a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
--- Comment #10 from Jonathan Wakely ---
Author: redi
Date: Thu Oct 24 14:13:48 2019
New Revision: 277400
URL: https://gcc.gnu.org/viewcvs?rev=277400&root=gcc&view=rev
Log:
PR libstdc++/92143 adjust for OS X aligned_alloc behaviour
OS X 10.15 a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
--- Comment #9 from Jonathan Wakely ---
Author: redi
Date: Thu Oct 24 12:54:44 2019
New Revision: 277386
URL: https://gcc.gnu.org/viewcvs?rev=277386&root=gcc&view=rev
Log:
PR libstdc++/92143 adjust for OS X aligned_alloc behaviour
OS X 10.15 ad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
--- Comment #8 from Daryl Haresign ---
(In reply to Jonathan Wakely from comment #5)
> C11 6.2.8 says "Valid alignments
> include only those values returned by an _Alignof expression for fundamental
> types, plus an additional implementation-defi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
--- Comment #6 from Jonathan Wakely ---
Author: redi
Date: Fri Oct 18 11:27:31 2019
New Revision: 277151
URL: https://gcc.gnu.org/viewcvs?rev=277151&root=gcc&view=rev
Log:
PR libstdc++/92143 adjust for OS X aligned_alloc behaviour
OS X 10.15 ad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
--- Comment #7 from Jonathan Wakely ---
Fixed on trunk so far, but I'll backport it too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
Jonathan Wakely changed:
What|Removed |Added
Status|WAITING |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
--- Comment #4 from Daryl Haresign ---
As for conformance, the latest C draft says:
The aligned_alloc function allocates space for an object whose alignment is
specified by alignment, whose size is specified by size, and whose value is
indetermi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
--- Comment #3 from Daryl Haresign ---
$ g++-9 -E -dM test.cc | grep ALIGNED
#define _GLIBCXX_HAVE_ALIGNED_ALLOC 1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92143
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
11 matches
Mail list logo