This is the mail archive of the gcc-patches@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]

Re: [Patch, fortran] PR25289 Cannot handle record numbers large than huge(0_4)


  int gfc_default_integer_kind;
  int gfc_max_integer_kind;
+int gfc_large_integer_kind;
  int gfc_default_real_kind;
  int gfc_default_double_kind;
  int gfc_default_character_kind;

Are not visible to trans-io.c where we need to use them.

Yes they are. Well, they already are all declared in gfortran.h, excepted the newly proposed gfc_large_integer_kind. grep for gfc_max_integer_kind in trans-io.c and you'll see it's used there.

FX


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