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: Unreviewed patches


Paolo Bonzini <bonzini@gnu.org> writes:

> On 05/10/2010 11:57 AM, Rainer Orth wrote:
>> 	[build] Avoid objdump error in gcc_cv_ld_eh_gc_sections test
>>          http://gcc.gnu.org/ml/gcc-patches/2010-05/msg00118.html
>
> This one is okay.

Thanks.

>> 	[testsuite] Skip gcc.c-torture/execute/960321-1.c on Solaris 2/x64 with Sun as
>>         http://gcc.gnu.org/ml/gcc-patches/2010-05/msg00205.html
>
> Don't you have to test x86_64-*-solaris2* too here, since there is this in
> config.guess:
>
> i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
>   ...
>                 SUN_ARCH="x86_64"
>   ...
>   echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
>
> ?

No, there's no x86_64-*-solaris2* configuration in gcc, cf. PR
bootstrap/39150.  config.guess only detects this if run with a compiler
that produces 64-bit objects by default (e.g. CC='gcc -m64'), and
neither gcc nor cc do.  The Solaris 10+ GCC configurations are
multilibbed, with 32-bit as the default, thus i?86-*-solaris2*.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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