This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: [PATCH] Testcase for another regex bug]


Jakub,
   Is it possible any of these compiler warnings could be related
to some of our remaining regex issues?

make[2]: Entering directory `/home/howarth/libc/posix'
In file included from regex.c:52:
regexec.c: In function `search_subexp':
regexec.c:1573: warning: `node' might be used uninitialized in this function
In file included from regex.c:52:
regexec.c: In function `sift_states_bkref':
regexec.c:1672: warning: `err' might be used uninitialized in this function
In file included from regex.c:52:
regexec.c: In function `search_subexp':
regexec.c:1573: warning: `node' might be used uninitialized in this function
In file included from regex.c:52:
regexec.c: In function `sift_states_bkref':
regexec.c:1672: warning: `err' might be used uninitialized in this function
In file included from regex.c:52:
regexec.c: In function `search_subexp':
regexec.c:1573: warning: `node' might be used uninitialized in this function
In file included from regex.c:52:
regexec.c: In function `sift_states_bkref':
regexec.c:1672: warning: `err' might be used uninitialized in this function
make[2]: Leaving directory `/home/howarth/libc/posix'

                                          Jack


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