From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8AC0A3896815; Thu, 25 Feb 2021 21:42:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AC0A3896815 From: "alexander.lelyakin at googlemail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99274] New: [modules] Error when compiling some system headers as modules after Date: Thu, 25 Feb 2021 21:42:02 +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: Thu, 25 Feb 2021 21:42:02 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99274 Bug ID: 99274 Summary: [modules] Error when compiling some system headers as modules after 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: --- Some system headers cannot be compiled as a modules after you compile At least and : ----- g++ -std=3Dc++20 -fmodules-ts -x c++-system-header iosfwd g++ -std=3Dc++20 -fmodules-ts -x c++-system-header future ----- In file included from /usr/local/include/c++/11.0.1/string:43, from /usr/local/include/c++/11.0.1/stdexcept:39, from /usr/local/include/c++/11.0.1/system_error:41, from /usr/local/include/c++/11.0.1/mutex:42, from /usr/local/include/c++/11.0.1/future:38: /usr/local/include/c++/11.0.1/bits/localefwd.h:156:74: error: wrong number = of template arguments (1, should be 2) 156 | template > |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^ ..... ---- g++ -std=3Dc++20 -fmodules-ts -x c++-system-header iosfwd g++ -std=3Dc++20 -fmodules-ts -x c++-system-header complex ---- In file included from /usr/local/include/c++/11.0.1/ios:41, from /usr/local/include/c++/11.0.1/istream:38, from /usr/local/include/c++/11.0.1/sstream:38, from /usr/local/include/c++/11.0.1/complex:45: /usr/local/include/c++/11.0.1/bits/localefwd.h:156:74: error: wrong number = of template arguments (1, should be 2) 156 | template > |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^ In file included from /usr/local/include/c++/11.0.1/bits/specfun.h:45, from /usr/local/include/c++/11.0.1/cmath:1927, from /usr/local/include/c++/11.0.1/complex:44: /usr/local/include/c++/11.0.1/bits/stl_algobase.h:451:11: note: provided for =E2=80=98template class std::istreambuf_iterat= or=E2=80=99 ..........=