public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "carlos.seo at linaro dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/115439] [15 Regression] ICEs after r15-638 on master-thumb_m55_hard_eabi
Date: Tue, 11 Jun 2024 18:18:58 +0000	[thread overview]
Message-ID: <bug-115439-4-z5kki8X0fz@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-115439-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from Carlos Eduardo Seo <carlos.seo at linaro dot org> ---
(In reply to Robin Dapp from comment #2)
> We already discussed that briefly on the mailing list.  Richard Sandiford
> suspected a target bug.  What options do I need to configure GCC in order to
> reproduce that locally?

You can reproduce exactly what is being done by the CI by following:
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/7ca35f2e430081d6ec91e910002f92d9713350fa/tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/reproduction_instructions.txt

If you prefer to do it manually:

configure  SHELL=/bin/bash \
       
--with-mpc=/home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/x86_64-pc-linux-gnu
\
       
--with-mpfr=/home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/x86_64-pc-linux-gnu
\
       
--with-gmp=/home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/x86_64-pc-linux-gnu
\
        --with-gnu-as \
        --with-gnu-ld \
        --disable-libmudflap \
        --enable-lto \
        --enable-shared \
        --without-included-gettext \
        --enable-nls \
        --with-system-zlib \
        --disable-sjlj-exceptions \
        --enable-gnu-unique-object \
        --enable-linker-build-id \
        --disable-libstdcxx-pch \
        --enable-c99 \
        --enable-clocale=gnu \
        --enable-libstdcxx-debug \
        --enable-long-long \
        --with-cloog=no \
        --with-ppl=no \
        --with-isl=no \
        --enable-threads=no \
        --disable-multiarch \
        --disable-multilib \
        --with-mode=thumb \
        --with-arch=armv8.1-m.main+mve.fp+fp.dp \
        --with-float=hard \
       
--with-sysroot=/home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/x86_64-pc-linux-gnu/arm-eabi
\
        --with-headers=yes \
        --with-native-system-header-dir=/include \
        --with-newlib \
        --enable-checking=yes \
        --disable-bootstrap \
        --enable-languages=c,c++,lto \
       
--prefix=/home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/x86_64-pc-linux-gnu
\
        --build=x86_64-pc-linux-gnu \
        --host=x86_64-pc-linux-gnu \
        --target=arm-eabi

  parent reply	other threads:[~2024-06-11 18:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-11 17:32 [Bug c++/115439] New: [Regression] ICEs after 7ca35f2e43 " carlos.seo at linaro dot org
2024-06-11 17:46 ` [Bug target/115439] [15 Regression] ICEs after r15-638 " pinskia at gcc dot gnu.org
2024-06-11 17:49 ` pinskia at gcc dot gnu.org
2024-06-11 17:57 ` rdapp at gcc dot gnu.org
2024-06-11 18:18 ` carlos.seo at linaro dot org [this message]
2024-06-11 18:21 ` pinskia at gcc dot gnu.org
2024-06-11 18:22 ` pinskia at gcc dot gnu.org
2024-06-11 19:35 ` rdapp at gcc dot gnu.org
2024-06-11 19:39 ` pinskia 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-115439-4-z5kki8X0fz@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).