[Bug c++/21487] new object affectation in a switch
--- Additional Comments From sebmaestro at hotmail dot com 2005-05-10 14:37 --- Subject: RE: new object affectation in a switch So, I don't understand why : switch (truc) { case 0: break; case 1: Thing *th; th = new Thing(); break; case 2: break; c
[Bug c++/21487] New: new object affectation in a switch
h Product: gcc Version: 3.3.6 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sebmaestro at hotmail dot com CC: gcc-bugs at gcc dot gnu dot