This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH for c++/79130 (direct-initialization of arrays with decomposition)


On Thu, Jan 19, 2017 at 9:43 AM, Jason Merrill <jason@redhat.com> wrote:
> Jakub pointed out that parenthesized decomposition of an array wasn't
> properly using direct-initialization.  Rather than pass the flags down
> into build_vec_init at this point in GCC 7 development, let's turn the
> initializer into something that build_vec_init recognizes as
> direct-initialization.

And another issue from Jakub's email.

Attachment: decomp3.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]