summaryrefslogtreecommitdiffstats
path: root/gcc/system.h
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-08 04:51:16 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-08 04:51:16 +0000
commit4a5355db84db0ee0e93a4891b1f4b7ad5f980ddb (patch)
tree569baad9e076e2f58fae40c22b0b174eee4efcc5 /gcc/system.h
parent0038ec8cc1abb9b0a5683c6ec7d8dbdada8e5dcc (diff)
downloadppe42-gcc-4a5355db84db0ee0e93a4891b1f4b7ad5f980ddb.tar.gz
ppe42-gcc-4a5355db84db0ee0e93a4891b1f4b7ad5f980ddb.zip
* system.h (abort): Supply more detailed information on how to
report an Internal Compiler Error. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24571 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/system.h b/gcc/system.h
index e03e43da09f..12c0a775d6e 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -1,6 +1,6 @@
/* system.h - Get common system includes and various definitions and
declarations based on autoconf macros.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -364,7 +364,9 @@ extern void abort ();
#else
#define abort() \
(fprintf (stderr, \
- "%s:%d: Internal compiler error in function %s\n", \
+ "%s:%d: Internal compiler error in function %s\n" \
+ "Please submit a full bug report to `egcs-bugs@cygnus.com'.\n" \
+ "See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.\n", \
__FILE__, __LINE__, __PRETTY_FUNCTION__), \
exit (FATAL_EXIT_CODE))
OpenPOWER on IntegriCloud