Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.0 Beta3
-
None
-
2fc45188c (dev), 23fc22e16 (dev), 372db480c (dev)
Description
Code seen in comments on QTBUG-122004:
int r2_1; int r7_0; // generate_LoadQmlContextPropertyLookup while (!aotContext->loadScopeObjectPropertyLookup(100, &r2_0)) { aotContext->setInstructionPointer(2); aotContext->initLoadScopeObjectPropertyLookup(100, QMetaType::fromType<QQmlListProperty<QObject>>()); if (aotContext->engine->hasError()) return bool(); } // generate_GetLookup r2_1 = r2_0.count(&r2_0);
Triggers:
warning: conversion from 'qsizetype' {aka 'long long int'} to 'int' may change value [-Wconversion] 1565 | r2_1 = r2_0.count(&r2_0);
Attachments
Issue Links
- is duplicated by
-
QTBUG-124579 clang shorten-64-to-32 warning in qmlcachegen code
-
- Closed
-
- split from
-
QTBUG-122004 Generated code of qt_add_qml_module fails to build
-
- Closed
-
For Gerrit Dashboard: QTBUG-122582 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
549226,10 | QmlCompiler: Add qsizetype and make 64bit integers integral | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
549230,2 | QmlCompiler: Forcibly cast length properties to int | dev | qt/qtdeclarative | Status: ABANDONED | 0 | 0 |
550534,2 | WIP: Clean up list index and length types | dev | qt/qtdeclarative | Status: ABANDONED | -2 | 0 |
555237,14 | QML: Introduce aliases for builtin types | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
555269,1 | QJSList: Use qsizetype rather than int | dev | qt/qtdeclarative | Status: ABANDONED | 0 | 0 |
555270,8 | QmlCompiler: Consider lengths to be qsizetype | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |