This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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] | |
Daniel Berlin <dberlin@dberlin.org> writes:
| Um, I *do* track the references, and it outputs a References and
For some reason, it does not appear to work. at least, you get two reports.
[...]
| There is an interface that lets you request bug-reports by email, i | just never set it up.
that would be really appreciate if you couold set it.
falk@juist:/tmp% cat test.c
void
bb_getopt_ulflags (char *s)
{
for (;;)
if (s[1])
do
s++;
while (*s);
}falk@juist:/tmp% gcc -O -c test.c test.c: In function `bb_getopt_ulflags':
-- Gaby
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |