[Bug bootstrap/43733] bootstrap fails building libgfortran on Solaris x86 with GNU as

2010-04-13 Thread redi at gcc dot gnu dot org
--- Comment #20 from redi at gcc dot gnu dot org 2010-04-13 11:21 --- oops - I didn't mean to set the component back to libfortran, that must have happened when I refreshed the page and my browser "helpfully" kept that selected. I've reverted it to bootstrap I don't think it should be c

[Bug bootstrap/43733] bootstrap fails building libgfortran on Solaris x86 with GNU as

2010-04-12 Thread ubizjak at gmail dot com
--- Comment #17 from ubizjak at gmail dot com 2010-04-12 20:02 --- (In reply to comment #15) > GNU as 2.15 doesn't believe you :-) > > $ echo sahf > test.s > $ /usr/sfw/bin/gas test.s > $ /usr/sfw/bin/gas --64 test.s > test.s: Assembler messages: > test.s:1: Error: suffix or operands

[Bug bootstrap/43733] bootstrap fails building libgfortran on Solaris x86 with GNU as

2010-04-12 Thread ubizjak at gmail dot com
--- Comment #16 from ubizjak at gmail dot com 2010-04-12 18:42 --- Can you try this (untested) patch? Index: acinclude.m4 === --- acinclude.m4(revision 158225) +++ acinclude.m4(working copy) @@ -452,6 +452,9

[Bug bootstrap/43733] bootstrap fails building libgfortran on Solaris x86 with GNU as

2010-04-12 Thread redi at gcc dot gnu dot org
--- Comment #4 from redi at gcc dot gnu dot org 2010-04-12 17:15 --- configure:22928: checking assembler for sahf mnemonic configure:22937: /usr/sfw/bin/gas -o conftest.o conftest.s >&5 configure:22940: $? = 0 configure:22951: result: yes -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug bootstrap/43733] bootstrap fails building libgfortran on Solaris x86 with GNU as

2010-04-12 Thread redi at gcc dot gnu dot org
--- Comment #3 from redi at gcc dot gnu dot org 2010-04-12 17:15 --- (In reply to comment #1) > I'm currently trying another bootstrap without --with-arch=core2 That worked OK, so it's only the combination of /usr/sfw/bin/gas, fortran and arch=core2 that files -- http://gcc.gnu.or

[Bug bootstrap/43733] bootstrap fails building libgfortran on Solaris x86 with GNU as

2010-04-12 Thread ubizjak at gmail dot com
--- Comment #2 from ubizjak at gmail dot com 2010-04-12 17:11 --- configure should detect if assembler supports sahf mnemonic. In your build directory, check gcc/config.log for: configure:23019: checking assembler for sahf mnemonic configure:23028: /usr/local/x86_64-unknown-linux-gnu/b

[Bug bootstrap/43733] bootstrap fails building libgfortran on Solaris x86 with GNU as

2010-04-12 Thread redi at gcc dot gnu dot org
--- Comment #1 from redi at gcc dot gnu dot org 2010-04-12 16:51 --- P.S. I'm using in-tree gmp 4.4.3 and mpfr 2.4.2 I'm currently trying another bootstrap without --with-arch=core2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43733