From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18397 invoked by alias); 30 Nov 2004 19:48:29 -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 18237 invoked by uid 48); 30 Nov 2004 19:48:08 -0000 Date: Tue, 30 Nov 2004 19:48:00 -0000 Message-ID: <20041130194808.18234.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041130193704.18743.davidm@hpl.hp.com> References: <20041130193704.18743.davidm@hpl.hp.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/18743] crtbegin/crtend lacking unwind-info X-Bugzilla-Reason: CC X-SW-Source: 2004-11/txt/msg03847.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 19:48 ------- when gcc builds crtbegin/crtend, we do pass -fno-exceptions but in the backend, we set flag_asynchronous_unwind_tables to 1 if we have not set it yet but we don't touch flag_asynchronous_unwind_tables otherwise. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18743