public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "iains at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/113750] New: [14 Regression] ICE in vect building gcc/m2/gm2-libs/NumberIO.mod
Date: Sat, 03 Feb 2024 21:07:10 +0000	[thread overview]
Message-ID: <bug-113750-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 113750
           Summary: [14 Regression] ICE in vect building
                    gcc/m2/gm2-libs/NumberIO.mod
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: iains at gcc dot gnu.org
  Target Milestone: ---
              Host: aarch64-linux
            Target: aarch64-linux

This is on cfarm185 (aarch64-linux) with a compiler configured:
../src/configure --prefix=... --enable-languages=all  

-save-temps is not giving me any intermediate and fdump-tree-gimple gives no
output, will have figure out how to reduce this.

----

/home/iains/gcc-master/bld/./gcc/cc1gm2 -v -iprefix
/home/iains/gcc-master/bld/gcc/../lib/gcc/aarch64-unknown-linux-gnu/14.0.1/
-isystem /home/iains/gcc-master/bld/./gcc/include -isystem
/home/iains/gcc-master/bld/./gcc/include-fixed -B
/home/iains/gcc-master/bld/./gcc/ -save-temps -quiet -dumpdir .libs/ -dumpbase
NumberIO.mod -dumpbase-ext .mod -mlittle-endian -mabi=lp64 -g -g -g -O2 -O2
-Wcase-enum -Wreturn-type -version -fm2-g -fcase -fm2-prefix=m2pim -fPIC
-fdump-tree-gimple -fm2-pathname=m2pim -fm2-pathnameI.
-fm2-pathnameI/home/iains/gcc-master/src/gcc/m2/gm2-libs -fm2-pathname=m2iso
-fm2-pathnameI/home/iains/gcc-master/src/gcc/m2/gm2-libs-iso -fscaffold-dynamic
-flibs=m2cor,m2log,m2pim,m2iso -fm2-pathname=m2pim -fm2-pathnameI.
-fm2-pathnameI/home/iains/gcc-master/src/gcc/m2/gm2-libs -fm2-pathname=m2iso
-fm2-pathnameI/home/iains/gcc-master/src/gcc/m2/gm2-libs-iso
../../../../src/libgm2/libm2pim/../../gcc/m2/gm2-libs/NumberIO.mod -c -o
.libs/NumberIO.s
GNU Modula-2 (GCC) version 14.0.1 20240203 (experimental) [master revision
r14-8771-g4b7d4d8a4af7] (aarch64-unknown-linux-gnu)
        compiled by GNU C version 14.0.1 20240203 (experimental) [master
revision r14-8771-g4b7d4d8a4af7], GMP version 6.1.2, MPFR version 3.1.6-p2, MPC
version 1.1.0, isl version none
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiling: ../../../../src/libgm2/libm2pim/../../gcc/m2/gm2-libs/NumberIO.mod
../../../../src/libgm2/libm2pim/../../gcc/m2/gm2-libs/NumberIO.mod: In function
‘m2pim_NumberIO_HexToStr’:
../../../../src/libgm2/libm2pim/../../gcc/m2/gm2-libs/NumberIO.mod:237:1:
error: label ‘.L873’ in the middle of basic block 3
  237 | BEGIN
      | ^~~~~
during GIMPLE pass: vect
../../../../src/libgm2/libm2pim/../../gcc/m2/gm2-libs/NumberIO.mod:237:1:
internal compiler error: verify_flow_info failed
0x91900b verify_flow_info()
        ../../src/gcc/cfghooks.cc:287
0xf0a15f checking_verify_flow_info()
        ../../src/gcc/cfghooks.h:214
0xf0a15f cleanup_tree_cfg_noloop
        ../../src/gcc/tree-cfgcleanup.cc:1154
0xf0a15f cleanup_tree_cfg(unsigned int)
        ../../src/gcc/tree-cfgcleanup.cc:1205
0xd8737b execute_function_todo
        ../../src/gcc/passes.cc:2057
0xd879ab execute_todo
        ../../src/gcc/passes.cc:2142

             reply	other threads:[~2024-02-03 21:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03 21:07 iains at gcc dot gnu.org [this message]
2024-02-03 21:08 ` [Bug middle-end/113750] " pinskia at gcc dot gnu.org
2024-02-03 23:33 ` iains at gcc dot gnu.org
2024-02-04 11:51 ` gaius at gcc dot gnu.org
2024-02-04 14:41 ` iains at gcc dot gnu.org
2024-02-04 14:42 ` iains at gcc dot gnu.org
2024-02-05  1:07 ` [Bug middle-end/113750] [14 Regression] ICE in vect building gcc/m2/gm2-libs/NumberIO.mod since r14-8769-g64b0130bb6702c sjames at gcc dot gnu.org
2024-02-05  7:32 ` tnfchris at gcc dot gnu.org
2024-02-07 10:59 ` [Bug tree-optimization/113750] " cvs-commit at gcc dot gnu.org
2024-02-07 11:01 ` tnfchris 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-113750-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).