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: [tuples] add works_with_tuples_p flag to tree_opt_pass


On 7/27/07 1:03 PM, Aldy Hernandez wrote:
>> How about using properties instead since this is going away and would
>> be easier to remove?
>>
>> Some thing like PROP_NON_TUPLES.
> 
> Well, mostly because I've already coded it, and my RSI didn't like it
> too much.  But patches are very welcome!

It would be the same amount of changes and since it's something that
will not survive the merge, I don't think it matters much.  But if
someone wants to change it, sure.

Aldy has already made it a little bit merge-proof by putting the ',' on
the new line.  Thanks for that, btw.


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