https://sourceware.org/bugzilla/show_bug.cgi?id=29348
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at sourceware dot org |amodra at gmail dot com
Status|NEW |ASSIGNED
--- Comment #10 from Alan Modra <amodra at gmail dot com> ---
Huh, you do have uint64_t as unsigned long long.
typedef unsigned long long __uint64_t;
...
typedef __uint64_t uint64_t;
That means commit 0e3c1eebb2 broke --enable-werror builds for you.
--
You are receiving this mail because:
You are on the CC list for the bug.