[Shootout-list] Ada word-frequency

Brent Fulgham bfulg@pacbell.net
Sat, 26 Mar 2005 15:02:24 -0800


On Mar 26, 2005, at 11:52 AM, Marius Amado Alves wrote:

> Thanks for processing the Ada word-frequency program.
>
> The error is in the command line.
>
> <<
> COMMAND LINE (%A is single numeric argument):
>
> wordfreq.gnat_run %A
> >>
>
> The program does not accept any argument. (Unlike count-words, the 
> code for end of line does not matter.)

No, the problem here is that "-funroll-loops" creates a nonfunctional 
program.  I e-mailed Vasiliy about this, but I'm forwarding this e-mail 
again as a reminder.

-Brent