[Bug c++/35878] [LWG 2302] Useless NULL pointer check when constructing object

2018-05-16 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35878 Ville Voutilainen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/35878] [LWG 2302] Useless NULL pointer check when constructing object

2017-08-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35878 Jonathan Wakely changed: What|Removed |Added CC||carl.cook at gmail dot com ---

[Bug c++/35878] [LWG 2302] Useless NULL pointer check when constructing object

2017-03-30 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35878 Ville Voutilainen changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ville.voutilainen at gmail

[Bug c++/35878] [LWG 2302] Useless NULL pointer check when constructing object

2017-03-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35878 --- Comment #12 from Jakub Jelinek --- Author: jakub Date: Tue Mar 21 07:30:48 2017 New Revision: 246303 URL: https://gcc.gnu.org/viewcvs?rev=246303=gcc=rev Log: PR c++/35878 * init.c (std_placement_new_fn_p, build_new_1):

[Bug c++/35878] [LWG 2302] Useless NULL pointer check when constructing object

2017-03-21 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35878 --- Comment #11 from Ville Voutilainen --- Fixed on trunk for C++17 mode, leaving open to enable in other standard modes later.

[Bug c++/35878] [LWG 2302] Useless NULL pointer check when constructing object

2017-03-21 Thread ville at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35878 --- Comment #10 from ville at gcc dot gnu.org --- Author: ville Date: Tue Mar 21 06:36:22 2017 New Revision: 246301 URL: https://gcc.gnu.org/viewcvs?rev=246301=gcc=rev Log: gcc/ PR c++/35878 * cp/init.c (std_placement_new_fn_p): New.

[Bug c++/35878] [LWG 2302] Useless NULL pointer check when constructing object

2017-03-20 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35878 Ville Voutilainen changed: What|Removed |Added Component|libstdc++ |c++ --- Comment #9 from Ville