[Bug libstdc++/99006] make_shared silently works

2021-06-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug libstdc++/99006] make_shared silently works

2021-06-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006 --- Comment #7 from CVS Commits --- The releases/gcc-9 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:79fa567e234585dc6a71f9bd069101c993513f3e commit r9-9591-g79fa567e234585dc6a71f9bd069101c993513f3e Author: Jonathan Wakely

[Bug libstdc++/99006] make_shared silently works

2021-06-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:36d6e7fe997aa85dc64b13ce4bb3c2e51e13cd36 commit r10-9936-g36d6e7fe997aa85dc64b13ce4bb3c2e51e13cd36 Author: Jonathan Wakel

[Bug libstdc++/99006] make_shared silently works

2021-05-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:ddfba2359d57167ed7a1efd184cae0cd5be2f31b commit r11-8382-gddfba2359d57167ed7a1efd184cae0cd5be2f31b Author: Jonathan Wakel

[Bug libstdc++/99006] make_shared silently works

2021-04-22 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:55650236cd97d81f42f9fdb4f6bcb12babafe51f commit r12-64-g55650236cd97d81f42f9fdb4f6bcb12babafe51f Author: Jonathan Wakely Date:

[Bug libstdc++/99006] make_shared silently works

2021-04-22 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006 --- Comment #3 from Jonathan Wakely --- The __cpp_lib_shared_ptr_arrays feature test macro can be used to detect whether make_shared works correctly: #if __cpp_lib_shared_ptr_arrays >= 201707L https://isocpp.org/std/standing-documents/sd-6-sg1

[Bug libstdc++/99006] make_shared silently works

2021-02-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006 --- Comment #2 from Jonathan Wakely --- https://gcc.gnu.org/pipermail/gcc-help/2020-October/139506.html

[Bug libstdc++/99006] make_shared silently works

2021-02-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED