This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] C++: Fix PR86083
On 06/26/2018 11:17 AM, Rainer Orth wrote:
> Hi Andreas,
>
>> 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?
>
> the new testcase FAILs on Solaris
>
> FAIL: g++.dg/pr86082.C (test for excess errors)
>
> Excess errors:
> cc1plus: error: conversion from UTF-8 to IBM1047 not supported by iconv
>
> and, according to gcc-testresults, on powerpc-ibm-aix7.2.0.0.
>
> Fixed as follows, tested on i386-pc-solaris2.11, installed on mainline.
Thanks for fixing it!
-Andreas-