public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/95662] New: [11 regression] ICE at gimple-expr.c:87 since r11-1146
@ 2020-06-13  3:25 seurer at linux dot vnet.ibm.com
  2020-06-15  6:26 ` [Bug tree-optimization/95662] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: seurer at linux dot vnet.ibm.com @ 2020-06-13  3:25 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95662
           Summary: [11 regression] ICE at gimple-expr.c:87 since r11-1146
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at linux dot vnet.ibm.com
  Target Milestone: ---

g:1396fa5b91cfa0b3708ec9df33c0bb84386081d6, r11-1146

Note:  this may be related to pr95649.

I am seeing this on powerpc64 when building two of the spec2006 test cases,
454.calculix and 465.tonto.

[spectester@tulibee build_base_ppc64.0000]$
/opt/gcc-spec-nightly/trunk/bin/gfortran -c -o dgesv.o -ISPOOLES -O2 -m64
-mcpu=power8 dgesv.f
during GIMPLE pass: cunroll
dgesv.f:559:0:

  559 |       SUBROUTINE DLASWP( N, A, LDA, K1, K2, IPIV, INCX )
      | 
internal compiler error: tree check: expected class 'type', have 'exceptional'
(error_mark) in useless_type_conversion_p, at gimple-expr.c:87
0x102172fb tree_class_check_failed(tree_node const*, tree_code_class, char
const*, int, char const*)
        /home/spectester/gcc_trunk_git/gcc/gcc/tree.c:9738
0x1074f6f3 tree_class_check
        /home/spectester/gcc_trunk_git/gcc/gcc/tree.h:3419
0x1074f6f3 useless_type_conversion_p(tree_node*, tree_node*)
        /home/spectester/gcc_trunk_git/gcc/gcc/gimple-expr.c:87
0x117eed13 chrec_convert_1
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-chrec.c:1435
0x117f3bcf chrec_apply(unsigned int, tree_node*, tree_node*)
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-chrec.c:622
0x10ccdfb3 compute_overall_effect_of_inner_loop(loop*, tree_node*)
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.c:471
0x10ccb643 analyze_scalar_evolution_1
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.c:1960
0x10ccc6db analyze_scalar_evolution(loop*, tree_node*)
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.c:2038
0x10ccd66b instantiate_scev_name
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.c:2335
0x10ccd66b instantiate_scev_r
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.c:2638
0x10ccd2a3 instantiate_scev_binary
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.c:2467
0x10ccd2a3 instantiate_scev_r
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.c:2654
0x10ccd0b7 instantiate_scev_poly
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.c:2412
0x10ccd0b7 instantiate_scev_r
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.c:2643
0x10ccddbb instantiate_scev(edge_def*, loop*, tree_node*)
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.c:2719
0x10d9e783 instantiate_parameters
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-scalar-evolution.h:63
0x10d9e783 idx_infer_loop_bounds
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-ssa-loop-niter.c:3612
0x10dafbdb for_each_index(tree_node**, bool (*)(tree_node*, tree_node**,
void*), void*)
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-ssa-loop.c:622
0x10d9ba73 infer_loop_bounds_from_ref
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-ssa-loop-niter.c:3688
0x10d9ba73 infer_loop_bounds_from_array
        /home/spectester/gcc_trunk_git/gcc/gcc/tree-ssa-loop-niter.c:3709
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.

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

* [Bug tree-optimization/95662] [11 regression] ICE at gimple-expr.c:87 since r11-1146
  2020-06-13  3:25 [Bug tree-optimization/95662] New: [11 regression] ICE at gimple-expr.c:87 since r11-1146 seurer at linux dot vnet.ibm.com
@ 2020-06-15  6:26 ` rguenth at gcc dot gnu.org
  2020-06-15 18:15 ` aldyh at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-06-15  6:26 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |11.0

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

* [Bug tree-optimization/95662] [11 regression] ICE at gimple-expr.c:87 since r11-1146
  2020-06-13  3:25 [Bug tree-optimization/95662] New: [11 regression] ICE at gimple-expr.c:87 since r11-1146 seurer at linux dot vnet.ibm.com
  2020-06-15  6:26 ` [Bug tree-optimization/95662] " rguenth at gcc dot gnu.org
@ 2020-06-15 18:15 ` aldyh at gcc dot gnu.org
  2020-06-15 19:01 ` seurer at linux dot vnet.ibm.com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aldyh at gcc dot gnu.org @ 2020-06-15 18:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
This is likely a duplicate of pr95649 (see my note there), but I cannot verify
as I don't have access to the spec2006 sources.

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

* [Bug tree-optimization/95662] [11 regression] ICE at gimple-expr.c:87 since r11-1146
  2020-06-13  3:25 [Bug tree-optimization/95662] New: [11 regression] ICE at gimple-expr.c:87 since r11-1146 seurer at linux dot vnet.ibm.com
  2020-06-15  6:26 ` [Bug tree-optimization/95662] " rguenth at gcc dot gnu.org
  2020-06-15 18:15 ` aldyh at gcc dot gnu.org
@ 2020-06-15 19:01 ` seurer at linux dot vnet.ibm.com
  2020-11-28 11:56 ` jakub at gcc dot gnu.org
  2020-11-28 14:31 ` seurer at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: seurer at linux dot vnet.ibm.com @ 2020-06-15 19:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Bill Seurer <seurer at linux dot vnet.ibm.com> ---
OK.  If you fix the other one I will try it and see if it fixes this, too.

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

* [Bug tree-optimization/95662] [11 regression] ICE at gimple-expr.c:87 since r11-1146
  2020-06-13  3:25 [Bug tree-optimization/95662] New: [11 regression] ICE at gimple-expr.c:87 since r11-1146 seurer at linux dot vnet.ibm.com
                   ` (2 preceding siblings ...)
  2020-06-15 19:01 ` seurer at linux dot vnet.ibm.com
@ 2020-11-28 11:56 ` jakub at gcc dot gnu.org
  2020-11-28 14:31 ` seurer at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-11-28 11:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-11-28
     Ever confirmed|0                           |1
                 CC|                            |jakub at gcc dot gnu.org
             Status|UNCONFIRMED                 |WAITING

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The other PR is fixed since 2020-06-16 or so, can you please check if this one
isn't also fixed?

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

* [Bug tree-optimization/95662] [11 regression] ICE at gimple-expr.c:87 since r11-1146
  2020-06-13  3:25 [Bug tree-optimization/95662] New: [11 regression] ICE at gimple-expr.c:87 since r11-1146 seurer at linux dot vnet.ibm.com
                   ` (3 preceding siblings ...)
  2020-11-28 11:56 ` jakub at gcc dot gnu.org
@ 2020-11-28 14:31 ` seurer at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: seurer at gcc dot gnu.org @ 2020-11-28 14:31 UTC (permalink / raw)
  To: gcc-bugs

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

seurer at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|WAITING                     |RESOLVED
                 CC|                            |seurer at gcc dot gnu.org

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

end of thread, other threads:[~2020-11-28 14:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-13  3:25 [Bug tree-optimization/95662] New: [11 regression] ICE at gimple-expr.c:87 since r11-1146 seurer at linux dot vnet.ibm.com
2020-06-15  6:26 ` [Bug tree-optimization/95662] " rguenth at gcc dot gnu.org
2020-06-15 18:15 ` aldyh at gcc dot gnu.org
2020-06-15 19:01 ` seurer at linux dot vnet.ibm.com
2020-11-28 11:56 ` jakub at gcc dot gnu.org
2020-11-28 14:31 ` seurer 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).