diff options
Diffstat (limited to 'gcc/toplev.c')
| -rw-r--r-- | gcc/toplev.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 1f46f35..95955fb 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1685,9 +1685,8 @@ crash_signal (signo) /* If this is missing, some compilers complain. */ int signo; { - fatal ("Internal error: %s.\n\ -Please submit a full bug report.\n\ -See %s for instructions.", strsignal (signo), GCCBUGURL); + error ("Internal error: %s.", strsignal (signo)); + finish_abort (); } /* Strip off a legitimate source ending from the input string NAME of |
