public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tschwinge at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/112788] [14 regression] ICEs in fold_range, at range-op.cc:206 after r14-5972-gea19de921b01a6
Date: Sun, 03 Dec 2023 13:28:11 +0000	[thread overview]
Message-ID: <bug-112788-4-OVIgz0aMcy@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-112788-4@http.gcc.gnu.org/bugzilla/>

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2023-12-01 00:00:00         |2023-12-3
                 CC|                            |tschwinge at gcc dot gnu.org
           Keywords|                            |build

--- Comment #3 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
I'm actually running into this ICE already during powerpc64le-linux-gnu build:

    libtool: compile:  [...]/build-gcc/./gcc/xgcc [...] -fchecking=1 [...]
-mabi=ibmlongdouble -mno-gnu-attribute -fcx-fortran-rules -ffunction-sections
-fdata-sections -mabi=ieeelongdouble -g -O2 -MT norm2_r17.lo -MD -MP -MF
.deps/norm2_r17.Tpo -c [...]/source-gcc/libgfortran/generated/norm2_r17.c 
-fPIC -DPIC -o .libs/norm2_r17.o
    cc1: warning: Using IEEE extended precision ‘long double’ [-Wpsabi]
    during GIMPLE pass: evrp
    [...]/source-gcc/libgfortran/generated/norm2_r17.c: In function
‘norm2_r17’:
    [...]/source-gcc/libgfortran/generated/norm2_r17.c:214:1: internal compiler
error: in fold_range, at range-op.cc:206
      214 | }
          | ^
    0x10bf213b range_op_handler::fold_range(vrange&, tree_node*, vrange const&,
vrange const&, relation_trio) const
            [...]/source-gcc/gcc/range-op.cc:206
    0x11d8790b fold_using_range::range_of_range_op(vrange&,
gimple_range_op_handler&, fur_source&)
            [...]/source-gcc/gcc/gimple-range-fold.cc:702
    0x11d89873 fold_using_range::fold_stmt(vrange&, gimple*, fur_source&,
tree_node*)
            [...]/source-gcc/gcc/gimple-range-fold.cc:602
    0x11d89eaf fold_range(vrange&, gimple*, range_query*)
            [...]/source-gcc/gcc/gimple-range-fold.cc:322
    0x11d7c6e3 ranger_cache::get_global_range(vrange&, tree_node*, bool&)
            [...]/source-gcc/gcc/gimple-range-cache.cc:1052
    0x11d69577 gimple_ranger::range_of_stmt(vrange&, gimple*, tree_node*)
            [...]/source-gcc/gcc/gimple-range.cc:311
    0x11221b93 range_query::value_of_stmt(gimple*, tree_node*)
            [...]/source-gcc/gcc/value-query.cc:113
    0x111c6ae7 rvrp_folder::value_of_stmt(gimple*, tree_node*)
            [...]/source-gcc/gcc/tree-vrp.cc:999
    0x11044fbb
substitute_and_fold_dom_walker::before_dom_children(basic_block_def*)
            [...]/source-gcc/gcc/tree-ssa-propagate.cc:820
    0x11ce966b dom_walker::walk(basic_block_def*)
            [...]/source-gcc/gcc/domwalk.cc:311
    0x110436f3
substitute_and_fold_engine::substitute_and_fold(basic_block_def*)
            [...]/source-gcc/gcc/tree-ssa-propagate.cc:999
    0x111c1877 execute_ranger_vrp(function*, bool, bool)
            [...]/source-gcc/gcc/tree-vrp.cc:1064
    0x111c6a6b execute
            [...]/source-gcc/gcc/tree-vrp.cc:1307
    Please submit a full bug report, with preprocessed source (by using
-freport-bug).
    Please include the complete backtrace with any bug report.
    See <https://gcc.gnu.org/bugs/> for instructions.
    make[3]: *** [norm2_r17.lo] Error 1

  parent reply	other threads:[~2023-12-03 13:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-30 18:54 [Bug other/112788] New: " seurer at gcc dot gnu.org
2023-11-30 18:57 ` [Bug tree-optimization/112788] " pinskia at gcc dot gnu.org
2023-12-01  7:23 ` rguenth at gcc dot gnu.org
2023-12-01  8:04 ` linkw at gcc dot gnu.org
2023-12-01 19:15 ` amacleod at redhat dot com
2023-12-03 13:28 ` tschwinge at gcc dot gnu.org [this message]
2023-12-04  1:52 ` linkw at gcc dot gnu.org
2023-12-07  8:43 ` linkw at gcc dot gnu.org
2023-12-13  2:40 ` cvs-commit at gcc dot gnu.org
2023-12-13  2:43 ` linkw 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-112788-4-OVIgz0aMcy@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).