public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/93465] [10 Regression] ICE in oacc_verify_routine_clauses, at omp-general.c:1802 since r10-471-gb48f44bf77a39fef
       [not found] <bug-93465-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-20 11:43 ` rguenth at gcc dot gnu.org
  2020-03-30 15:33 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-03-20 11:43 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1

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

* [Bug middle-end/93465] [10 Regression] ICE in oacc_verify_routine_clauses, at omp-general.c:1802 since r10-471-gb48f44bf77a39fef
       [not found] <bug-93465-4@http.gcc.gnu.org/bugzilla/>
  2020-03-20 11:43 ` [Bug middle-end/93465] [10 Regression] ICE in oacc_verify_routine_clauses, at omp-general.c:1802 since r10-471-gb48f44bf77a39fef rguenth at gcc dot gnu.org
@ 2020-03-30 15:33 ` jakub at gcc dot gnu.org
  2020-04-10 14:07 ` cvs-commit at gcc dot gnu.org
  2020-04-10 14:20 ` tschwinge at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-30 15:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I have acked the patch in
https://gcc.gnu.org/legacy-ml/gcc-patches/2020-03/msg00247.html, are you going
to commit it?

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

* [Bug middle-end/93465] [10 Regression] ICE in oacc_verify_routine_clauses, at omp-general.c:1802 since r10-471-gb48f44bf77a39fef
       [not found] <bug-93465-4@http.gcc.gnu.org/bugzilla/>
  2020-03-20 11:43 ` [Bug middle-end/93465] [10 Regression] ICE in oacc_verify_routine_clauses, at omp-general.c:1802 since r10-471-gb48f44bf77a39fef rguenth at gcc dot gnu.org
  2020-03-30 15:33 ` jakub at gcc dot gnu.org
@ 2020-04-10 14:07 ` cvs-commit at gcc dot gnu.org
  2020-04-10 14:20 ` tschwinge at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-10 14:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Thomas Schwinge <tschwinge@gcc.gnu.org>:

https://gcc.gnu.org/g:ff3f862b451496dd4afbe2dbfae82afab59a42c6

commit r10-7676-gff3f862b451496dd4afbe2dbfae82afab59a42c6
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed Mar 4 17:58:33 2020 +0100

    Handle 'omp declare target' attribute set for both OpenACC and OpenMP
'target' [PR89433, PR93465]

    ... which as of PR89433 commit b48f44bf77a39fefc238a16cf1225c6464c82406
causes
    an ICE.  Not sure if this is actually supposed to be valid or invalid code.
    Until the interactions between OpenACC and OpenMP 'target' get defined
    properly, make this a compile-time error.

            gcc/
            PR middle-end/89433
            PR middle-end/93465
            * omp-general.c (oacc_verify_routine_clauses): Diagnose if
            "#pragma omp declare target" has also been applied.
            gcc/testsuite/
            PR middle-end/89433
            PR middle-end/93465
            * c-c++-common/goacc-gomp/pr93465-1.c: New file.

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

* [Bug middle-end/93465] [10 Regression] ICE in oacc_verify_routine_clauses, at omp-general.c:1802 since r10-471-gb48f44bf77a39fef
       [not found] <bug-93465-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-04-10 14:07 ` cvs-commit at gcc dot gnu.org
@ 2020-04-10 14:20 ` tschwinge at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2020-04-10 14:20 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|10.0                        |
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Known to work|                            |10.0

--- Comment #8 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
ICE fixed for GCC 10.  Not planning to backport to release branches; mixed
OpenACC/OpenMP code continues to invoke undefined behavior (without ICE).

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

end of thread, other threads:[~2020-04-10 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93465-4@http.gcc.gnu.org/bugzilla/>
2020-03-20 11:43 ` [Bug middle-end/93465] [10 Regression] ICE in oacc_verify_routine_clauses, at omp-general.c:1802 since r10-471-gb48f44bf77a39fef rguenth at gcc dot gnu.org
2020-03-30 15:33 ` jakub at gcc dot gnu.org
2020-04-10 14:07 ` cvs-commit at gcc dot gnu.org
2020-04-10 14:20 ` tschwinge 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).