------- Additional Comments From bangerth at dealii dot org 2005-02-07 21:53 ------- Confirmed. We should get a warning for this code, but don't: ---------------------- struct S { int i, j; S() : i(j), j(1) {} }; S s; ----------------------- W.
-- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |diagnostic Last reconfirmed|0000-00-00 00:00:00 |2005-02-07 21:53:37 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808