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] ICE with invalid user-defined literals (PR c++/51420)



gcc/testsuite:


2011-12-06 Ed Smith-Rowland <3dw4rd@verizon.net>

    PR c++/51420
    * g++.dg/cpp0x/pr51420.C: New.


gcc/cp:


2011-12-06 Ed Smith-Rowland <3dw4rd@verizon.net>

    PR c++/51420
    * parser.c (lookup_literal_operator): Check that current overload
    is function_type.


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