https://sourceware.org/bugzilla/show_bug.cgi?id=24927

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Bowen Wang from comment #0)
Hi Bowen,

> CC=clang \

Is it possible that this is a clang compilation bug ?

I tried to reproduce the problem using a toolchain built with gcc
rather than clang, and nothing went wrong.

Looking at the code it is hard to see where the uninitialised value
might occur.  The fnmatch function is being called with two pointers,
match->triplet, which has already been tested in the for() loop header
and which has static initialisation anyway, and name, which should 
have been set in set_default_bfd_target().

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to