diagnostic.c (real_abort): New.
authorGeoffrey Keating <geoffk@apple.com>
Wed, 12 Feb 2003 01:05:47 +0000 (01:05 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 12 Feb 2003 01:05:47 +0000 (01:05 +0000)
commit886e08657ea9afe9ba6265f5a79f5c9b8cd38636
tree4da9d6d58f72a28241619628a1b3f73d75b12303
parentab77073fd7020f952a127d772c4e3010ca92fcf3
diagnostic.c (real_abort): New.

* diagnostic.c (real_abort): New.
(diagnostic_report_diagnostic): Call real_abort on error.
* diagnostic.h (diagnostic_abort_on_error): New.
(struct diagnostic_context): Add abort_on_error field.
* toplev.c (setup_core_dumping): New.
(decode_d_option): Handle 'H' case.
* doc/invoke.texi (Debugging Options): Document -dH.

From-SVN: r62753
gcc/ChangeLog
gcc/diagnostic.c
gcc/diagnostic.h
gcc/doc/invoke.texi
gcc/toplev.c