Update of /cvsroot/monetdb/pathfinder/compiler/algebra/prop
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8356/algebra/prop

Modified Files:
        prop_req_node.c 
Log Message:
-- Move (too) restrictive consistency check. 


U prop_req_node.c
Index: prop_req_node.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_req_node.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- prop_req_node.c     1 Apr 2008 16:37:16 -0000       1.1
+++ prop_req_node.c     2 Apr 2008 12:17:13 -0000       1.2
@@ -442,9 +442,9 @@
             break;
             
         case la_cast:
+            assert ((type_of (n, n->sem.type.att) & aat_node) == 0);
         case la_type:
             assert ((type_of (n, n->sem.type.res) & aat_node) == 0);
-            assert ((type_of (n, n->sem.type.att) & aat_node) == 0);
             break;
 
         case la_type_assert:


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to