This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]