]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gcc.c
Makefile.in (BUILD_ERRORS): Set to build-errors.
[thirdparty/gcc.git] / gcc / gcc.c
index d56a3958e7a58649c013520964509c85ed42a673..7685274cc5f58194a46fc9db79759d030097cb31 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -6724,9 +6724,9 @@ pfatal_pexecute (const char *errmsg_fmt, const char *errmsg_arg)
 /* Output an error message and exit.  */
 
 void
-fancy_abort (void)
+fancy_abort (const char *file, int line, const char *func)
 {
-  fatal ("internal gcc abort");
+  fatal ("internal gcc abort in %s, at %s:%d", func, file, line);
 }
 \f
 /* Output an error message and exit.  */