Re: [Patch] Fortran: Add !GCC$ attributes DEPRECATED

2020-11-03 Thread Paul Richard Thomas via Gcc-patches
Hi Tobias, That looks to be the best that can be done with a sensible amount of effort. OK by me. Regards Paul On Mon, 2 Nov 2020 at 19:09, Tobias Burnus wrote: > This adds the Fortran equivalent to __attribute__((deprecated)), > except that "deprecated(message)" is not supported and that on

[Patch] Fortran: Add !GCC$ attributes DEPRECATED

2020-11-02 Thread Tobias Burnus
This adds the Fortran equivalent to __attribute__((deprecated)), except that "deprecated(message)" is not supported and that only procedures + variables (and parameters) are supported and not types. The issue came up with OpenMP, cf. https://gcc.gnu.org/pipermail/gcc-patches/2020-October/557359.h