https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77278
--- Comment #24 from Jan Hubicka <hubicka at gcc dot gnu.org> --- Hi, actually it won't help since C has only one bool type and not bools in different sizes (why would one need that?). I guess it would be easiest to turn Fortran frontend to use integers here. Honza