public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
@ 2020-05-27  6:58 marxin at gcc dot gnu.org
  2020-05-27  6:58 ` [Bug tree-optimization/95356] " marxin at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-05-27  6:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95356
           Summary: [11 Regression] ICE in vect_get_constant_vectors, at
                    tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: rguenth at gcc dot gnu.org
  Target Milestone: ---

I see this:

$ gcc /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/vshift-5.c -O3
-mavx512dq
during GIMPLE pass: slp
/home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/vshift-5.c: In function ‘f1’:
/home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/vshift-5.c:8:1: internal
compiler error: in vect_get_constant_vectors, at tree-vect-slp.c:3655
    8 | f1 (void)
      | ^~
0x767911 vect_get_constant_vectors
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3655
0x10d1cba vect_get_slp_defs(vec_info*, _slp_tree*, vec<vec<tree_node*, va_heap,
vl_ptr>, va_heap, vl_ptr>*, unsigned int)
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3887
0x108ba57 vect_get_vec_defs(vec_info*, tree_node*, tree_node*, _stmt_vec_info*,
vec<tree_node*, va_heap, vl_ptr>*, vec<tree_node*, va_heap, vl_ptr>*,
_slp_tree*)
        /home/marxin/Programming/gcc/gcc/tree-vect-stmts.c:1636
0x109124d vectorizable_shift
        /home/marxin/Programming/gcc/gcc/tree-vect-stmts.c:5900
0x10a855e vect_transform_stmt(vec_info*, _stmt_vec_info*,
gimple_stmt_iterator*, _slp_tree*, _slp_instance*)
        /home/marxin/Programming/gcc/gcc/tree-vect-stmts.c:11182
0x10cf7d8 vect_schedule_slp_instance
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4235
0x10cf888 vect_schedule_slp_instance
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4127
0x10d8812 vect_schedule_slp(vec_info*)
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4359
0x10db80c vect_slp_bb_region
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3318
0x10db80c vect_slp_bb(basic_block_def*)
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3441
0x10dd1bf execute
        /home/marxin/Programming/gcc/gcc/tree-vectorizer.c:1320
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] 14+ messages in thread

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
@ 2020-05-27  6:58 ` marxin at gcc dot gnu.org
  2020-05-27  8:07 ` rguenth at gcc dot gnu.org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-05-27  6:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-05-27

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
  2020-05-27  6:58 ` [Bug tree-optimization/95356] " marxin at gcc dot gnu.org
@ 2020-05-27  8:07 ` rguenth at gcc dot gnu.org
  2020-05-27  9:42 ` rguenth at gcc dot gnu.org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-27  8:07 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Mine.

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
  2020-05-27  6:58 ` [Bug tree-optimization/95356] " marxin at gcc dot gnu.org
  2020-05-27  8:07 ` rguenth at gcc dot gnu.org
@ 2020-05-27  9:42 ` rguenth at gcc dot gnu.org
  2020-05-27  9:54 ` rguenth at gcc dot gnu.org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-27  9:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
So we get v4si for the vector type but the operand is long long int:

3683        gcc_assert (vector_type
3684                    && types_compatible_p (vector_type,
3685                                           get_vectype_for_scalar_type
3686                                             (vinfo, TREE_TYPE (op),
op_node)));

this is because vectorizable_shift is somewhat of a mess.  Fixinig.

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-05-27  9:42 ` rguenth at gcc dot gnu.org
@ 2020-05-27  9:54 ` rguenth at gcc dot gnu.org
  2020-05-27  9:58 ` rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-27  9:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
*** Bug 95358 has been marked as a duplicate of this bug. ***

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-05-27  9:54 ` rguenth at gcc dot gnu.org
@ 2020-05-27  9:58 ` rguenth at gcc dot gnu.org
  2020-05-27 12:10 ` cvs-commit at gcc dot gnu.org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-27  9:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
*** Bug 95357 has been marked as a duplicate of this bug. ***

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2020-05-27  9:58 ` rguenth at gcc dot gnu.org
@ 2020-05-27 12:10 ` cvs-commit at gcc dot gnu.org
  2020-05-27 12:10 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-27 12:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:764ef40ba185ef9245a209ba9260d1e50bec6934

commit r11-658-g764ef40ba185ef9245a209ba9260d1e50bec6934
Author: Richard Biener <rguenther@suse.de>
Date:   Wed May 27 11:42:35 2020 +0200

    tree-optimization/95356 - fix vectorizable_shift vector types

    This makes sure to always use the same vector type for the shift
    operand as for the shifted operand.

    2020-05-27  Richard Biener  <rguenther@suse.de>

            PR tree-optimization/95356
            * tree-vect-stmts.c (vectorizable_shift): Adjust vector
            type for the shift operand.

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2020-05-27 12:10 ` cvs-commit at gcc dot gnu.org
@ 2020-05-27 12:10 ` rguenth at gcc dot gnu.org
  2020-05-28  9:55 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-27 12:10 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2020-05-27 12:10 ` rguenth at gcc dot gnu.org
@ 2020-05-28  9:55 ` cvs-commit at gcc dot gnu.org
  2020-05-28 12:19 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-28  9:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:09df85393ce5501a28359d159670fd05c4d70abf

commit r11-687-g09df85393ce5501a28359d159670fd05c4d70abf
Author: Richard Biener <rguenther@suse.de>
Date:   Thu May 28 10:27:48 2020 +0200

    tree-optimization/95273 - more vectorizable_shift massaging

    Covering all bases in vectorizable_shift is hard - this makes sure
    to appropriately handle the case of PR95356 without breaking others.

    2020-05-28  Richard Biener  <rguenther@suse.de>

            PR tree-optimization/95273
            PR tree-optimization/95356
            * tree-vect-stmts.c (vectorizable_shift): Adjust when and to
            what we set the vector type of the shift operand SLP node
            again.

            * gcc.target/i386/pr95356.c: New testcase.

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2020-05-28  9:55 ` cvs-commit at gcc dot gnu.org
@ 2020-05-28 12:19 ` rguenth at gcc dot gnu.org
  2020-05-28 12:19 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-28 12:19 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
FAILs again.

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2020-05-28 12:19 ` rguenth at gcc dot gnu.org
@ 2020-05-28 12:19 ` marxin at gcc dot gnu.org
  2020-05-28 12:22 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-05-28 12:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> ---
Reopening as the following is ICEing:

$ gcc /home/marxin/Programming/gcc/gcc/testsuite/gcc.target/i386/pr95356.c -c
-O3 -mavx512dq
during GIMPLE pass: slp
/home/marxin/Programming/gcc/gcc/testsuite/gcc.target/i386/pr95356.c: In
function ‘f1’:
/home/marxin/Programming/gcc/gcc/testsuite/gcc.target/i386/pr95356.c:8:1:
internal compiler error: in vect_create_constant_vectors, at
tree-vect-slp.c:3674
    8 | f1 (void)
      | ^~
0x769846 vect_create_constant_vectors
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3674
0x769846 vect_schedule_slp_instance
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4066
0x10d3508 vect_schedule_slp_instance
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4071
0x10d3508 vect_schedule_slp_instance
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4071
0x10d9552 vect_schedule_slp(vec_info*)
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4303
0x10dbffc vect_slp_bb_region
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3342
0x10dbffc vect_slp_bb(basic_block_def*)
        /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3465
0x10dd9ef execute
        /home/marxin/Programming/gcc/gcc/tree-vectorizer.c:1320
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] 14+ messages in thread

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2020-05-28 12:19 ` marxin at gcc dot gnu.org
@ 2020-05-28 12:22 ` rguenth at gcc dot gnu.org
  2020-05-29 10:53 ` cvs-commit at gcc dot gnu.org
  2020-05-29 10:53 ` rguenth at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-28 12:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
OK, so vectorizable_shift doing

              else if (dt[1] == vect_constant_def)
                {
                  /* Convert the scalar constant shift amounts in-place.  */
                  slp_tree shift = SLP_TREE_CHILDREN (slp_node)[1];
                  gcc_assert (SLP_TREE_DEF_TYPE (shift) == vect_constant_def);
                  for (unsigned i = 0;
                       i < SLP_TREE_SCALAR_OPS (shift).length (); ++i)
                    {
                      SLP_TREE_SCALAR_OPS (shift)[i]
                          = fold_convert (TREE_TYPE (vectype),
                                          SLP_TREE_SCALAR_OPS (shift)[i]);
                      gcc_assert ((TREE_CODE (SLP_TREE_SCALAR_OPS (shift)[i])
                                   == INTEGER_CST));
                    }

no longer works because we already tried code-generating it.  The above would
need to happen at analysis time (ensuring the node is not shared - which would
be a problem for the above code as well).

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2020-05-28 12:22 ` rguenth at gcc dot gnu.org
@ 2020-05-29 10:53 ` cvs-commit at gcc dot gnu.org
  2020-05-29 10:53 ` rguenth at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-29 10:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

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

commit r11-717-gddf90b72d2a723decc487db6d3131846b9a618de
Author: Richard Biener <rguenther@suse.de>
Date:   Fri May 29 10:46:06 2020 +0200

    tree-optimization/95356 - more vectorizable_shift massaging

    The previous fix clashed with the rewrite to emit SLP invariants
    during the SLP walk.  Thus the following adjusts the SLP tree
    hacking vectorizable_shift does appropriately.

    Still resisting the attempt of a rewrite of vectorizable_shift ...

    2020-05-29  Richard Biener  <rguenther@suse.de>

            PR tree-optimization/95356
            * tree-vect-stmts.c (vectorizable_shift): Do in-place SLP
            node hacking during analysis.

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

* [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56
  2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2020-05-29 10:53 ` cvs-commit at gcc dot gnu.org
@ 2020-05-29 10:53 ` rguenth at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-29 10:53 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed again.

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

end of thread, other threads:[~2020-05-29 10:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27  6:58 [Bug tree-optimization/95356] New: [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 marxin at gcc dot gnu.org
2020-05-27  6:58 ` [Bug tree-optimization/95356] " marxin at gcc dot gnu.org
2020-05-27  8:07 ` rguenth at gcc dot gnu.org
2020-05-27  9:42 ` rguenth at gcc dot gnu.org
2020-05-27  9:54 ` rguenth at gcc dot gnu.org
2020-05-27  9:58 ` rguenth at gcc dot gnu.org
2020-05-27 12:10 ` cvs-commit at gcc dot gnu.org
2020-05-27 12:10 ` rguenth at gcc dot gnu.org
2020-05-28  9:55 ` cvs-commit at gcc dot gnu.org
2020-05-28 12:19 ` rguenth at gcc dot gnu.org
2020-05-28 12:19 ` marxin at gcc dot gnu.org
2020-05-28 12:22 ` rguenth at gcc dot gnu.org
2020-05-29 10:53 ` cvs-commit at gcc dot gnu.org
2020-05-29 10:53 ` rguenth 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).