Re: [PATCH] Handle 'omp declare target' attribute set for both OpenACC and OpenMP 'target' [PR89433, PR93465] (was: [committed] PR89433 "Repeated use of the OpenACC 'routine' directive")

2020-03-04 Thread Jakub Jelinek
On Wed, Mar 04, 2020 at 08:27:10PM +0100, Thomas Schwinge wrote: > ... 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 >

[PATCH] Handle 'omp declare target' attribute set for both OpenACC and OpenMP 'target' [PR89433, PR93465] (was: [committed] PR89433 "Repeated use of the OpenACC 'routine' directive")

2020-03-04 Thread Thomas Schwinge
- Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Alexander Walter --- Begin Message --- Hi! On 2019-05-17T21:16:57+0200, I wrote: > Now committed to trunk in [...] > r271345 "[PR894

[committed] PR89433 "Repeated use of the OpenACC 'routine' directive"

2019-05-17 Thread Thomas Schwinge
Hi! On Fri, 22 Feb 2019 12:22:38 +0100, I wrote: > To resolve PR89433 "Repeated use of the OpenACC 'routine' directive" at > least for C/C++, I intend to push the attached patches in next GCC > development stage 1 (unless that should be addressed right now, an

PR89433 "Repeated use of the OpenACC 'routine' directive"

2019-02-22 Thread Thomas Schwinge
Hi! To resolve PR89433 "Repeated use of the OpenACC 'routine' directive" at least for C/C++, I intend to push the attached patches in next GCC development stage 1 (unless that should be addressed right now, and also on other GCC release branches?). The corresponding Fortran