This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the EGCS project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Updates to your changes for egcs-19990718.


Hi,
>From the Changelogs it seems you made changes from egcs.cygnus.com to
gcc.gnu.org in these places for egcs-19990718, except they didn't get
changed:

*** egcs-19990718/gcc/cp/typeck2.c~	Sun Jul 18 05:48:56 1999
--- egcs-19990718/gcc/cp/typeck2.c	Mon Jul 26 14:46:04 1999
*************** my_friendly_abort (i)
*** 359,365 ****
      error ("Internal compiler error %d.", i);
  
    error ("Please submit a full bug report.");
!   fatal ("See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.");
  }
  
  void
--- 359,365 ----
      error ("Internal compiler error %d.", i);
  
    error ("Please submit a full bug report.");
!   fatal ("See <URL:http://gcc.gnu.org/faq.html#bugreport> for instructions.");
  }
  
  void
*** egcs-19990718/gcc/system.h~	Sun Jul 18 05:47:41 1999
--- egcs-19990718/gcc/system.h	Mon Jul 26 14:45:20 1999
*************** extern void fatal PVPROTO((const char *,
*** 399,405 ****
  #else
  #define abort() fatal ("Internal compiler error in `%s', at %s:%d\n"	\
    "Please submit a full bug report.\n"	\
!   "See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.", \
    __PRETTY_FUNCTION__, trim_filename (__FILE__), __LINE__)
  #endif /* recent gcc */
  
--- 399,405 ----
  #else
  #define abort() fatal ("Internal compiler error in `%s', at %s:%d\n"	\
    "Please submit a full bug report.\n"	\
!   "See <URL:http://gcc.gnu.org/faq.html#bugreport> for instructions.", \
    __PRETTY_FUNCTION__, trim_filename (__FILE__), __LINE__)
  #endif /* recent gcc */
  

-- 
Niels Kristian Bech Jensen -- nkbj@image.dk -- http://www.image.dk/~nkbj/

----------->>  Stop software piracy --- use free software!  <<-----------




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]