http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690
--- Comment #21 from diggskevin38 at gmail dot com 2011-04-22 00:30:24 UTC --- (In reply to comment #20) > (In reply to comment #19) > > !@$#%^%^ > > > > I tried to do a build with svn release and it failed for me. Same problem. > > > > xgcc says it is 4.3.0. > > > > What did I do wrong??? > > -r122895 is the omitted version ... This is the build command: CFLAGS="-O2 -fomit-frame-pointer" CXXFLAGS="-O2 -fomit-frame-pointer" LIBCFLAGS="-O2 -m68040 -fomit-frame-pointer" LIBCXXFLAGS="-O2 -m68040 -fomit-frame-pointer" time nice -16 make|tee ../gcc-svn-r122895-O2-c,c++-m68k.out Is there something wrong here!?!???