RE: GCC/OpenMP offloading for Intel GPUs?

2021-09-14 Thread Liu, Hongtao via Gcc
I got some feedback from my colleague - What we need from GCC 1. generate SPIR-V 2. offload bundler to create FAT object -- If the answer is yes for both, they can hook it up with libomptarget library and our IGC back-end. >-Original Message- >From: Thomas S

Re: a feature to the wishlist

2021-09-14 Thread Rafał Pietrak via Gcc
W dniu 13.09.2021 o 13:41, David Brown pisze: > On 13/09/2021 11:51, Rafał Pietrak via Gcc wrote: >> Hi, >> >> Thenk you for very prompt reply. > > > (I'm not sure how much this is a "gcc development list" matter, rather > than perhaps a "gcc help list" or perhaps comp.arch.embedded Usenet > g

GCC/OpenMP offloading for Intel GPUs?

2021-09-14 Thread Thomas Schwinge
Hi! I've had a person ask about GCC/OpenMP offloading for Intel GPUs (the new ones, not MIC, obviously), to complement the existing support for Nvidia and AMD GPUs. Is there any statement other than "ought to be doable; someone needs to contribute the work"? Grüße Thomas - Siem

Re: Listing deprecated targets in changes.html

2021-09-14 Thread Richard Biener via Gcc
On Mon, 13 Sep 2021, Eric Gallager wrote: > Hi, I see that a number of targets are going to be deprecated for GCC 12: > - m32r{,le}-linux: > https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579265.html > - cr16: https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579280.html > - m68k-

Re: Exact inform format escape sequence (GCC 10 or GCC 11)

2021-09-14 Thread Basile Starynkevitch
On 9/14/21 11:32 AM, Martin Liška wrote: On 9/10/21 15:05, Basile Starynkevitch wrote: Hello all, In the Bismon static source code analyzer on https://github.com/bstarynk/bismon/ commit ad8b6270691e (funded by http://decoder-project.eu/ ) which contains some GPLv3+ GCC plugin code und

Re: Exact inform format escape sequence (GCC 10 or GCC 11)

2021-09-14 Thread Jakub Jelinek via Gcc
On Tue, Sep 14, 2021 at 11:32:13AM +0200, Martin Liška wrote: > On 9/10/21 15:05, Basile Starynkevitch wrote: > > In the Bismon static source code analyzer on > > https://github.com/bstarynk/bismon/ commit ad8b6270691e > > > > (funded by http://decoder-project.eu/ ) which contains some GPLv3+

Re: Exact inform format escape sequence (GCC 10 or GCC 11)

2021-09-14 Thread Martin Liška
On 9/10/21 15:05, Basile Starynkevitch wrote: Hello all, In the Bismon static source code analyzer on https://github.com/bstarynk/bismon/ commit ad8b6270691e (funded by http://decoder-project.eu/ ) which contains some GPLv3+ GCC plugin code under directory gccplugins/ I am getting when c

Re: [FYI] bugzilla cleanup

2021-09-14 Thread Martin Jambor
Hi, On Tue, Sep 14 2021, Andrew Pinski via Gcc wrote: > Hi all, > I am doing some bugzilla cleanup. This includes disabling some > components and some versions for new bugs. Thanks a lot! > So far I have disabled versions before GCC 4 because we have not had a > report from someone for those

[FYI] bugzilla cleanup

2021-09-14 Thread Andrew Pinski via Gcc
Hi all, I am doing some bugzilla cleanup. This includes disabling some components and some versions for new bugs. So far I have disabled versions before GCC 4 because we have not had a report from someone for those versions in over 7 years. I disabled some versions which are about developmental

Re: Error message from push to branch

2021-09-14 Thread Martin Liška
On 9/13/21 20:04, Thomas König wrote: Hi, I tried to merge trunk to into the coarray_native branch in preparation of some further work.  After some problems, it seems that the commit worked.  However, pushing it resulted in an error message, and it seems there was no e-mail to the gcc-cvs mailin