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]

[C++ Patch] PR 43453


Hi,

according to the analysis, we should not reject these initializations. Thus I added some code following closely 8.5/17. I also enlarged the testcase a bit to make sure that, for example, we still reject too long initializer-strings (a preliminary draft didn't call digest_init)

Tested x86_64-linux.

///////////////////

Attachment: CL_43453
Description: Text document

Attachment: patch_43453
Description: Text document


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