This is the mail archive of the gcc@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: build broken on ppc linux?!


> This is exactly the patch referenced in the pointer to the upstream repo.
> Arno, does this fix the build for you?

Well now I encounter:

/users/charlet/fsf/trunk/libsanitizer/sanitizer_common/sanitizer_linux.cc: In function '__sanitizer::uptr __sanitizer::internal_filesize(__sanitizer::fd_t)':
/users/charlet/fsf/trunk/libsanitizer/sanitizer_common/sanitizer_linux.cc:176:19: warning: 'st.stat::st_size' may be used uninitialized in this function [-Wmaybe-uninitialized]
   return (uptr)st.st_size;
                   ^

So I guess that's what we call "progress".

I'll keep using --disable-libsanitizer for the time being, this library is
clearly not quite productized yet IMO.

Arno


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