public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/113346] New: [14 Regression] epiphany-elf build failure
Date: Fri, 12 Jan 2024 06:46:43 +0000	[thread overview]
Message-ID: <bug-113346-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 113346
           Summary: [14 Regression] epiphany-elf build failure
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

[  297s] libtool: compile: 
/home/abuild/rpmbuild/BUILD/gcc-14.0.0+git7159/obj-x
86_64-suse-linux/./gcc/xgcc
-B/home/abuild/rpmbuild/BUILD/gcc-14.0.0+git7159/obj
-x86_64-suse-linux/./gcc/ -B/usr/epiphany-elf/bin/ -B/usr/epiphany-elf/lib/
-isy
stem /usr/epiphany-elf/include -isystem /usr/epiphany-elf/sys-include
--sysroot=
/usr/epiphany-elf/sys-root -DHAVE_CONFIG_H -I.
-I../../../../../libstdc++-v3/src
/libbacktrace -I../.. -I ../../../../../libstdc++-v3/../include -I
../../../../.
./libstdc++-v3/../libgcc -I ../../../libgcc -I .. -I
../../../../../libstdc++-v3
 -I ../../../../../libstdc++-v3/../libbacktrace -I
../../../../../libstdc++-v3/.
./libiberty -include
../../../../../libstdc++-v3/src/libbacktrace/backtrace-rena
me.h -D_GNU_SOURCE -DHAVE_SYNC_FUNCTIONS=1 -DHAVE_FCNTL=1
-DBACKTRACE_ELF_SIZE=3
2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wcast-qual
-Wstrict-proto
types -Wmissing-prototypes -Wold-style-definition -Wno-unused-but-set-variable
-
g -O2 -c elf.c -o std_stacktrace-elf.o
[  297s] elf.c: In function 'elf_zlib_verify_checksum':
[  297s] elf.c:2646:1: error: unable to generate reloads for:
[  297s]  2646 | }
[  297s]       | ^
[  297s] (insn 590 577 579 18 (parallel [
[  297s]             (set (reg:CC 349)
[  297s]                 (reg:CC 368 [349]))
[  297s]             (use (const_int -4337 [0xffffffffffffef0f]))
[  297s]             (clobber (reg:SI 369))
[  297s]         ]) 46 {*movcc_i}
[  297s]      (expr_list:REG_UNUSED (reg:SI 369)
[  297s]         (nil)))
[  297s] during RTL pass: reload
[  297s] elf.c:2646:1: internal compiler error: in curr_insn_transform, at
lra-constraints.cc:4234
[  297s] 0x424ed2 _fatal_insn(char const*, rtx_def const*, char const*, int,
char const*)
[  297s]        ../../gcc/rtl-error.cc:108
[  297s] 0x41d516 curr_insn_transform
[  297s]        ../../gcc/lra-constraints.cc:4234
[  297s] 0x88ba0f lra_constraints(bool)
[  297s]        ../../gcc/lra-constraints.cc:5437
[  297s] 0x8796ea lra(_IO_FILE*, int)
[  297s]        ../../gcc/lra.cc:2442
[  297s] 0x83500f do_reload
[  297s]        ../../gcc/ira.cc:5973
[  297s] 0x83500f execute
[  297s]        ../../gcc/ira.cc:6161


configured with

   31s] + ../configure 'CFLAGS= -O2 -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -g'
'CXXFLAGS= -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -Werror=return-type -g' 'XCFLAGS= -O2 -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -g'
'TCFLAGS= -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -Werror=return-type -g' 'GDCFLAGS= -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++ --enable-checking=release
--disable-werror --with-gxx-include-dir=/usr/include/c++/14
--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=/usr/epiphany-elf/sys-root/lib64 --with-system-zlib
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --with-gcc-major-version-only
--enable-linux-futex --enable-gnu-indirect-function --program-suffix=-14
--program-prefix=epiphany-elf- --target=epiphany-elf --disable-nls
--with-sysroot=/usr/epiphany-elf/sys-root
--with-build-sysroot=/usr/epiphany-elf/sys-root
--with-build-time-tools=/usr/epiphany-elf/bin --with-newlib --disable-bootstrap
--enable-link-serialization --disable-libsanitizer --build=x86_64-suse-linux
--host=x86_64-suse-linux

             reply	other threads:[~2024-01-12  6:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-12  6:46 rguenth at gcc dot gnu.org [this message]
2024-01-12  6:47 ` [Bug target/113346] " rguenth at gcc dot gnu.org
2024-01-12  6:48 ` rguenth at gcc dot gnu.org
2024-01-12 10:07 ` pinskia at gcc dot gnu.org
2024-01-12 10:16 ` pinskia at gcc dot gnu.org
2024-01-12 10:27 ` pinskia at gcc dot gnu.org
2024-01-12 10:40 ` pinskia at gcc dot gnu.org
2024-03-04  4:18 ` law at gcc dot gnu.org
2024-05-07  7:43 ` [Bug target/113346] [14/15 " rguenth 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-113346-4@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).