improved message
Dan Nicolaescu
dann@godzilla.ics.uci.edu
Wed Jun 30 23:07:00 GMT 1999
Oops, I forgot the 2 versions of the patch in my previous mail. Sorry
about that.
*** system.h.orig Tue Jun 1 23:46:56 1999
--- system.h Wed Jun 2 11:35:02 1999
***************
*** 392,398 ****
#else
#define abort() fatal ("Internal compiler error in `%s', at %s:%d\n" \
"Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.\n" \
! "See <URL: http://egcs.cygnus.com/faq.html#bugreport > for details.", \
__PRETTY_FUNCTION__, trim_filename (__FILE__), __LINE__)
#endif /* recent gcc */
--- 392,400 ----
#else
#define abort() fatal ("Internal compiler error in `%s', at %s:%d\n" \
"Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.\n" \
! "In order to allow us to successfully diagnose and fix the problem\n"\
! "please closely follow the thorough instructions at:\n"\
! "<URL: http://egcs.cygnus.com/faq.html#bugreport >.", \
__PRETTY_FUNCTION__, trim_filename (__FILE__), __LINE__)
#endif /* recent gcc */
*** system.h.orig Tue Jun 1 23:46:56 1999
--- system.h Wed Jun 2 11:38:18 1999
***************
*** 392,398 ****
#else
#define abort() fatal ("Internal compiler error in `%s', at %s:%d\n" \
"Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.\n" \
! "See <URL: http://egcs.cygnus.com/faq.html#bugreport > for details.", \
__PRETTY_FUNCTION__, trim_filename (__FILE__), __LINE__)
#endif /* recent gcc */
--- 392,401 ----
#else
#define abort() fatal ("Internal compiler error in `%s', at %s:%d\n" \
"Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.\n" \
! "In order to allow us to successfully diagnose and fix the problem\n"\
! "please closely follow the thorough instructions at:\n"\
! "<URL: http://egcs.cygnus.com/faq.html#bugreport >\n", \
! "Thanks. The GCC team.", \
__PRETTY_FUNCTION__, trim_filename (__FILE__), __LINE__)
#endif /* recent gcc */
More information about the Gcc-bugs
mailing list