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, testsuite, ia64] patch for gcc.dg/mtune.c


On Fri, 1 Apr 2011, Steve Ellcey wrote:

> Looking into why this doesn't happen on other systems, it looks like
> the difference is that IA64 uses -mtune to set an enum variable and
> most (all?) the other platforms use it to set a string variable.

As an increasing number of targets will start using the Enum facility, it 
would be good to be able to just to accept such a note on all targets 
without requiring it.  But if that isn't possible, then this patch seems 
appropriate (and similar changes to the test will be needed for other 
targets using Enum here).

-- 
Joseph S. Myers
joseph@codesourcery.com


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