[Bug libstdc++/83662] std::aligned_alloc() not available

2023-08-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 --- Comment #14 from Jonathan Wakely --- This bug report is only about declaring it in namespace std if it's already available in the global namespace in stdlib.h If your OS doesn't provide it in stdlib.h then that's not a gcc bug, and libstdc++

[Bug libstdc++/83662] std::aligned_alloc() not available

2023-08-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 --- Comment #13 from Jonathan Wakely --- Snow Leopard is *ancient*, it didn't support aligned_alloc. According to Bug 92143 you need macOS 10.15 i.e. Catalina.

[Bug libstdc++/83662] std::aligned_alloc() not available

2023-08-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 --- Comment #12 from Jonathan Wakely --- See Bug 69680

[Bug libstdc++/83662] std::aligned_alloc() not available

2023-08-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 --- Comment #11 from Andrew Pinski --- (In reply to Sergey Fedorov from comment #10) > I just got the same error with gcc 12.3.0: > https://github.com/kokkos/kokkos/issues/6367 This should be filed seperately as it is a darwin target specific is

[Bug libstdc++/83662] std::aligned_alloc() not available

2023-08-17 Thread vital.had at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 Sergey Fedorov changed: What|Removed |Added CC||vital.had at gmail dot com --- Comment

[Bug libstdc++/83662] std::aligned_alloc() not available

2018-03-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/83662] std::aligned_alloc() not available

2018-03-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Mon Mar 12 23:32:30 2018 New Revision: 258469 URL: https://gcc.gnu.org/viewcvs?rev=258469&root=gcc&view=rev Log: PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cros

[Bug libstdc++/83662] std::aligned_alloc() not available

2018-03-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |7.4 --- Comment #7 from Jonathan Wakel

[Bug libstdc++/83662] std::aligned_alloc() not available

2018-03-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Mon Mar 12 22:52:16 2018 New Revision: 258468 URL: https://gcc.gnu.org/viewcvs?rev=258468&root=gcc&view=rev Log: PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cros

[Bug libstdc++/83662] std::aligned_alloc() not available

2018-03-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/83662] std::aligned_alloc() not available

2018-01-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 --- Comment #5 from Jonathan Wakely --- Adding this is simple, but I'm worried it will cause issues on Windows, where detection of that function doesn't seem to work properly (see PR 78565).

[Bug libstdc++/83662] std::aligned_alloc() not available

2018-01-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/83662] std::aligned_alloc() not available

2018-01-25 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 David Abdurachmanov changed: What|Removed |Added CC||david.abdurachmanov at gmail dot c

[Bug libstdc++/83662] std::aligned_alloc() not available

2018-01-03 Thread nico at josuttis dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 --- Comment #3 from Nicolai Josuttis --- See for example here: https://wandbox.org/permlink/aOV13KmAUMKzSmxz

[Bug libstdc++/83662] std::aligned_alloc() not available

2018-01-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 --- Comment #2 from Andrew Pinski --- Just to make sure what options are you using to compile the program?