------- Comment #11 from redi at gcc dot gnu dot org 2010-04-12 18:02 ------- (In reply to comment #10) > (In reply to comment #9) > > > Let me guess, /usr/sfw/bin/gas compiles this asm file OK, while > > /usr/ccs/bin/ld > > doesn't? > > Well, /usr/ccs/bin/as, of course. >
gas barfs on it, this is the from the output of manually running the failing xgcc command, with -v and -save-temps added: /usr/sfw/bin/gas -v -I. -I../../../../gcc-4.4.3/libgfortran -I. -I../../../../gcc-4.4.3/libgfortran/../gcc -I../../../../gcc-4.4.3/libgfortran/../gcc/config -I../../.././gcc --traditional-format -V -Qy --64 -s -o .libs/date_and_time.o date_and_time.s GNU assembler version 2.15 (i386-pc-solaris2.10) using BFD version 2.15 date_and_time.s: Assembler messages: date_and_time.s:1451: Error: suffix or operands invalid for `sahf' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43733
