This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]