Re: [wwwdocs] Document null 'this' dereference issue in /gcc-6/porting_to.html

2016-02-11 Thread Jonathan Wakely
On 09/02/16 21:06 +, Jonathan Wakely wrote: This adds a note to the porting document about the (shockingly widespread) problem of calling member functions through null pointers, which GCC 6 no longer tolerates. Following some comments about (bool)os I'm also tweaking another part of the doc

[wwwdocs] Document null 'this' dereference issue in /gcc-6/porting_to.html

2016-02-09 Thread Jonathan Wakely
This adds a note to the porting document about the (shockingly widespread) problem of calling member functions through null pointers, which GCC 6 no longer tolerates. Following some comments about (bool)os I'm also tweaking another part of the doc to use the plusplusgood static_cast form. Commit