[Bug 106731] ICE on automatic array of derived type with DTIO: need help

2022-12-15 Thread Federico Perini via Fortran
Hello, I’m stil trying to fix this ICE bug for an automatic array of a derived type with DTIO: 63 | type(t) :: automatic(n) | 1 internal compiler error: in gfc_trans_auto_array_allocation, at fo

Re: [PATCH v5 3/4] OpenMP: Pointers and member mappings

2022-12-15 Thread Julian Brown
On Wed, 7 Dec 2022 17:31:20 +0100 Tobias Burnus wrote: > Hi Julian, > > I think this patch is OK; however, at least for gimplify.cc Jakub > needs to have a second look. Thanks for the review! Here's a new version that hopefully addresses your comments. (The gimplify bits change a bit more in

Re: [PATCH v5 3/4] OpenMP: Pointers and member mappings

2022-12-15 Thread Julian Brown
On Thu, 15 Dec 2022 14:54:58 + Julian Brown wrote: > On Wed, 7 Dec 2022 17:31:20 +0100 > Tobias Burnus wrote: > > > Hi Julian, > > > > I think this patch is OK; however, at least for gimplify.cc Jakub > > needs to have a second look. > > Thanks for the review! Here's a new version that

testsuite under wine

2022-12-15 Thread NightStrike via Fortran
When I run the testsuite under wine, I'm getting a lot of ANSI escape sequences. We had fixed this long ago, but it seems to be back. Any idea what I should change in my configuration to have this not happen? This is for build=host=x86_64-pc-linux-gnu and target=x86_64-w64-mingw32, with the test

Re: testsuite under wine

2022-12-15 Thread Thomas Koenig via Fortran
On 16.12.22 03:20, NightStrike via Fortran wrote: When I run the testsuite under wine, I'm getting a lot of ANSI escape sequences. We had fixed this long ago, but it seems to be back. Any idea what I should change in my configuration to have this not happen? This should probably be fixed pro