Update of /cvsroot/monetdb/pathfinder/compiler/debug
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13278/debug

Modified Files:
      Tag: XQuery_0-24
        logdebug.c 
Log Message:
-- Corrected type bit inference in the type assertion operator
   (fixes bug #1981783).


U logdebug.c
Index: logdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/logdebug.c,v
retrieving revision 1.100.2.1
retrieving revision 1.100.2.2
diff -u -d -r1.100.2.1 -r1.100.2.2
--- logdebug.c  28 May 2008 11:37:33 -0000      1.100.2.1
+++ logdebug.c  2 Jun 2008 15:19:49 -0000       1.100.2.2
@@ -765,9 +765,9 @@
             break;
 
         case la_type_assert:
-            PFarray_printf (dot, "%s (%s), type: %s", a_id[n->kind],
+            PFarray_printf (dot, "%s (%s), type: %i", a_id[n->kind],
                             PFatt_str (n->sem.type.att),
-                            PFalg_simple_type_str (n->sem.type.ty));
+                            n->sem.type.ty);
             break;
 
         case la_cast:


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to