public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gscfq@t-online.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/102457] New: [PDT] ICE in fold_convert_const_int_from_real, at fold-const.c:2034
Date: Wed, 22 Sep 2021 17:40:02 +0000	[thread overview]
Message-ID: <bug-102457-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 102457
           Summary: [PDT] ICE in fold_convert_const_int_from_real, at
                    fold-const.c:2034
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Started with r8 (type mismatch/non-constant) :


$ cat z1.f90
subroutine s
   real :: m = 2
   type t(n)
      integer, len :: n = 1
      character(n*n) :: c
   end type
   type(t(m)) :: x
   call h(x)
end


$ gfortran-12-20210919 -c z1.f90 -O2
during GIMPLE pass: ccp
z1.f90:1:12:

    1 | subroutine s
      |            ^
internal compiler error: in fold_convert_const_int_from_real, at
fold-const.c:2034
0x98904b fold_convert_const_int_from_real
        ../../gcc/fold-const.c:2034
0x98904b fold_convert_const
        ../../gcc/fold-const.c:2280
0x99f05d const_unop(tree_code, tree_node*, tree_node*)
        ../../gcc/fold-const.c:1741
0x10773fe gimple_resimplify1
        ../../gcc/gimple-match-head.c:212
0x11ab337 gimple_simplify(gimple*, gimple_match_op*, gimple**, tree_node*
(*)(tree_node*), tree_node* (*)(tree_node*))
        ../../gcc/gimple-match-head.c:948
0x9d289f gimple_fold_stmt_to_constant_1(gimple*, tree_node* (*)(tree_node*),
tree_node* (*)(tree_node*))
        ../../gcc/gimple-fold.c:7350
0xd6e279 ccp_fold
        ../../gcc/tree-ssa-ccp.c:1289
0xd6e279 evaluate_stmt
        ../../gcc/tree-ssa-ccp.c:2207
0xd6f92d visit_assignment
        ../../gcc/tree-ssa-ccp.c:2840
0xdfaad3 ssa_propagation_engine::simulate_stmt(gimple*)
        ../../gcc/tree-ssa-propagate.c:230
0xdfad4a ssa_propagation_engine::simulate_block(basic_block_def*)
        ../../gcc/tree-ssa-propagate.c:337
0xdfb252 ssa_propagation_engine::ssa_propagate()
        ../../gcc/tree-ssa-propagate.c:504
0xd65725 do_ssa_ccp
        ../../gcc/tree-ssa-ccp.c:2959
0xd65725 execute
        ../../gcc/tree-ssa-ccp.c:3003

---

z1.f90:1:12:

    1 | subroutine s
      |            ^
Error: type mismatch in binary expression
integer(kind=4)

real(kind=4)

real(kind=4)

_5 = m.1_3 * m.2_4;
z1.f90:1:12: internal compiler error: 'verify_gimple' failed
0xe7461d verify_gimple_in_seq(gimple*)
        ../../gcc/tree-cfg.c:5228
0xb16a51 gimplify_body(tree_node*, bool)
        ../../gcc/gimplify.c:15897
0xb16cf7 gimplify_function_tree(tree_node*)
        ../../gcc/gimplify.c:15968
0x9338c7 cgraph_node::analyze()
        ../../gcc/cgraphunit.c:670
0x936a86 analyze_functions
        ../../gcc/cgraphunit.c:1234
0x937c8d symbol_table::finalize_compilation_unit()
        ../../gcc/cgraphunit.c:2508

             reply	other threads:[~2021-09-22 17:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-22 17:40 gscfq@t-online.de [this message]
2021-09-27 13:38 ` [Bug fortran/102457] " marxin at gcc dot gnu.org
2023-06-30  8:27 ` pault 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-102457-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).