This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [fortran,patch] Use new stdint.h-related macros in ISO_C_BINDING


Any file using these macros will need to include tm.h (which includes
defaults.h); perhaps some relevant file does not.

Yes, but trans-types.c (which apparently is causing the problem, and which indeed includes iso-c-binding.def) does include tm.h.


I've tried simulating a target without support by removing the defines in config/glibc-stdint.h, but it does work with the (new) attached patch.

FX

Attachment: stdint-fix2.diff
Description: Binary data



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