OSDN Git Service

PR libfortran/25425
[pf3gnuchains/gcc-fork.git] / libgfortran / libgfortran.h
index fac9b4a..f1a1a3e 100644 (file)
@@ -336,6 +336,7 @@ typedef struct
 {
   int warn_std;
   int allow_std;
+  int pedantic;
   int convert;
 }
 compile_options_t;