]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/fortran/trans-decl.c
re PR fortran/31675 (Fortran front-end and libgfortran should have a common header...
[gcc.git] / gcc / fortran / trans-decl.c
index 109a18707b4c4945a99c8e03ff824370dc1c8acd..0b709030d4748be4650846c5d6bca6c02401e26d 100644 (file)
@@ -3212,7 +3212,7 @@ gfc_generate_function_code (gfc_namespace * ns)
   /* If this is the main program and an -fconvert option was provided,
      add a call to set_convert.  */
 
-  if (sym->attr.is_main_program && gfc_option.convert != CONVERT_NATIVE)
+  if (sym->attr.is_main_program && gfc_option.convert != GFC_CONVERT_NATIVE)
     {
       tmp = build_call_expr (gfor_fndecl_set_convert, 1,
                             build_int_cst (integer_type_node,
This page took 0.031314 seconds and 5 git commands to generate.