On Thu, 5 Sep 2019 16:01:19 +0100 Julian Brown <jul...@codesourcery.com> wrote:
> On Thu, 5 Sep 2019 21:52:00 +0800 > Chung-Lin Tang <chunglin_t...@mentor.com> wrote: > > > On 2019/9/5 9:45 AM, Julian Brown wrote: > > > Much of omp-sese.c originates from code written for NVPTX by > > > Nathan Sidwell (adapted to work on gimple instead of RTL) -- > > > though at present, only the per-basic-block scheme is > > > implemented, and the SESE-finding algorithm isn't yet used. > > > > Hi Julian, > > it appears that this part broke NVPTX builds due to the duplicate > > stuff in config/nvptx/nvptx.c and the new omp-sese.c file (e.g. > > struct parallel). Can you fix this? (being able to factor away stuff > > from nvptx backend into the middle-end seems a good idea in > > general) > > Apologies -- I'll investigate. This is now fixed by: https://gcc.gnu.org/ml/gcc-patches/2019-09/msg00373.html Thanks, Julian