[Bug other/98533] [11 Regression] ICE: 'verify_type' failed

2021-01-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98533

Richard Biener  changed:

   What|Removed |Added

   Keywords||ice-checking
   Target Milestone|--- |11.0

[Bug other/98533] [11 Regression] ICE: 'verify_type' failed

2021-01-05 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98533

Martin Liška  changed:

   What|Removed |Added

 CC||marxin at gcc dot gnu.org
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2021-01-05
 Ever confirmed|0   |1

[Bug other/98533] [11 Regression] ICE: 'verify_type' failed

2021-01-05 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98533

--- Comment #2 from Jakub Jelinek  ---
Before that revision the error has been:
pr98533.C: In instantiation of ‘struct QMetaTypeId2’:
pr98533.C:9:6:   required by substitution of ‘template void
qRegisterMetaType(char*, T*, typename
MetaTypeDefinedHelper::IsBuiltIn>::defined) [with T =
ActionInstance]’
pr98533.C:16:79:   required from here
pr98533.C:5:8: error: ‘Value’ is not a member of
‘IsQEnumHelper’
   enum { Defined = QMetaTypeIdQObject::Defined };
^
pr98533.C:16:79: error: no matching function for call to
‘qRegisterMetaType(const char [1], ActionInstance*)’
 } newId = qRegisterMetaType("", reinterpret_cast(quintptr()))
  
^
pr98533.C:9:6: note: candidate: template void qRegisterMetaType(char*,
T*, typename MetaTypeDefinedHelper::IsBuiltIn>::defined)
 void qRegisterMetaType(
  ^
pr98533.C:9:6: note:   substitution of deduced template arguments resulted in
errors seen above
pr98533.C:16:79: error: expected ‘,’ or ‘;’ at end of input
 } newId = qRegisterMetaType("", reinterpret_cast(quintptr()))

[Bug other/98533] [11 Regression] ICE: 'verify_type' failed

2021-01-05 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98533

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek  ---
ICEs since r6-606-g3eb92a3d25d596acb8a45d2ec335c6e3f6950391 when it stopped
being rejected.