On Sat, Aug 09, 2008 at 04:48:18PM +0200, Stefan Bruens wrote: > 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
Thanks for creating the small test case and filing the bug against gcc! Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
