public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jbglaw@lug-owl.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/100832] New: s390x-linux-gnu: wrong number of alternatives in the output template
Date: Sun, 30 May 2021 12:02:49 +0000	[thread overview]
Message-ID: <bug-100832-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 100832
           Summary: s390x-linux-gnu: wrong number of alternatives in the
                    output template
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jbglaw@lug-owl.de
  Target Milestone: ---

Hi!

Running automated tests again, I found that targeted for s390x-linux-gnu
(1a87f8381085de50726634e8cb4a651c05b272b5) won't build:


../gcc/configure --target=s390x-linux-gnu --enable-werror-always
--enable-languages=all --disable-gcov --disable-shared --disable-threads
--without-headers
--prefix=/var/lib/laminar/run/gcc-s390x-linux-gnu/1/toolchain-install
[...]

make all-gcc
[...]

[all 2021-05-30 10:17:14] /bin/bash ../../gcc/gcc/../move-if-change tmp-modes.c
insn-modes.c
[all 2021-05-30 10:17:14] echo timestamp > s-modes
[all 2021-05-30 10:17:14] /usr/lib/gcc-snapshot/bin/g++  -fno-PIE -c   -g -O2
-DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute
-Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include
-I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libcody 
-I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd
-I../libdecnumber -I../../gcc/gcc/../libbacktrace   -o insn-modes.o -MT
insn-modes.o -MMD -MP -MF ./.deps/insn-modes.TPo insn-modes.c
[all 2021-05-30 10:17:15] /usr/lib/gcc-snapshot/bin/g++  -fno-PIE -c   -g -O2
-DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute
-Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include
-I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libcody 
-I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd
-I../libdecnumber -I../../gcc/gcc/../libbacktrace   -o insn-opinit.o -MT
insn-opinit.o -MMD -MP -MF ./.deps/insn-opinit.TPo insn-opinit.c
[all 2021-05-30 10:17:35] /usr/lib/gcc-snapshot/bin/g++ -c   -g -O2 -DIN_GCC 
-DCROSS_DIRECTORY_STRUCTURE   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute
-Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H  -DGENERATOR_FILE
-fno-PIE -I. -Ibuild -I../../gcc/gcc -I../../gcc/gcc/build
-I../../gcc/gcc/../include  -I../../gcc/gcc/../libcpp/include  \
[all 2021-05-30 10:17:35]       -o build/genoutput.o ../../gcc/gcc/genoutput.c
[all 2021-05-30 10:17:36] /usr/lib/gcc-snapshot/bin/g++   -g -O2 -DIN_GCC 
-DCROSS_DIRECTORY_STRUCTURE   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute
-Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H  -DGENERATOR_FILE
-fno-PIE -static-libstdc++ -static-libgcc  -no-pie -o build/genoutput \
[all 2021-05-30 10:17:36]     build/genoutput.o build/rtl.o build/read-rtl.o
build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o
build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o
build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
[all 2021-05-30 10:17:36] build/genoutput ../../gcc/gcc/common.md
../../gcc/gcc/config/s390/s390.md \
[all 2021-05-30 10:17:36]   insn-conditions.md > tmp-output.c
[all 2021-05-30 10:17:36] ../../gcc/gcc/config/s390/s390.md:9335:1: alternative
number mismatch: operand 0 has 4, operand 1 has 2
[all 2021-05-30 10:17:36] ../../gcc/gcc/config/s390/s390.md:9335:1: alternative
number mismatch: operand 0 has 4, operand 2 has 2
[all 2021-05-30 10:17:36] ../../gcc/gcc/config/s390/s390.md:9335:1: wrong
number of alternatives in the output template
[all 2021-05-30 10:17:36] ../../gcc/gcc/config/s390/s390.md:9349:1: alternative
number mismatch: operand 0 has 4, operand 1 has 2
[all 2021-05-30 10:17:36] ../../gcc/gcc/config/s390/s390.md:9349:1: alternative
number mismatch: operand 0 has 4, operand 2 has 2
[all 2021-05-30 10:17:36] ../../gcc/gcc/config/s390/s390.md:9349:1: wrong
number of alternatives in the output template
[all 2021-05-30 10:17:36] ../../gcc/gcc/config/s390/s390.md:9349:1: alternative
number mismatch: operand 0 has 4, operand 1 has 2
[all 2021-05-30 10:17:36] ../../gcc/gcc/config/s390/s390.md:9349:1: alternative
number mismatch: operand 0 has 4, operand 2 has 2
[all 2021-05-30 10:17:36] ../../gcc/gcc/config/s390/s390.md:9349:1: wrong
number of alternatives in the output template
[all 2021-05-30 10:17:36] make[1]: *** [Makefile:2468: s-output] Error 1
[all 2021-05-30 10:17:36] make[1]: Leaving directory
'/var/lib/laminar/run/gcc-s390x-linux-gnu/1/toolchain-build/gcc'
[all 2021-05-30 10:17:36] make: *** [Makefile:4418: all-gcc] Error 2

             reply	other threads:[~2021-05-30 12:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-30 12:02 jbglaw@lug-owl.de [this message]
2021-05-31  9:12 ` [Bug bootstrap/100832] " marxin at gcc dot gnu.org
2021-08-31 12:02 ` roger at nextmovesoftware dot com
2021-09-03 13:28 ` jbglaw@lug-owl.de

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-100832-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).