This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/66068] [6 Regression] error: type variant has different TYPE_VFIELD


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66068

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
The issue is that C FE overloads TYPE_VFIELD by C_TYPE_INCOMPLETE_VARS and
dangle the pointers.
I already work around that in verify_type but the workaround assumes that only
main variants get C_TYPE_INCOMPLETE_VARS which is obviously wrong.  Will extend
the workaround.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]