[Bug bootstrap/43733] bootstrap fails on Solaris 10 x86 with GNU as 2.15 and --with-arch=core2

2010-05-20 Thread uros at gcc dot gnu dot org
--- Comment #27 from uros at gcc dot gnu dot org 2010-05-20 18:52 --- Subject: Bug 43733 Author: uros Date: Thu May 20 18:52:03 2010 New Revision: 159636 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159636 Log: PR target/43733 * configure.ac (gcc_cv_as_ix86_sah

[Bug bootstrap/43733] bootstrap fails on Solaris 10 x86 with GNU as 2.15 and --with-arch=core2

2010-05-20 Thread redi at gcc dot gnu dot org
--- Comment #26 from redi at gcc dot gnu dot org 2010-05-20 10:18 --- I tweaked the patch to apply it to 4.4.3 (replacing ASM_BYTE with .byte) and it fixes the bootstrap failure for this config: --enable-languages=c,c++,fortran --with-arch=core2 --with-as=/usr/sfw/bin/gas --with-gnu-as

[Bug bootstrap/43733] bootstrap fails on Solaris 10 x86 with GNU as 2.15 and --with-arch=core2

2010-05-19 Thread ubizjak at gmail dot com
--- Comment #25 from ubizjak at gmail dot com 2010-05-19 12:21 --- Created an attachment (id=20698) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20698&action=view) complete patch Can you please test the complete patch if it solves your bootstrap failure? -- http://gcc.gnu.or

[Bug bootstrap/43733] bootstrap fails on Solaris 10 x86 with GNU as 2.15 and --with-arch=core2

2010-05-18 Thread ubizjak at gmail dot com
--- Comment #24 from ubizjak at gmail dot com 2010-05-19 06:47 --- Can you try this patch: Index: configure.ac === --- configure.ac(revision 159481) +++ configure.ac(working copy) @@ -3254,9 +3254,10 @@

[Bug bootstrap/43733] bootstrap fails on Solaris 10 x86 with GNU as 2.15 and --with-arch=core2

2010-04-28 Thread redi at gcc dot gnu dot org
--- Comment #23 from redi at gcc dot gnu dot org 2010-04-28 18:38 --- core2 works fine for bi-arch linux builds, but I'll try your suggestion on Solaris asap I assume it will work, but 64bit code will not use the core2 instructions, which might be suboptimal (I want to use the cpu to th

[Bug bootstrap/43733] bootstrap fails on Solaris 10 x86 with GNU as 2.15 and --with-arch=core2

2010-04-28 Thread ro at gcc dot gnu dot org
--- Comment #22 from ro at gcc dot gnu dot org 2010-04-28 18:13 --- (In reply to comment #20) > I don't think it should be closed: the installation docs for Solaris x86 > recommend to use the default binutils 2.15 and say it works fine, but that's > not the case if you use --with-arch=c

[Bug bootstrap/43733] bootstrap fails on Solaris 10 x86 with GNU as 2.15 and --with-arch=core2

2010-04-13 Thread redi at gcc dot gnu dot org
--- Comment #21 from redi at gcc dot gnu dot org 2010-04-13 12:26 --- more accurate summary -- redi at gcc dot gnu dot org changed: What|Removed |Added Summary