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: [LTO merge][13/15] Add LTO front end


On Wed, Sep 30, 2009 at 17:09, Joseph S. Myers <joseph@codesourcery.com> wrote:

> sparc-sun-solaris2.10, with whatever configurations of bootstrap compiler
> don't have hidden visibility support, if the relevant files are compiled
> other than when building the plugin.

Thanks.  Can anyone with access to this host suggest a patch?

>
>> >> >> +/* This needs to be included after config.h. ÂOtherwise, _GNU_SOURCE will not
>> >> >> + Â be defined in time to set __USE_GNU in the system headers, and strsignal
>> >> >> + Â will not be declared. Â*/
>> >> >> +#include <sys/mman.h>
>> >> >
>> >> > mmap and <sys/mman.h> are also not portable to all supported hosts (e.g.
>> >> > MinGW). ÂThere should be configure tests and a suitable fallback.
>> >>
>> >> Added to PR41526.
>> >
>> > Likewise.
>>
>> Same question. ÂWhat primary/secondary targets are broken?
>
> i686-mingw32 host, any ELF target (supposing that libelf is installed, so
> that LTO would get enabled by default).

Likewise here.


Thanks.  Diego.


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