On Sat, 2011-04-02 at 00:25 +0000, Joseph S. Myers wrote: > 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).
I think we could use dg-prune to skip this message if it occurs. I don't think that would cause any errors on a system where the message does not occur. Let me try that and see if it works. Steve Ellcey s...@cup.hp.com