From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27929 invoked by alias); 12 Jan 2007 06:45:52 -0000 Received: (qmail 27919 invoked by uid 22791); 12 Jan 2007 06:45:51 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.174) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 Jan 2007 06:45:42 +0000 Received: by ug-out-1314.google.com with SMTP id s2so672868uge for ; Thu, 11 Jan 2007 22:45:39 -0800 (PST) Received: by 10.66.244.10 with SMTP id r10mr413194ugh.1168584339553; Thu, 11 Jan 2007 22:45:39 -0800 (PST) Received: from ?192.168.0.5? ( [82.239.100.53]) by mx.google.com with ESMTP id 53sm1519167ugd.2007.01.11.22.45.38; Thu, 11 Jan 2007 22:45:39 -0800 (PST) In-Reply-To: <459EC21E.7070204@net-b.de> References: <459EC21E.7070204@net-b.de> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: gcc-patches , "'fortran@gcc.gnu.org'" Content-Transfer-Encoding: 7bit From: FX Coudert Subject: Re: [patch,fortran] Add -fdump-core option to coredump at library run-time errors (PR29649) Date: Fri, 12 Jan 2007 06:45:00 -0000 To: Tobias Burnus X-Mailer: Apple Mail (2.752.2) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-01/txt/msg01065.txt.bz2 > libgfortran/ > > 2006-11-24 Francois-Xavier Coudert > Tobias Burnus > > PR fortran/29649 > * runtime/environ.c (variable_table): New GFORTRAN_ERROR_DUMPCORE > environment variable. > * runtime/compile_options.c (set_std): Add new argument. > * runtime/error.c (sys_exit): Move from io/unix.c. Add coredump > functionality. > * libgfortran.h (options_t): New dump_core and backtrace members. > (sys_exit): Move prototype. > * io/unix.c (sys_exit): Move to runtime/error.c. > * configure.ac: Add check for getrlimit. > * configure: Regenerate. > > > fortran/ > 2006-11-24 Francois-Xavier Coudert > Tobias Burnus > > PR fortran/29649 > * gfortran.h (gfc_option_t): Add flag_dump_core. > * lang.opt: Add -fdump-core option. > * invoke.texi: Document the new options. > * trans-decl.c (gfc_build_builtin_function_decls): Add new > options to the call to set_std. > * options.c (gfc_init_options, gfc_handle_option): Set the > new options. I think we've let enough time for people to object the library version bump and the plans for converging the ABI. So, your patch is OK, Tobias! Thanks for taking care of this coredump patch, FX