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

2013-09-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35878 --- Comment #3 from Jonathan Wakely --- (In reply to Marc Glisse from comment #2) > The only place I can think of where we could tell the compiler to skip this > check is in the library. I don't know if we should add > if(p==0)__builtin_unreachabl

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

2013-09-11 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35878 Marc Glisse changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED CC|

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

2008-04-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-04-08 21:40 --- *** This bug has been marked as a duplicate of 19476 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --