[Bug c++/19808] miss a warning about uninitialized member usage in member initializer list in constructor

2015-11-26 Thread anthony.brandon at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808 Anthony Brandon changed: What|Removed |Added Attachment #36706|0 |1 is obsolete|

[Bug c++/19808] miss a warning about uninitialized member usage in member initializer list in constructor

2015-11-14 Thread anthony.brandon at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808 --- Comment #27 from Anthony Brandon --- Created attachment 36706 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36706=edit First version of patch for PR19808 This is the current version of my patch. It still needs some work. The

[Bug c++/19808] miss a warning about uninitialized member usage in member initializer list in constructor

2014-11-16 Thread anthony.brandon at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808 --- Comment #25 from Anthony Brandon anthony.brandon at gmail dot com --- Never mind the second question, I found walk_tree.

[Bug c++/19808] miss a warning about uninitialized member usage in member initializer list in constructor

2014-11-15 Thread anthony.brandon at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808 Anthony Brandon anthony.brandon at gmail dot com changed: What|Removed |Added CC