On 06/09/2016 10:53 AM, Alexander Monakov wrote:
[snip] --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -19631,6 +19631,11 @@ generation variant is used for OpenMP offloading, but the option is exposed on its own for the purpose of testing the compiler; to generate code suitable for linking into programs using OpenMP offloading, use option @option{-mgomp}. +@item -mgomp +@opindex mgomp +Generate code for use in OpenMP offloading: enables @option{-msoft-stack} and
s/enables/enables the/
+@option{-muniform-simt} options, and selects corresponding multilib variant.
s/selects/selects the/
+ @end table @node PDP-11 Options
The documentation part is OK with those changes. -Sandra