public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "anlauf at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/112643] Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3
Date: Tue, 21 Nov 2023 07:22:28 +0000	[thread overview]
Message-ID: <bug-112643-4-jZfxvdowym@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-112643-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #8 from anlauf at gcc dot gnu.org ---
(In reply to Haochen Jiang from comment #4)
> Could you provide the exact options you build GCC with --disable-bootstrap
> for me to reproduce?
> 
> I suppose all of them are '--enable-libsanitizer' '--disable-bootstrap'
> '--enable-valgrind-annotations' '--with-system-zlib' '--prefix=/opt/gcc/14'
> 'CC=/usr/bin/gcc-13' 'CFLAGS=-g -O2 -march=native' 'CXX=/usr/bin/g++-13'
> 'CXXFLAGS=-g -O2 -march=native' '--enable-languages=c,c++,fortran,lto'

../gcc-trunk/configure \
    --enable-languages=c,c++,fortran \
    --enable-stage1-languages=c,c++,fortran \
    --enable-libsanitizer \
    --disable-bootstrap \
    --enable-valgrind-annotations \
    --with-system-zlib \
    --prefix=/opt/gcc/14

Compiler used:

% /usr/bin/gcc-13 -v
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc-13
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-suse-linux
Configured with: ../configure CFLAGS=' -fmessage-length=0 -grecord-gcc-switches
-O2 -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g'
CXXFLAGS=' -fmessage-length=0 -grecord-gcc-switches -O2 -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -g' XCFLAGS='
-fmessage-length=0 -grecord-gcc-switches -O2 -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -g' TCFLAGS='
-fmessage-length=0 -grecord-gcc-switches -O2 -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -g' GDCFLAGS='
-fmessage-length=0 -grecord-gcc-switches -O2 -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -g' --prefix=/usr
--infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64
--libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d,m2
--enable-offload-targets=nvptx-none, --enable-offload-defaulted
--without-cuda-driver --enable-checking=release --disable-werror
--with-gxx-include-dir=/usr/include/c++/13
--with-libstdcxx-zoneinfo=/usr/share/zoneinfo --enable-ssp --disable-libssp
--disable-libvtv --enable-cet=auto --disable-libcc1 --disable-plugin
--with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux'
--with-slibdir=/lib64 --with-system-zlib --enable-libstdcxx-allocator=new
--disable-libstdcxx-pch --enable-libphobos
--enable-version-specific-runtime-libs --with-gcc-major-version-only
--enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function
--program-suffix=-13 --without-system-libunwind --enable-multilib
--with-arch-32=x86-64 --with-tune=generic --enable-link-serialization
--build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 13.2.1 20230912 [revision b96e66fd4ef3e36983969fb8cdd1956f551a074b]
(SUSE Linux)

  parent reply	other threads:[~2023-11-21  7:22 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-20 20:52 [Bug bootstrap/112643] New: " anlauf at gcc dot gnu.org
2023-11-20 20:54 ` [Bug bootstrap/112643] " anlauf at gcc dot gnu.org
2023-11-20 20:57 ` anlauf at gcc dot gnu.org
2023-11-21  3:13 ` jvdelisle at gcc dot gnu.org
2023-11-21  5:53 ` haochen.jiang at intel dot com
2023-11-21  5:59 ` sjames at gcc dot gnu.org
2023-11-21  7:00 ` urs at akk dot org
2023-11-21  7:07 ` pinskia at gcc dot gnu.org
2023-11-21  7:22 ` anlauf at gcc dot gnu.org [this message]
2023-11-21  7:28 ` pinskia at gcc dot gnu.org
2023-11-21  7:29 ` [Bug bootstrap/112643] [14 regression] failure " pinskia at gcc dot gnu.org
2023-11-21  7:30 ` haochen.jiang at intel dot com
2023-11-21  7:34 ` urs at akk dot org
2023-11-21  7:40 ` pinskia at gcc dot gnu.org
2023-11-21  7:43 ` pinskia at gcc dot gnu.org
2023-11-21  7:44 ` haochen.jiang at intel dot com
2023-11-21  7:45 ` pinskia at gcc dot gnu.org
2023-11-21  8:44 ` haochen.jiang at intel dot com
2023-11-21  9:57 ` pinskia at gcc dot gnu.org
2023-11-21 17:20 ` [Bug bootstrap/112643] [14 regression] including x86intrin.h is broken for -march=native pinskia at gcc dot gnu.org
2023-11-21 17:22 ` [Bug target/112643] [14 regression] including x86intrin.h is broken for -march=native (which adds -mno-avx10.1-256 ) pinskia at gcc dot gnu.org
2023-11-21 17:37 ` pinskia at gcc dot gnu.org
2023-11-22  1:54 ` haochen.jiang at intel dot com
2023-11-22  7:17 ` haochen.jiang at intel dot com
2023-11-22  9:02 ` haochen.jiang at intel dot com
2023-11-23  6:10 ` haochen.jiang at intel dot com
2023-11-23  7:25 ` urs at akk dot org
2023-11-23 18:36 ` anlauf at gcc dot gnu.org
2023-11-24  2:02 ` cvs-commit at gcc dot gnu.org
2023-11-24 16:41 ` sjames at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-112643-4-jZfxvdowym@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).