------- Comment #1 from christian dot bruel at st dot com 2009-12-07 09:08 ------- A reduced case. Still doesn't compile on 4.5
struct T { int i; T(int _i) ; }; void foo() { volatile T t1 = 1; } -- christian dot bruel at st dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christian dot bruel at st | |dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39982