This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

patch for gcse.c



With the latency of this list, I rarely know what is outstanding and what's
closed,  but this isn't in the repository right now.   It's necessary to
host on systems with NON_SAVING_SETJMP defined.   

Looking in sco5.h, I'm not convinced that's anything but vestigal history,
but I'm not sure I want to change it, either. :-)

RJL

1998-05-20  Robert Lipe  <robertl@dgii.com>

        * gcse.c (current_function_calls_longjmp): Declare extern.


$ cvs diff gcse.c
Enter passphrase for RSA key 'robertl@rjlhome.dgii.com':
Index: gcse.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/gcse.c,v
retrieving revision 1.2
diff -u -p -r1.2 gcse.c
--- gcse.c      1998/05/20 01:57:33     1.2
+++ gcse.c      1998/05/21 03:39:42
@@ -504,6 +504,7 @@ static int copy_prop_count;

 extern char *current_function_name;
 extern int current_function_calls_setjmp;
+extern int current_function_calls_longjmp;


 /* These variables are used by classic GCSE.
    Normally they'd be defined a bit later, but `rd_gen' needs to



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