From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9408 invoked by alias); 14 Aug 2006 13:18:20 -0000 Received: (qmail 9349 invoked by uid 48); 14 Aug 2006 13:18:14 -0000 Date: Mon, 14 Aug 2006 13:18:00 -0000 Message-ID: <20060814131814.9348.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/28718] Call to -lgcc added prior to user libraries In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-08/txt/msg01006.txt.bz2 List-Id: ------- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-14 13:18 ------- Wait the user did say to link against -lm anyways. This comes from the specs. What kind of wrong math functions are being used anyways? If soft-fp, then you are to think you can override them in libm.a because that is not the job of libm.a. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28718