Bug in 'fft'

Brian Gough bjg@network-theory.co.uk
Tue Oct 19 07:37:00 GMT 1999


Thanks for the bug report.  The "n mod 7 = 0" behaviour isolates the
problem to c_pass7.c (the n=7 butterfly).

I think it may be a problem with gcc-2.95.1 compiling that file.  The
code is working ok with other compilers.  I don't know if you tried
compiling without -O, but if that makes the problem go away it would
support this hypothesis.

Perhaps someone on the list might know if there are potential problems
with that version of gcc. 

Thomas Walter writes:
 > 
 > Hello,
 > I get a very huge error log if I call 'make check' in the subdirectory
 > 'fft'.
 > Calling manually './test n' for n=3..21, 28, 35
 > I tracked the error a little.
 > Test fails always if 'n mod 7 = 0'.
 > The output of './test 7' is at the end.
 > 
 > I use Linux, 'glibc-2.0.7'.
 > My compiler is 'gcc-2.95.1'. 'gcc -v' reports:
 > Reading specs from /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.1/specs
 > gcc version 2.95.1 19990816 (release)
 > 
 > Bye
 > Thomas
 > 


More information about the Gsl-discuss mailing list