This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 build/19444] build failures with -O1 due to -Wmaybe-uninitialized


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

law at redhat dot com changed:

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

--- Comment #9 from law at redhat dot com ---
ISTM that if something is required to be inlined, then it ought to be marked
with the always_inline attribute.

The ability to build glibc with -O0, -Og or -O1 to make debugging easier would
(IMHO) be a good long term goal.  When building with one of those options,
we're definitely going to see more false positives from -Wuninitialized, so one
could argue that -Wuninitialized and its ilk should be disabled for that kind
of debugging build.

-- 
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]