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

V4: ASSERT: "successorStart > 0"

XMLWordPrintable

    • 12086835ddce3554af1dc472377543bd1471faa9

      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
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes