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 45096


Hi,

adding the begin and end overloads for initializer_list very slightly
changed the behavior of the C++ front-end on this testcase and now the
error at line 13 mentions initializer_list<_Tp>, instead of the previous
initializer_list<auto>. That change seems benign to me and I'm proposing
to just tweak a bit the testcase. Patch tested x86_64-linux. Is it ok?

Thanks,
Paolo.

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

Attachment: CL_45096
Description: Text document

Attachment: patch_45096
Description: Text document


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