From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7192 invoked by alias); 24 Jul 2003 02:48:40 -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 7184 invoked by uid 48); 24 Jul 2003 02:48:38 -0000 Date: Thu, 24 Jul 2003 02:48:00 -0000 Message-ID: <20030724024838.7183.qmail@sources.redhat.com> From: "pinskia at physics dot uc dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030724021919.11654.gcc@tridgell.net> References: <20030724021919.11654.gcc@tridgell.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug pch/11654] gcc seg fault when using pre-compiled headers and -gstabs X-Bugzilla-Reason: CC X-SW-Source: 2003-07/txt/msg02809.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11654 pinskia at physics dot uc dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpatel at apple dot com ------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-24 02:48 ------- The function emit_pending_bincls was introduced by: 2003-07-01 Devang Patel * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required. (binclstatus): New. (struct dbx_file): New members - bincl_status, pending_bincl_name and prev. (pending_bincls): New. (dbxout_init): Initialize new dbx_file members. (dbxout_start_source_file): Same. (emit_bincl_stab): New function. (emit_pending_bincls): Same. (emit_pending_bincls_if_required): Same. (dbxout_end_source_file): Emit EINCL stab only if BINCL is already processed. (dbxout_begin_block): Emit pending BINCL stabs. (dbxout_end_block): Same. (dbxout_function_decl): Same. (dbxout_continue): Same. (dbxout_type): Same. (dbxout_class_name_qualifiers): Same. (dbxout_symbol): Same. (dbxout_symbol_location): Same. (dbxout_parms): Same.