------- Comment #7 from reichelt at gcc dot gnu dot org 2008-03-28 17:44 ------- A short C++ testcase I ran into:
================ struct A { A(); ~A(); }; void foo() { A x[1]; } ============== -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35400