https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61727
sandra at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #6 from sandra at gcc dot gnu.org --- I'm closing this issue for two reasons: (1) There is no "#pragma simd" any more, and there hasn't been for many years. (2) Some time ago I added a paragraph to the top of the "Pragmas" section that says: "GCC additionally recognizes OpenMP pragmas when the @option{-fopenmp} option is specified, and OpenACC pragmas when the @option{-fopenacc} option is specified. @xref{OpenMP}, and @ref{OpenACC}." The two referenced sections include pointers to the relevant specifications and to the libgomp manual, which documents more exactly which features are supported by GCC. We *could* conceivably write our own GNU manual with complete documentation for all the OpenMP and OpenACC pragmas implemented by GCC, but that goes far beyond what this issue was requesting.