On Wed, Jun 20, 2018 at 7:41 AM, Andreas Krebbel <kreb...@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 <kreb...@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