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]: Fix bootstrap failure on i386-pc-solaris2 for unused statics


2008/5/22 Richard Guenther <richard.guenther@gmail.com>:
> On Thu, May 22, 2008 at 11:02 PM, Kai Tietz <ktietz70@googlemail.com> wrote:
>> Hello,
>>
>> this fix the problems about unused static functions in i386.c (e.g
>> i386-pc-solaris2).
>>
>> ChangeLog
>>
>>        * config/i386/i386.c (return_in_memory_32): Add ATTRIBUTE_UNUSED.
>>        (return_in_memory_64): Likewise.
>>        (return_in_memory_ms_64): Likewise.
>>
>> Ok for apply?
>
> This is ok if you tested that building a cross to one of these targets
> doesn't produce
> a warning for building config/i386/i386.c.
>
> Thanks,
> Richard.
>
Successful bootstraped on i386-pc-solaris2.
Committed revision 135790.

Thanks,
  Kai


-- 
| (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination


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