]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/match.h
re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)
[thirdparty/gcc.git] / gcc / fortran / match.h
index ac47d992f4a79ab2eebd4d1fa4f93d9cdefb0147..29854ee9000e6a02e3af066b9ef4c21b1c881c88 100644 (file)
@@ -246,8 +246,11 @@ match gfc_match_contiguous (void);
 match gfc_match_dimension (void);
 match gfc_match_external (void);
 match gfc_match_gcc_attributes (void);
-match gfc_match_gcc_unroll (void);
 match gfc_match_gcc_builtin (void);
+match gfc_match_gcc_ivdep (void);
+match gfc_match_gcc_novector (void);
+match gfc_match_gcc_unroll (void);
+match gfc_match_gcc_vector (void);
 match gfc_match_import (void);
 match gfc_match_intent (void);
 match gfc_match_intrinsic (void);