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: [PATCH] C++: Fix PR86083


On Wed, Jun 20, 2018 at 7:41 AM, Andreas Krebbel
<krebbel@linux.vnet.ibm.com> wrote:
> When turning a user-defined numerical literal into an operator
> invocation the literal needs to be translated to the execution
> character set.
>
> Bootstrapped and regtested on s390x. x86_64 still running.
> Ok to apply if x86_64 is clean?
>
> Bye,
>
> -Andreas-
>
> gcc/cp/ChangeLog:
>
> 2018-06-20  Andreas Krebbel  <krebbel@linux.ibm.com>
>
>         PR C++/86082
>         * parser.c (make_char_string_pack):
>         (cp_parser_userdef_numeric_literal):

You're missing a description of the changes.  OK with that corrected.

Jason


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