Commit 17d6caa1 by Andrew Pinski Committed by Andrew Pinski

2006-06-21 Andrew Pinski <pinskia@physics.uc.edu>

        * doc/invoke.texi (-fopenmp) Move to "Options Controlling C Dialect"
        section from the "Options for Code Generation Conventions".

From-SVN: r114863
parent b0100a44
2006-06-21 Andrew Pinski <pinskia@physics.uc.edu>
* doc/invoke.texi (-fopenmp) Move to "Options Controlling C Dialect"
section from the "Options for Code Generation Conventions".
2006-06-21 Richard Henderson <rth@redhat.com> 2006-06-21 Richard Henderson <rth@redhat.com>
PR target/26347 PR target/26347
......
...@@ -166,7 +166,7 @@ in the following sections. ...@@ -166,7 +166,7 @@ in the following sections.
@xref{C Dialect Options,,Options Controlling C Dialect}. @xref{C Dialect Options,,Options Controlling C Dialect}.
@gccoptlist{-ansi -std=@var{standard} -aux-info @var{filename} @gol @gccoptlist{-ansi -std=@var{standard} -aux-info @var{filename} @gol
-fno-asm -fno-builtin -fno-builtin-@var{function} @gol -fno-asm -fno-builtin -fno-builtin-@var{function} @gol
-fhosted -ffreestanding -fms-extensions @gol -fhosted -ffreestanding -fopenmp -fms-extensions @gol
-trigraphs -no-integrated-cpp -traditional -traditional-cpp @gol -trigraphs -no-integrated-cpp -traditional -traditional-cpp @gol
-fallow-single-precision -fcond-mismatch @gol -fallow-single-precision -fcond-mismatch @gol
-fsigned-bitfields -fsigned-char @gol -fsigned-bitfields -fsigned-char @gol
...@@ -779,7 +779,7 @@ See S/390 and zSeries Options. ...@@ -779,7 +779,7 @@ See S/390 and zSeries Options.
-fargument-noalias-global -fargument-noalias-anything -fargument-noalias-global -fargument-noalias-anything
-fleading-underscore -ftls-model=@var{model} @gol -fleading-underscore -ftls-model=@var{model} @gol
-ftrapv -fwrapv -fbounds-check @gol -ftrapv -fwrapv -fbounds-check @gol
-fvisibility -fopenmp} -fvisibility}
@end table @end table
@menu @menu
...@@ -1304,6 +1304,14 @@ This is equivalent to @option{-fno-hosted}. ...@@ -1304,6 +1304,14 @@ This is equivalent to @option{-fno-hosted}.
@xref{Standards,,Language Standards Supported by GCC}, for details of @xref{Standards,,Language Standards Supported by GCC}, for details of
freestanding and hosted environments. freestanding and hosted environments.
@item -fopenmp
@opindex fopenmp
@cindex openmp parallel
Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and
@code{!$omp} in Fortran. When @option{-fopenmp} is specified, the
compiler generates parallel code according to the OpenMP Application
Program Interface v2.5 @w{@uref{http://www.openmp.org/}}.
@item -fms-extensions @item -fms-extensions
@opindex fms-extensions @opindex fms-extensions
Accept some non-standard constructs used in Microsoft header files. Accept some non-standard constructs used in Microsoft header files.
...@@ -13501,14 +13509,6 @@ before including any such headers. ...@@ -13501,14 +13509,6 @@ before including any such headers.
An overview of these techniques, their benefits and how to use them An overview of these techniques, their benefits and how to use them
is at @w{@uref{http://gcc.gnu.org/wiki/Visibility}}. is at @w{@uref{http://gcc.gnu.org/wiki/Visibility}}.
@item -fopenmp
@opindex fopenmp
@cindex openmp parallel
Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and
@code{!$omp} in Fortran. When @option{-fopenmp} is specified, the
compiler generates parallel code according to the OpenMP Application
Program Interface v2.5 @w{@uref{http://www.openmp.org/}}.
@end table @end table
@c man end @c man end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment