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

            Bug ID: 92516
           Summary: ice in vect_schedule_slp_instance, at
                    tree-vect-slp.c:4095
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Created attachment 47267
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47267&action=edit
gzipped C++ source code

The attached C++ code, when compiled by recent gcc trunk
and compiler flags -O3 -std=c++1z, does this:

internal compiler error: in vect_schedule_slp_instance, at tree-vect-slp.c:4095
 1447 | void QGtkStyle::drawComplexControl(ComplexControl control, const
QStyleOptionComplex *option,
      |      ^~~~~~~~~
0x80978a vect_schedule_slp_instance
        ../../trunk/gcc/tree-vect-slp.c:4095
0x13c0013 vect_schedule_slp_instance
        ../../trunk/gcc/tree-vect-slp.c:4077
0x13c0013 vect_schedule_slp_instance
        ../../trunk/gcc/tree-vect-slp.c:4077
0x13c0013 vect_schedule_slp_instance
        ../../trunk/gcc/tree-vect-slp.c:4077

Reply via email to