[patch soft-fp]: Possibly use of uninitialized variables

Joseph S. Myers joseph@codesourcery.com
Mon Oct 18 12:20:00 GMT 2010


On Mon, 18 Oct 2010, Kai Tietz wrote:

> Hello,
> 
> This fixes some potential uses of unitialized variables, which I got
> reported by gcc 3.4.4 while bootstrap and it seems right by its
> detection.

Please see codingconventions.html.  soft-fp patches must always go in 
glibc first with unmodified glibc code then being imported into GCC.

In this case, see <http://sourceware.org/bugzilla/show_bug.cgi?id=10114> - 
you'll need to work out a fix on the lines of what the last comment 
indicates.

This code should never be built with 3.4.4 anyway; it's target code that 
should only be built by the newly built compiler.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Gcc-patches mailing list