public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug analyzer/96950] New: ICE in apply_ctor_val_to_range, at analyzer/store.cc:475
@ 2020-09-07  5:35 asolokha at gmx dot com
  2020-09-07 21:48 ` [Bug analyzer/96950] " dmalcolm at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: asolokha at gmx dot com @ 2020-09-07  5:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96950
           Summary: ICE in apply_ctor_val_to_range, at
                    analyzer/store.cc:475
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: analyzer
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: asolokha at gmx dot com
  Target Milestone: ---
            Target: powerpc-*-linux-gnu

gfortran-11.0.0-alpha20200906 snapshot
(g:23f8b90c401842afcbaa50a7fd3c2f37818f4396) ICEs when compiling
gcc/testsuite/gfortran.dg/alloc_comp_scalar_1.f90,
gcc/testsuite/gfortran.dg/associate_13.f90 w/ -fanalyzer:

% powerpc-e300c3-linux-gnu-gfortran-11.0.0 -fanalyzer -c
gcc/testsuite/gfortran.dg/alloc_comp_scalar_1.f90 -o /dev/null
during IPA pass: analyzer
gcc/testsuite/gfortran.dg/alloc_comp_scalar_1.f90:11:0:

   11 |   type(container_t), dimension(1) :: a1, a2
      |
internal compiler error: in apply_ctor_val_to_range, at analyzer/store.cc:475
0x703084 ana::binding_map::apply_ctor_val_to_range(ana::region const*,
ana::region_model_manager*, tree_node*, tree_node*, tree_node*)
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/store.cc:475
0x11fbe35 ana::binding_map::apply_ctor_to_region(ana::region const*,
tree_node*, ana::region_model_manager*)
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/store.cc:428
0x11c8a5a ana::decl_region::get_svalue_for_constructor(tree_node*,
ana::region_model_manager*) const
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/region.cc:907
0x11cd8ae ana::region_model::get_initial_value_for_global(ana::region const*)
const
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/region-model.cc:1283
0x11cf7d3 ana::region_model::get_rvalue(ana::path_var,
ana::region_model_context*)
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/region-model.cc:1223
0x11b95a8 ana::impl_sm_context::on_transition(ana::supernode const*, gimple
const*, tree_node*, unsigned int, unsigned int, tree_node*)
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/engine.cc:221
0x11ef6a6 on_zero_assignment
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/sm-malloc.cc:916
0x11f0ffb on_stmt
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/sm-malloc.cc:771
0x11b32cb ana::exploded_node::on_stmt(ana::exploded_graph&, ana::supernode
const*, gimple const*, ana::program_state*) const
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/engine.cc:1098
0x11b4385 ana::exploded_graph::process_node(ana::exploded_node*)
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/engine.cc:2526
0x11b4be2 ana::exploded_graph::process_worklist()
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/engine.cc:2341
0x11b6cc4 ana::impl_run_checkers(ana::logger*)
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/engine.cc:4107
0x11b7971 ana::run_checkers()
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/engine.cc:4175
0x11ac548 execute
       
/var/tmp/portage/cross-powerpc-e300c3-linux-gnu/gcc-11.0.0_alpha20200906/work/gcc-11-20200906/gcc/analyzer/analyzer-pass.cc:84

(While my target here is powerpc, the ICE should not be target-specific.)

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

* [Bug analyzer/96950] ICE in apply_ctor_val_to_range, at analyzer/store.cc:475
  2020-09-07  5:35 [Bug analyzer/96950] New: ICE in apply_ctor_val_to_range, at analyzer/store.cc:475 asolokha at gmx dot com
@ 2020-09-07 21:48 ` dmalcolm at gcc dot gnu.org
  2020-09-08 14:50 ` cvs-commit at gcc dot gnu.org
  2020-09-08 15:08 ` dmalcolm at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dmalcolm at gcc dot gnu.org @ 2020-09-07 21:48 UTC (permalink / raw)
  To: gcc-bugs

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

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2020-09-07

--- Comment #1 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Thanks for filing this, confirmed (on x86_64 fwiw).

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

* [Bug analyzer/96950] ICE in apply_ctor_val_to_range, at analyzer/store.cc:475
  2020-09-07  5:35 [Bug analyzer/96950] New: ICE in apply_ctor_val_to_range, at analyzer/store.cc:475 asolokha at gmx dot com
  2020-09-07 21:48 ` [Bug analyzer/96950] " dmalcolm at gcc dot gnu.org
@ 2020-09-08 14:50 ` cvs-commit at gcc dot gnu.org
  2020-09-08 15:08 ` dmalcolm at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-09-08 14:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by David Malcolm <dmalcolm@gcc.gnu.org>:

https://gcc.gnu.org/g:af656c401e97f9de2a8478f18278e8efb2a6cf23

commit r11-3051-gaf656c401e97f9de2a8478f18278e8efb2a6cf23
Author: David Malcolm <dmalcolm@redhat.com>
Date:   Mon Sep 7 17:43:02 2020 -0400

    analyzer: fix ICE on RANGE_EXPR with CONSTRUCTOR value [PR96950]

    gcc/analyzer/ChangeLog:
            PR analyzer/96950
            * store.cc (binding_map::apply_ctor_to_region): Handle RANGE_EXPR
            where min_index == max_index.
            (binding_map::apply_ctor_val_to_range): Replace assertion that we
            don't have a CONSTRUCTOR value with error-handling.

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

* [Bug analyzer/96950] ICE in apply_ctor_val_to_range, at analyzer/store.cc:475
  2020-09-07  5:35 [Bug analyzer/96950] New: ICE in apply_ctor_val_to_range, at analyzer/store.cc:475 asolokha at gmx dot com
  2020-09-07 21:48 ` [Bug analyzer/96950] " dmalcolm at gcc dot gnu.org
  2020-09-08 14:50 ` cvs-commit at gcc dot gnu.org
@ 2020-09-08 15:08 ` dmalcolm at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dmalcolm at gcc dot gnu.org @ 2020-09-08 15:08 UTC (permalink / raw)
  To: gcc-bugs

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

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Should be fixed by the above commit.

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

end of thread, other threads:[~2020-09-08 15:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07  5:35 [Bug analyzer/96950] New: ICE in apply_ctor_val_to_range, at analyzer/store.cc:475 asolokha at gmx dot com
2020-09-07 21:48 ` [Bug analyzer/96950] " dmalcolm at gcc dot gnu.org
2020-09-08 14:50 ` cvs-commit at gcc dot gnu.org
2020-09-08 15:08 ` dmalcolm 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).