public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/111547] New: [OpenMP] -fopenmp omp::decl update missing
@ 2023-09-23  8:45 burnus at gcc dot gnu.org
  2023-09-26  8:08 ` [Bug middle-end/111547] " cvs-commit at gcc dot gnu.org
  2023-09-26  8:09 ` burnus at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: burnus at gcc dot gnu.org @ 2023-09-23  8:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111547

            Bug ID: 111547
           Summary: [OpenMP] -fopenmp omp::decl update missing
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

We need to add omp::decl to invoke.texi:

@item -fopenmp
Enable handling of OpenMP directives @code{#pragma omp} in C/C++,
@code{[[omp::directive(...)]]} and @code{[[omp::sequence(...)]]} in C++ and
@code{!$omp} in Fortran.

and

@item -fopenmp-simd
Enable handling of OpenMP's @code{simd}, @code{declare simd},
@code{declare reduction}, @code{assume}, @code{ordered}, @code{scan},
@code{loop} directives and combined or composite directives with
@code{simd} as constituent with @code{#pragma omp} in C/C++,
@code{[[omp::directive(...)]]} and @code{[[omp::sequence(...)]]} in C++
and @code{!$omp} in Fortran. 

How do we handle 'loop' for the here? It sounds either wrong or misleading; it
surely does not imply multiple threads here.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug middle-end/111547] [OpenMP] -fopenmp omp::decl update missing
  2023-09-23  8:45 [Bug middle-end/111547] New: [OpenMP] -fopenmp omp::decl update missing burnus at gcc dot gnu.org
@ 2023-09-26  8:08 ` cvs-commit at gcc dot gnu.org
  2023-09-26  8:09 ` burnus at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-09-26  8:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111547

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tobias Burnus <burnus@gcc.gnu.org>:

https://gcc.gnu.org/g:1fab441d6cce836e08db516c0fdac407872c6990

commit r14-4261-g1fab441d6cce836e08db516c0fdac407872c6990
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Tue Sep 26 10:07:26 2023 +0200

    invoke.texi: Update -fopenmp and -fopenmp-simd for omp::decl and loop
semantic

    gcc/ChangeLog:

            PR middle-end/111547
            * doc/invoke.texi (-fopenmp): Mention C++11 [[omp::decl(...)]]
syntax.
            (-fopenmp-simd): Likewise. Clarify 'loop' directive semantic.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug middle-end/111547] [OpenMP] -fopenmp omp::decl update missing
  2023-09-23  8:45 [Bug middle-end/111547] New: [OpenMP] -fopenmp omp::decl update missing burnus at gcc dot gnu.org
  2023-09-26  8:08 ` [Bug middle-end/111547] " cvs-commit at gcc dot gnu.org
@ 2023-09-26  8:09 ` burnus at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: burnus at gcc dot gnu.org @ 2023-09-26  8:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111547

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> ---
FIXED on mainline/GCC 14

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-26  8:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-23  8:45 [Bug middle-end/111547] New: [OpenMP] -fopenmp omp::decl update missing burnus at gcc dot gnu.org
2023-09-26  8:08 ` [Bug middle-end/111547] " cvs-commit at gcc dot gnu.org
2023-09-26  8:09 ` burnus at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).