/[gcl]/gcl/ansi-tests/misc.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/misc.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.234 by pfdietz, Tue Mar 22 00:28:56 2005 UTC revision 1.235 by pfdietz, Thu Mar 24 13:53:32 2005 UTC
# Line 10671  Broken at C::WT-MAKE-CLOSURE. Line 10671  Broken at C::WT-MAKE-CLOSURE.
10671             0)))             0)))
10672     2212755 3154856)     2212755 3154856)
10673    0)    0)
10674    
10675    ;;; OpenMCL 0.14.3
10676    ;;; 28192897: value doesn't match constraint :U8CONST in template for CCL::MATCH-VREG
10677    
10678    (deftest misc.594
10679      (funcall
10680       (compile
10681        nil
10682        '(lambda (a b c)
10683           (declare (ignorable a b c))
10684           (declare (type (integer -1 0) a)
10685                    (type (integer -1065019672 -181184465) b)
10686                    (type (integer 30074 1948824693) c))
10687           (declare (optimize (safety 2) (compilation-speed 1) (speed 2)
10688                              (space 0) (debug 0)))
10689           (ash c (min 82 -28192897))))
10690       0 -714979492 1474663829)
10691      0)

Legend:
Removed from v.1.234  
changed lines
  Added in v.1.235

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26