Re: [Patch] C, C++, Fortran, OpenMP: Add support for device-modifiers for 'omp target device'

2021-07-20 Thread Jakub Jelinek via Fortran
On Wed, Jul 07, 2021 at 07:59:58PM +0200, Marcel Vollweiler wrote: > OpenMP: Add support for device-modifiers for 'omp target device' > > gcc/c/ChangeLog: > > * c-parser.c (c_parser_omp_clause_device): Add support for > device-modifiers for 'omp target device'. > > gcc/cp/ChangeLog:

[PATCH] PR fortran/101514 - ICE: out of memory allocating 18446744073709551600 bytes

2021-07-20 Thread Harald Anlauf via Fortran
While investigating one of Gerhard's latest bug reports, which was almost obvious to fix after a hint by Richard Biener, I found further variants of valid and invalid code that lead to either NULL pointer dereferences or similar OOM situations. Regtested on x86_64-pc-linux-gnu. OK for mainline /