This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug python/15463] GDB fails to build


http://sourceware.org/bugzilla/show_bug.cgi?id=15463

--- Comment #2 from Phil Muldoon <pmuldoon at redhat dot com> 2013-05-13 09:01:04 UTC ---
We discussed this a little on IRC.

hmb is going to try with a newer experimental GCC build than he has now which
is:

$ gcc --version
gcc (GCC) 4.9.0 20130507 (experimental)

I cannot reproduce on Fedora 18, and Jan also cannot with a GCC build from
yesterday (though I think Jan built without Python).

But something looks really bogus with errors like:

.././../src/gdb/python/py-framefilter.c:731:11: error: âlocal_indentâ may be
used uninitialized in this function [-Werror=maybe-uninitialized]
       int local_indent = 8 + (8 * indent);

I am not sure how that ever can be uninitialized.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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