This is the mail archive of the gcc-bugs@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]

[Bug c++/52521] [C++11] user defined literals and order of declaration


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52521

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2012-03-07 20:16:48 UTC ---
Author: jason
Date: Wed Mar  7 20:16:16 2012
New Revision: 185077

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185077
Log:
    PR c++/52521
    * mangle.c (write_literal_operator_name): The length comes after the
    operator prefix.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/udlit-mangle.C
Modified:
    branches/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/gcc-4_7-branch/gcc/cp/mangle.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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