public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/102457] New: [PDT] ICE in fold_convert_const_int_from_real, at fold-const.c:2034
@ 2021-09-22 17:40 gscfq@t-online.de
  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
  0 siblings, 2 replies; 3+ messages in thread
From: gscfq@t-online.de @ 2021-09-22 17:40 UTC (permalink / raw)
  To: gcc-bugs

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug fortran/102457] [PDT] ICE in fold_convert_const_int_from_real, at fold-const.c:2034
  2021-09-22 17:40 [Bug fortran/102457] New: [PDT] ICE in fold_convert_const_int_from_real, at fold-const.c:2034 gscfq@t-online.de
@ 2021-09-27 13:38 ` marxin at gcc dot gnu.org
  2023-06-30  8:27 ` pault at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-09-27 13:38 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |marxin at gcc dot gnu.org,
                   |                            |pault at gcc dot gnu.org
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-09-27

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Started with r8-3056-g5bab4c9631c478b7.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug fortran/102457] [PDT] ICE in fold_convert_const_int_from_real, at fold-const.c:2034
  2021-09-22 17:40 [Bug fortran/102457] New: [PDT] ICE in fold_convert_const_int_from_real, at fold-const.c:2034 gscfq@t-online.de
  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
  1 sibling, 0 replies; 3+ messages in thread
From: pault at gcc dot gnu.org @ 2023-06-30  8:27 UTC (permalink / raw)
  To: gcc-bugs

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

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |82173

--- Comment #2 from Paul Thomas <pault at gcc dot gnu.org> ---
Added to PDT meta-bug


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82173
[Bug 82173] [meta-bug] [PDT] Parameterized derived type errors

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-30  8:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22 17:40 [Bug fortran/102457] New: [PDT] ICE in fold_convert_const_int_from_real, at fold-const.c:2034 gscfq@t-online.de
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

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