[PATCH] Remove LEAF attribute from some OpenMP builtins, adjust Fortran FE builtin handling (PR middle-end/45838)

Richard Henderson rth@redhat.com
Tue Oct 5 20:55:00 GMT 2010


On 10/05/2010 01:53 PM, Jakub Jelinek wrote:
> +#define ATTR_NOTHROW	1
> +#define ATTR_CONST	2
> +#define ATTR_LEAF	4

You may as well use the ECF flags that already exist.

In fact, this is common enough that if this doesn't
already exist in common code, then it should.


r~



More information about the Fortran mailing list