Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-34776

V4: ASSERT: "successorStart > 0"

    XMLWordPrintable

Details

    • 12086835ddce3554af1dc472377543bd1471faa9

    Description

      import QtQuick 2.0
      
      Item {
          property real labelCount: 10
          property real count: 5
      
          Component.onCompleted: {
              var difference = 0;
              if (difference > 0) {
                  for (; difference > 0; --difference) {
                  }
              } else if (difference < 0) {
                  for (; difference < 0; ++difference) {
                  }
              }
          }
      }
      
      ASSERT: "successorStart > 0" in file /home/micurtis/dev/qt5-stable/qtdeclarative/src/qml/compiler/qv4regalloc.cpp, line 812
      

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-34776
          # Subject Branch Project Status CR V

          Activity

            People

              erikv Erik Verbruggen
              mitch_curtis Mitch Curtis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes