/[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.170 by pfdietz, Wed Dec 15 04:38:43 2004 UTC revision 1.171 by pfdietz, Thu Dec 16 11:57:35 2004 UTC
# Line 8772  Broken at C::WT-MAKE-CLOSURE. Line 8772  Broken at C::WT-MAKE-CLOSURE.
8772                     0))))                     0))))
8773     50395193)     50395193)
8774    0)    0)
8775    
8776    ;;; gcl 16 Dec 2004
8777    ;;; Error possibly related to type propagation
8778    
8779    (deftest misc.461
8780      (funcall
8781       (compile nil '(lambda (a)
8782                       (declare (type (integer -26657952320 0) a))
8783                       (declare (optimize (compilation-speed 0) (space 3) (speed 3)
8784                                          (safety 0) (debug 2)))
8785                       (- a
8786                          (ash -1 (min 31 (- a)))
8787                          -26715477)))
8788       -26179151369)
8789      -24004952244)
8790    

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171

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