------- Additional Comments From ian at airs dot com 2005-09-21 19:30 ------- Subject: Re: [4.1 Regression]: Gcc failed to build on ia64
Andrew Pinski <[EMAIL PROTECTED]> writes: > On Sep 21, 2005, at 3:20 PM, Ian Lance Taylor wrote: > > > Joern RENNECKE <[EMAIL PROTECTED]> writes: > > > >> 2005-09-21 J"orn Rennecke <[EMAIL PROTECTED]> > >> > >> * final.c (get_attr_length_1): In !HAVE_ATTR_length case, define as > >> macro. Don't attach ATTRIBUTE_UNUSED to arguments. > >> (get_attr_length, get_attr_min_length): Add ATTRIBUTE_UNUSED. > > > > Ick, don't do that. Suppose you just #define insn_default_length and > > insn_min_length as macros ifndef HAVE_ATTR_length. > > > Of course both insn_default_length and insn_min_length are used as > functions > in this situation. Hmmm, right. Bother. Still doable, but uglier. Ian -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23991