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++/51747 (list-initialization from same type)


On 04/15/2014 10:13 AM, Marc Glisse wrote:
I can add || VECTOR_TYPE_P (type), yes, but I thought you might have
ideas about other cases that might have been forgotten, maybe arrays or
something (I didn't have time to test any further), and thus on what the
right test should be. If it is just vectors I'll prepare a patch with a
simple testcase.

It's just vectors, because they're an extension; the patch I checked in covered the standard language.

Jason


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