Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 231510

Summary: dev-lang/gforth-0.6.2-r1 Working GForth programs fail with gforth-fast
Product: Gentoo Linux Reporter: Isaac Gouy <igouy2>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://groups.google.com/group/comp.lang.forth/browse_thread/thread/1d817efecc928b95#
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 227523    
Bug Blocks:    

Description Isaac Gouy 2008-07-11 16:10:37 UTC
$ /usr/bin/gforth fannkuch.gforth 3
123
213
231
321
312
132
Pfannkuchen(3) = 2


$ /usr/bin/gforth-fast  fannkuch.gforth 3

in file included from *the terminal*:0
fannkuch.gforth:7: Undefined word
0. argc @ 1- arg >number 2drop drop constant NUM
^^
Backtrace:
$B5DB70AC throw 
$B5DC2B08 no.extensions 


http://groups.google.com/group/comp.lang.forth/browse_thread/thread/1d817efecc928b95#
Comment 1 Pacho Ramos gentoo-dev 2012-02-09 11:49:44 UTC
Still valid with 0.7.0?