public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp
       [not found] <bug-63858-4@http.gcc.gnu.org/bugzilla/>
@ 2014-11-14  7:07 ` jakub at gcc dot gnu.org
  2014-11-14  7:09 ` cesar at codesourcery dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-11-14  7:07 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
No testcase attached ;).


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

* [Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp
       [not found] <bug-63858-4@http.gcc.gnu.org/bugzilla/>
  2014-11-14  7:07 ` [Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp jakub at gcc dot gnu.org
@ 2014-11-14  7:09 ` cesar at codesourcery dot com
  2014-11-14  7:21 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cesar at codesourcery dot com @ 2014-11-14  7:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Cesar Philippidis <cesar at codesourcery dot com> ---
Created attachment 33967
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33967&action=edit
fixed-form ICE


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

* [Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp
       [not found] <bug-63858-4@http.gcc.gnu.org/bugzilla/>
  2014-11-14  7:07 ` [Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp jakub at gcc dot gnu.org
  2014-11-14  7:09 ` cesar at codesourcery dot com
@ 2014-11-14  7:21 ` jakub at gcc dot gnu.org
  2014-11-15 16:54 ` cesar at codesourcery dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-11-14  7:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Please also make sure to test stuff like:
!$OMP PARALLEL &
!$ACC& COPYIN(ARGS)
and vice versa (and for free form too).  Of course that is invalid, but it
should have testcases and should be properly diagnosed.


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

* [Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp
       [not found] <bug-63858-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-11-14  7:21 ` jakub at gcc dot gnu.org
@ 2014-11-15 16:54 ` cesar at codesourcery dot com
  2015-01-22 22:34 ` cesar at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cesar at codesourcery dot com @ 2014-11-15 16:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Cesar Philippidis <cesar at codesourcery dot com> ---
*** Bug 63857 has been marked as a duplicate of this bug. ***


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

* [Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp
       [not found] <bug-63858-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-11-15 16:54 ` cesar at codesourcery dot com
@ 2015-01-22 22:34 ` cesar at gcc dot gnu.org
  2015-04-03 13:16 ` dominiq at lps dot ens.fr
  2015-10-09 10:16 ` tschwinge at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: cesar at gcc dot gnu.org @ 2015-01-22 22:34 UTC (permalink / raw)
  To: gcc-bugs

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

cesar at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cesar at gcc dot gnu.org

--- Comment #5 from cesar at gcc dot gnu.org ---
Created attachment 34537
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34537&action=edit
wip

I'm slowly working on this patch. Still need to check if I'm missing any other
cases where -fopenmp -fopenacc can cause failures.


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

* [Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp
       [not found] <bug-63858-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-01-22 22:34 ` cesar at gcc dot gnu.org
@ 2015-04-03 13:16 ` dominiq at lps dot ens.fr
  2015-10-09 10:16 ` tschwinge at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-04-03 13:16 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-04-03
     Ever confirmed|0                           |1

--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed at revision r221789.


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

* [Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp
       [not found] <bug-63858-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2015-04-03 13:16 ` dominiq at lps dot ens.fr
@ 2015-10-09 10:16 ` tschwinge at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2015-10-09 10:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |openmp
             Status|NEW                         |ASSIGNED
                 CC|                            |tschwinge at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |tschwinge at gcc dot gnu.org


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

end of thread, other threads:[~2015-10-09 10:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-63858-4@http.gcc.gnu.org/bugzilla/>
2014-11-14  7:07 ` [Bug fortran/63858] fixed form OpenACC directive ICE with -fopenacc -fopenmp jakub at gcc dot gnu.org
2014-11-14  7:09 ` cesar at codesourcery dot com
2014-11-14  7:21 ` jakub at gcc dot gnu.org
2014-11-15 16:54 ` cesar at codesourcery dot com
2015-01-22 22:34 ` cesar at gcc dot gnu.org
2015-04-03 13:16 ` dominiq at lps dot ens.fr
2015-10-09 10:16 ` 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).