public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/112646] New: bootstrap broken for clang build on znver3 ?
@ 2023-11-21  9:41 dcb314 at hotmail dot com
  2023-11-21  9:43 ` [Bug bootstrap/112646] " dcb314 at hotmail dot com
  2023-11-21  9:57 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: dcb314 at hotmail dot com @ 2023-11-21  9:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112646

            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: error:
‘__builtin_ia32_2intersectd128’ was not declared in this scope; did you mean
‘__builtin_ia32_2intersectd512’?

The configure is

CC="clang" CXX="clang++" \
../trunk.year/configure --prefix=/home/dcb38/gcc/results.$DATE.asan.ubsan \
    --disable-multilib \
    --disable-bootstrap \
    --with-build-config=bootstrap-asan \
    --with-build-config=bootstrap-ubsan \
    --with-pkgversion=$HASH \
    --enable-checking=df,extra,fold,rtl,yes \
    --enable-languages=c,c++,fortran

sed 's;-O2;-O2 -march=znver3;' < Makefile > Makefile.tmp
diff Makefile Makefile.tmp
mv Makefile.tmp Makefile

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug bootstrap/112646] bootstrap broken for clang build on znver3 ?
  2023-11-21  9:41 [Bug bootstrap/112646] New: bootstrap broken for clang build on znver3 ? dcb314 at hotmail dot com
@ 2023-11-21  9:43 ` dcb314 at hotmail dot com
  2023-11-21  9:57 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: dcb314 at hotmail dot com @ 2023-11-21  9:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112646

David Binderman <dcb314 at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |haochen.jiang at intel dot com

--- Comment #1 from David Binderman <dcb314 at hotmail dot com> ---
Reviewing the commits from good to bad, only this commit

commit 2f8f7ee2db82a315f9faf8b306d6203ca7f7b002
Author: Haochen Jiang <haochen.jiang@intel.com>
Date:   Mon Nov 20 15:47:44 2023 +0800

    Initial support for AVX10.1 

    gcc/ChangeLog:

does anything with avx512.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug bootstrap/112646] bootstrap broken for clang build on znver3 ?
  2023-11-21  9:41 [Bug bootstrap/112646] New: bootstrap broken for clang build on znver3 ? dcb314 at hotmail dot com
  2023-11-21  9:43 ` [Bug bootstrap/112646] " dcb314 at hotmail dot com
@ 2023-11-21  9:57 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-21  9:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112646

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Dup

*** This bug has been marked as a duplicate of bug 112643 ***

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-21  9:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21  9:41 [Bug bootstrap/112646] New: bootstrap broken for clang build on znver3 ? dcb314 at hotmail dot com
2023-11-21  9:43 ` [Bug bootstrap/112646] " dcb314 at hotmail dot com
2023-11-21  9:57 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).