Re: [PATCH] Fix PR c++/65154 (ICE on braced initializer)

2015-03-26 Thread Jason Merrill
Applied, thanks. In future please CC me on C++ patches so that I see them faster. And feel free to ping as often as once a week. Jason

[PATCH] Fix PR c++/65154 (ICE on braced initializer)

2015-03-01 Thread Mikhail Maltsev
The following patch is supposed to fix the problem related to initializing an array of aggregates with members, which have user-defined default constructors. Bootstrapped and regtested on x86_64-unknown-linux-gnu. diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 0274663..0f53146 100644 --- a/gcc/