From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25992 invoked by alias); 20 Dec 2004 08:35:38 -0000 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 Received: (qmail 25811 invoked by uid 48); 20 Dec 2004 08:35:22 -0000 Date: Mon, 20 Dec 2004 08:35:00 -0000 Message-ID: <20041220083522.25810.qmail@sourceware.org> From: "amodra at bigpond dot net dot au" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040922123524.17608.schwab@suse.de> References: <20040922123524.17608.schwab@suse.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/17608] [3.3.4/3.4/4.0 regression] -profile should prevent use of libgcc_s X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg02838.txt.bz2 List-Id: ------- Additional Comments From amodra at bigpond dot net dot au 2004-12-20 08:35 ------- I suspect that -profile ought to always imply -static. For instance, you can get the same crash by linking with -profile and -lm, because libm.so needs libc.so. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17608