From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 012DB3857C70; Tue, 11 Aug 2020 12:50:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 012DB3857C70 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597150249; bh=TxiZBP8r6oCe6eXUO8MVebQUbYQqJnwM3AbiIr47aSc=; h=From:To:Subject:Date:From; b=Wq9KwvemIVom723o6vJ3CfBBKSf/RsdpxtUoC4V6ZvGomJYy/WyVwXPbB0bHSyqDy Ma3AxBCGq38KbUmrYwWEY/U/Ri36q67+opKGTv/dERpBESG1OgfOshkYFnTZvc09J7 sYwF3zE37ARSH715YNVfayQ/KfSBvvMIEsnZ1LOE= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/96568] New: Cross compiler for epiphany and arm-none cannot be built Date: Tue, 11 Aug 2020 12:50:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org 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: Tue, 11 Aug 2020 12:50:49 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96568 Bug ID: 96568 Summary: Cross compiler for epiphany and arm-none cannot be built Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org Target Milestone: --- I see the following issue: [ 269s] ../../../../../libstdc++-v3/src/c++17/fs_ops.cc: In function 'std::filesystem::path std::filesystem::read_symlink(const std::filesystem::path&, std::error_code&)': [ 269s] ../../../../../libstdc++-v3/src/c++17/fs_ops.cc:1178:9: error: '::lstat' has not been declared; did you mean 'std::filesystem::__gnu_posix::lstat'? [ 269s] 1178 | if (::lstat(p.c_str(), &st)) [ 269s] | ^~~~~ [ 269s] | std::filesystem::__gnu_posix::lstat [ 269s] In file included from ../../../../../libstdc++-v3/src/c++17/fs_ops.cc:58, [ 269s] from ../../../../../libstdc++-v3/src/c++17/cow-fs_ops.cc:26: [ 269s] ../../../../../libstdc++-v3/src/c++17/../filesystem/ops-common.h:131:14: no= te: 'std::filesystem::__gnu_posix::lstat' declared here [ 269s] 131 | inline int lstat(const char* path, stat_type* buffer) [ 269s] | ^~~~~ [ 270s] ../../../../../libstdc++-v3/src/c++17/fs_ops.cc: In function 'std::filesystem::__cxx11::path std::filesystem::read_symlink(const std::filesystem::__cxx11::path&, std::error_code&)': [ 270s] ../../../../../libstdc++-v3/src/c++17/fs_ops.cc:1178:9: error: '::lstat' has not been declared; did you mean 'std::filesystem::__gnu_posix::lstat'? [ 270s] 1178 | if (::lstat(p.c_str(), &st)) [ 270s] | ^~~~~ [ 270s] | std::filesystem::__gnu_posix::lstat [ 270s] In file included from ../../../../../libstdc++-v3/src/c++17/fs_ops.cc:58: [ 270s] ../../../../../libstdc++-v3/src/c++17/../filesystem/ops-common.h:131:14: no= te: 'std::filesystem::__gnu_posix::lstat' declared here [ 270s] 131 | inline int lstat(const char* path, stat_type* buffer) [ 270s] | ^~~~~=