From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C0483861830; Mon, 21 Dec 2020 16:06:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C0483861830 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/98412] libcody does not compile with older GCC versions Date: Mon, 21 Dec 2020 16:06:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: nathan at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on resolution bug_status Message-ID: In-Reply-To: References: 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: Mon, 21 Dec 2020 16:06:51 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98412 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2020-12-21 Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #4 from Eric Botcazou --- Another one: /homes/botcazou/gcc-head/src/gcc/cp/mapper-client.cc: In static member func= tion 'static module_client* module_client::open_module_client(location_t, const char*, void (*)(const char*), const char*)': /homes/botcazou/gcc-head/src/gcc/cp/mapper-client.cc:176:35: error: 'stoul'= is not a member of 'std' fd_from =3D std::stoul (from, &pos, 10); ^ /homes/botcazou/gcc-head/src/gcc/cp/mapper-client.cc:193:33: error: 'stoul'= is not a member of 'std' fd_to =3D std::stoul (to, &pos, 10); ^ gmake[3]: *** [cp/mapper-client.o] Error 1=