On Tue, 17 Feb 2009, Narasimha Datta wrote: > I'd love to check out the generated code on a later gcc, but > unfortunately we are not in a position to upgrade our gcc. We > just use the default gcc that came with FreeBSD 7.0.
You can always install one of the lang/gcc ports in addition, for example "pkg_add -r gcc43" or "pkg_add -r gcc44" and then invoke GCC with gcc43, g++43, gcc44, g++44 etc if you'd like to help with testing and tracking this down. Gerald