[Bug c++/65301] gcc can't detect some uninit reads in ctor init lists

2015-03-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65301 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/65301] gcc can't detect some uninit reads in ctor init lists

2015-03-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65301 --- Comment #2 from Jonathan Wakely --- I pointed out other similar cases in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18016#c9 when fixing the simple case of args(args)

[Bug c++/65301] gcc can't detect some uninit reads in ctor init lists

2015-03-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65301 --- Comment #1 from Jonathan Wakely --- Yes, this is well known and a dup of another bug, maybe several.