From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 97E783858D33; Tue, 21 Nov 2023 09:41:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 97E783858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700559682; bh=vq97X+6hvb+WgGPwi9ivcqD8P7YYm9CzsIi+5LmjYCY=; h=From:To:Subject:Date:From; b=U1P8VIHUawL7o9r8BVEchtfXNdf1HG9Df4bnbEYqg9g5uSIuBgnHFz43v6QdeFqst mTdTUeEECFZrmpRpndct921Pqw0OfaQzAl1VOgUndxbqrq685PQP4vovigpgidPPUf bungQvDiegrSIkbGkRbH06PjxIGz/v6F2sFvFn4M= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/112646] New: bootstrap broken for clang build on znver3 ? Date: Tue, 21 Nov 2023 09:41:22 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112646 Bug ID: 112646 Summary: bootstrap broken for clang build on znver3 ? Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Since yesterday, a build of gcc trunk on znver3 with clang has broken. Good commit was g:e85c596ae2d1e5f5, bad g:f48244fad2afba7a. The error message from clang is /home/dcb38/gcc/working/gcc/include/avx512vp2intersectvlintrin.h:42:3: erro= r: =E2=80=98__builtin_ia32_2intersectd128=E2=80=99 was not declared in this sc= ope; did you mean =E2=80=98__builtin_ia32_2intersectd512=E2=80=99? The configure is CC=3D"clang" CXX=3D"clang++" \ ../trunk.year/configure --prefix=3D/home/dcb38/gcc/results.$DATE.asan.ubsan= \ --disable-multilib \ --disable-bootstrap \ --with-build-config=3Dbootstrap-asan \ --with-build-config=3Dbootstrap-ubsan \ --with-pkgversion=3D$HASH \ --enable-checking=3Ddf,extra,fold,rtl,yes \ --enable-languages=3Dc,c++,fortran sed 's;-O2;-O2 -march=3Dznver3;' < Makefile > Makefile.tmp diff Makefile Makefile.tmp mv Makefile.tmp Makefile=