]> git.ipfire.org Git - thirdparty/gcc.git/commit
[driver] Use regular error routines
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Sep 2018 15:03:05 +0000 (15:03 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Sep 2018 15:03:05 +0000 (15:03 +0000)
commita00c2b64f749520ce14c409ad1d586050bbb1706
treef9a5f44ce7a190fad49f8c264dcc837e8cce9fda
parent80a4424e6a18a4d76998682af844e104617d2f2f
[driver] Use regular error routines

https://gcc.gnu.org/ml/gcc-patches/2018-09/msg00545.html
* gcc.c (perror_with_name, pfatal_with_name): Delete.
(load_specs): Use fatal_error.
(DELETE_IF_ORDINARY, process_command): Use error.
(execute, run_attempt): Use fatal_error.

* gcc.dg/driver-specs.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264209 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcc.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/driver-specs.c [new file with mode: 0644]