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]

Re: egcs-ss-980302 is available


[ Please use appropriate subject lines. ] 


Shigeya Suzuki wrote:

> 980302 snapshot have minor problem.
>
> gcc -c -DIN_GCC -DSVR4 -g -DHAVE_CONFIG_H -I. -I../../egcs-980302/gcc
> -I../../egcs-980302/gcc/config ../../egcs-980302/gcc/reorg.c
> ../../egcs-980302/gcc/reorg.c: In function `fill_eager_delay_slots':
> ../../egcs-980302/gcc/reorg.c:3951: too few arguments to function
> `fill_slots_from_thread'


It looks like the snapshot was made while things were in flux.  Here
was a patch that Manfred installed on 3.2 that just barely missed the
snapshot tag.

$ cvs diff -r 1.8 -r 1.9 reorg.c
Index: reorg.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/reorg.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- reorg.c     1998/03/01 17:24:18     1.8
+++ reorg.c     1998/03/02 22:37:37     1.9
@@ -3948,7 +3948,8 @@ fill_eager_delay_slots ()
              = fill_slots_from_thread (insn, condition, fallthrough_insn,
                                        insn_at_target, 0, 0,
                                        own_fallthrough,
-                                       slots_to_fill, &slots_filled);
+                                       slots_to_fill, &slots_filled,
+                                       delay_list);

          if (delay_list == 0)
            delay_list


Isn't having access to CVS handy? :-)

RJL


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