public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/101026] New: [12 Regression] ICE Segmentation fault since r12-1329-gce670e4faafb296d
Date: Fri, 11 Jun 2021 08:20:00 +0000	[thread overview]
Message-ID: <bug-101026-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 101026
           Summary: [12 Regression] ICE Segmentation fault since
                    r12-1329-gce670e4faafb296d
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: rguenth at gcc dot gnu.org
  Target Milestone: ---

The following fails:

$ cat ice.f
      SUBROUTINE PASSB4 (CC,CH)
      DIMENSION CC(IDO,4,L1), CH(IDO,L1,*)
         DO 103 I=2,IDO,2
            TI4 = CC0-CC(I,4,K)
            CI4 = TI1-TI4
            CH(I-1,K,4) = CI4
            CH(I,K,4) = CI4
  103    CONTINUE
      END

$ gcc ice.f -Ofast -c -frounding-math 
during GIMPLE pass: vect
ice.f:1:23:

    1 |       SUBROUTINE PASSB4 (CC,CH)
      |                       ^
internal compiler error: Segmentation fault
0xf15eda crash_signal
        /home/marxin/Programming/gcc/gcc/toplev.c:327
0x7ffff786239f ???
        ../sysdeps/unix/sysv/linux/sigaction.c:10
0x11d40e2 vect_optimize_slp(vec_info*)
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3626
0x11b4f3e vect_analyze_loop_2
        /home/marxin/Programming/gcc/gcc/tree-vect-loop.c:2332
0x11b51fa vect_analyze_loop(loop*, vec_info_shared*)
        /home/marxin/Programming/gcc/gcc/tree-vect-loop.c:2986
0x11e6615 try_vectorize_loop_1
        /home/marxin/Programming/gcc/gcc/tree-vectorizer.c:1009
0x11e704e vectorize_loops()
        /home/marxin/Programming/gcc/gcc/tree-vectorizer.c:1243
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

             reply	other threads:[~2021-06-11  8:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11  8:20 marxin at gcc dot gnu.org [this message]
2021-06-11 10:13 ` [Bug tree-optimization/101026] " rguenth at gcc dot gnu.org
2021-06-11 11:35 ` cvs-commit at gcc dot gnu.org
2021-06-11 12:35 ` 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-101026-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).