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 libc/21313] New: Compile Error GCC 5.4.0 MIPS with -0S


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

            Bug ID: 21313
           Summary: Compile Error GCC 5.4.0 MIPS with -0S
           Product: glibc
           Version: 2.25
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: lordrasmus at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

ARCH  : mips
GCC   : 5.4.0
GLIBS : 2.25

Comiling glibs with -Os generates this error

strcoll_l.c:295:18: error: 'seq2.back_us' may be used uninitialized in this
function [-Werror=maybe-uninitialized]
strcoll_l.c:295:12: error: 'seq1.back_us' may be used uninitialized in this
function [-Werror=maybe-uninitialized]

maybe the problem was introduced with commit
https://sourceware.org/git/?p=glibc.git;a=commit;h=ef635a29f7123f25ee0600b7a6aca1c511c63e85

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