
Travis N. Vaught wrote:
Greetings,
I finally have taken the time to look at our nightly builds of scipy for win32 and noticed that specfun is not compiling--as some have reported here:
http://www.scipy.org/site_content/mailman?fn=scipy-user/2004-January/002 457.html
and a link to the threaded discussion is here:
http://www.scipy.org/site_content/mailman?fn=scipy-user/2004-January/thr ead.html
Specifically you get an 'internal compiler error' when you have -O3 set (using no optimization setting seems to work).
I've tried it with gcc ~3.2 and it compiles fine but 3.2.3 and a 3.3.1 (that comes with cygwin) were not able to compile it.
I went through this same process and discovered it as well. I will try to localize the error to one subroutine and submit it as a bug-report to the g77 people. I agree that it is a pain to have to eliminate -O3 for one file.