https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93077
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I'm seeing a different ICE:
pr93077.ii: In function ‘QVector<const item*> itemVector()’:
pr93077.ii:50312:36: error: incorrect sharing of tree nodes
50312 | static inline QVector<const item*> itemVector()
| ^~~~~~~~~~
*D.122849
D.122849->description = QCoreApplication::translate ("QtModulesInfo", "Core
non-GUI classes used by other modules", 0B, -1); [return slot optimization]
...
during GIMPLE pass: cfg
pr93077.ii:50312:36: internal compiler error: verify_gimple failed
0x142531c verify_gimple_in_cfg(function*, bool)
../../gcc/tree-cfg.c:5445
0x129110f execute_function_todo
../../gcc/passes.c:1983
0x1290100 do_per_function
../../gcc/passes.c:1638
0x12912ff execute_todo
../../gcc/passes.c:2037
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.