Currently, we only have one non-green machine on the tinderbox. Thanks
Robert!

The remaining burning box is galatic-tcc. Below patch might fix the
problem, but I can't be sure. It seems to compile fine here under MSVC,
but I'm not sure if it's a "correct" patch to fix the tcc problem or if
it's just carelessly casting our problems away.

Mike Lambert


Index: lib/Parrot/OpTrans/CPrederef.pm
===================================================================
RCS file: /cvs/public/parrot/lib/Parrot/OpTrans/CPrederef.pm,v
retrieving revision 1.11
diff -u -r1.11 CPrederef.pm
--- lib/Parrot/OpTrans/CPrederef.pm     29 Apr 2002 17:38:14 -0000
1.11
+++ lib/Parrot/OpTrans/CPrederef.pm     4 May 2002 20:24:23 -0000
@@ -67,7 +67,7 @@
 sub expr_pop
 {
   my ($self) = @_;
-  return "opcode_to_prederef(interpreter, pop_dest(interpreter))";
+  return "opcode_to_prederef(interpreter, (opcode_t *)pop_dest(interpreter))";
 }

 # expr_address


Reply via email to