On Tuesday 01 July 2008 23:06:57 Don Ward wrote: > I ran into this today with gcc 4.3.1 on Debian (testing). Line 101 of > qa_gr_fxpt_nco.cc > > new_nco.sincos ((gr_complex*)new_block, SIN_COS_BLOCK_SIZE); > > only fills the first 1696 members of new_block (though SIN_COS_BLOCK_SIZE = > 100000). Adding printf statements to new_nco.sincos or compiling > qa_gr_fxpt_nco.cc with -O1 makes the problem go away.
openSUSE affected as well. Bug report for gcc with simplified test case can be found here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37067 Stefan -- Stefan Brüns / Bergstraße 21 / 52062 Aachen phone: +49 241 53809034 mobile: +49 151 50412019 _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
