[Bug libfortran/108618] ISO C-Fortran Interface fails to pass CFI descriptor version check when using code coverage flags for fortran
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 31 22:25:34 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108618
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|WAITING |RESOLVED
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
CFI_establish((CFI_cdesc_t *)&names, NULL,
CFI_attribute_pointer,
CFI_type_char, 0, (CFI_rank_t)1, NULL);
Is needed to setup the CFI_cdesc_t originally.
More information about the Gcc-bugs
mailing list