This is the mail archive of the gcc@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: proposal: extend TARGET_OPTIONS structure


On Fri, Dec 14, 2001 at 03:03:03PM -0500, DJ Delorie wrote:
> Given that multiple targets are now running short of mask bits in
> TARGET_SWITCHES, I propose we extend the TARGET_OPTIONS structure to
> allow it to be used as a replacement.

I'd prefer that we create a different form of TARGET_SWITCHES
that contains pointers to booleans.  I think that the concept
of on/off switches is common enough to warrant special handling.


r~


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