bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/30867] merge.cc:668:27: error: ‘char16_t’ was not declared in


From: nsz at gcc dot gnu.org
Subject: [Bug gold/30867] merge.cc:668:27: error: ‘char16_t’ was not declared in this scope
Date: Tue, 19 Sep 2023 15:06:55 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30867

Szabolcs Nagy <nsz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nsz at gcc dot gnu.org

--- Comment #1 from Szabolcs Nagy <nsz at gcc dot gnu.org> ---
sounds like your compiler does not support c++11.

gcc-4.8.5 used to default to gnu++98 standard so
i guess you need to use CXX='g++ -std=gnu++11'
when configuring gold.

i guess the config script could detect this error,
but otherwise this is a user issue: gold requires
a c++11 compiler.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]