From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6111B3874C1F; Sat, 6 Mar 2021 07:54:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6111B3874C1F From: "alexander.lelyakin at googlemail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99426] New: [modules] failed to read compiled module cluster 1186: Bad file data Date: Sat, 06 Mar 2021 07:54:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alexander.lelyakin at googlemail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2021 07:54:30 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99426 Bug ID: 99426 Summary: [modules] failed to read compiled module cluster 1186: Bad file data Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: alexander.lelyakin at googlemail dot com Target Milestone: --- g++ -std=3Dc++20 -fmodules-ts -x c++-system-header exception g++ -std=3Dc++20 -fmodules-ts -x c++-system-header stack g++ -std=3Dc++20 -fmodules-ts -x c++-system-header cuchar g++ -std=3Dc++20 -fmodules-ts -x c++-system-header cstdalign g++ -std=3Dc++20 -fmodules-ts -x c++-system-header ios g++ -std=3Dc++20 -fmodules-ts -x c++-system-header unordered_set g++ -std=3Dc++20 -fmodules-ts -x c++-system-header cerrno g++ -std=3Dc++20 -fmodules-ts -x c++-system-header cstdbool g++ -std=3Dc++20 -fmodules-ts -x c++-system-header cstddef g++ -std=3Dc++20 -fmodules-ts -x c++-system-header fstream g++ -std=3Dc++20 -fmodules-ts -x c++-system-header queue g++ -std=3Dc++20 -fmodules-ts -x c++-system-header latch g++ -std=3Dc++20 -fmodules-ts -x c++-system-header sstream g++ -std=3Dc++20 -fmodules-ts -x c++-system-header cwchar g++ -std=3Dc++20 -fmodules-ts -x c++-system-header semaphore g++ -std=3Dc++20 -fmodules-ts -x c++-system-header type_traits g++ -std=3Dc++20 -fmodules-ts -x c++-system-header cstdint g++ -std=3Dc++20 -fmodules-ts -x c++-system-header locale g++ -std=3Dc++20 -fmodules-ts -x c++-system-header iomanip ---- In module imported at /usr/local/include/c++/11.0.1/iomanip:43:1: /usr/local/include/c++/11.0.1/locale: error: failed to read compiled module cluster 1186: Bad file data /usr/local/include/c++/11.0.1/locale: note: compiled module file is =E2=80=98gcm.cache/./usr/local/include/c++/11.0.1/locale.gcm=E2=80=99 In file included from /usr/local/include/c++/11.0.1/string:55, from /usr/local/include/c++/11.0.1/bits/locale_classes.h:4= 0, from /usr/local/include/c++/11.0.1/bits/ios_base.h:41, from /usr/local/include/c++/11.0.1/iomanip:40: /usr/local/include/c++/11.0.1/bits/basic_string.h:6608:54: fatal error: fai= led to load pendings for =E2=80=98__gnu_cxx::__stoa=E2=80=99 6608 | __idx, __base); } | ^ compilation terminated.=