Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231510 - dev-lang/gforth-0.6.2-r1 Working GForth programs fail with gforth-fast
Summary: dev-lang/gforth-0.6.2-r1 Working GForth programs fail with gforth-fast
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://groups.google.com/group/comp.l...
Whiteboard:
Keywords:
Depends on: 227523
Blocks:
  Show dependency tree
 
Reported: 2008-07-11 16:10 UTC by Isaac Gouy
Modified: 2012-02-09 11:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?