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] Move symbol_visibility to coretypes.h


On 07/30/2015 07:13 AM, Andrew MacLeod wrote:
Pretty simple.  Both flag-types.h and tree-core.h check to see if the
other header has already defined this enumerated type, and defined it if
not.

Its an unnecessary conditional compilation and dual maintenance of this
small enum.  This patch puts it in coretypes.h and makes it always
available.

Bootstraps on x86_64-pc-linux-gnu with no new regressions.  Ok for trunk?
OK.
jeff


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