From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12326 invoked by alias); 12 Apr 2010 17:56:57 -0000 Received: (qmail 12249 invoked by uid 48); 12 Apr 2010 17:56:31 -0000 Date: Mon, 12 Apr 2010 17:56:00 -0000 Message-ID: <20100412175631.12248.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/43733] bootstrap fails building libgfortran on Solaris x86 with GNU as In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ubizjak at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg01200.txt.bz2 ------- Comment #9 from ubizjak at gmail dot com 2010-04-12 17:56 ------- (In reply to comment #6) > running the failing command with -save-temps shows that sahf isused here: > > .LM312: > fprem > fnstsw %ax > sahf > jp .L103 > fstp %st(1) > fstpl -56(%rbp) > movsd -56(%rbp), %xmm1 > ucomisd %xmm1, %xmm1 > jp .L109 > jne .L109 > > > adding -v confirms that /usr/sfw/bin/gas is being used as the assembler, not > some other as Let me guess, /usr/sfw/bin/gas compiles this asm file OK, while /usr/ccs/bin/ld doesn't? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43733