* gcc.c (execute): If a subprocess gets a fatal signal, report
commit4ed34b76f1ceaf567a836a603ca5e62fcc37521c
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jul 2000 04:43:47 +0000 (13 04:43 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jul 2000 04:43:47 +0000 (13 04:43 +0000)
tree6de36bf7b8f48857cc3e90312c8d4589da6c3f6f
parentbad4935b3dbe6d13f20e73e54918e8decedf07fe
* gcc.c (execute): If a subprocess gets a fatal signal, report
strsignal() of the signal number, and ask for a bug report.
Do not do this for SIGPIPE if there's already been an error.

* tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
Delete pipe_closed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35006 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcc.c
gcc/tradcpp.c