Your message dated Tue, 15 Apr 2008 00:41:54 -0400
with message-id <[EMAIL PROTECTED]>
and subject line gccchecker has been removed from Debian, closing #131170
has caused the Debian Bug report #131170,
regarding gccchecker: inlined putchar
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
131170: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=131170
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gccchecker
Version: 0.9.9.1.20011205-2

A program putchar.c,

        #include <stdio.h>
        int
        main (void)
        {
          putchar ('\n');
          return 0;
        }

compiled with libc6-dev 2.2.4-6 and

        checkergcc -O putchar.c

gives an error

        /tmp/ccUTvvEn.o: In function `main':
        /usr/include/bits/stdio.h:68: undefined reference to `chkr._IO_putc'
        collect2: ld returned 1 exit status

This seems to be a problem only when using -O.

I think stdio.h gives putchar as an inline calling _IO_putc
(/usr/include/bits/stdio.h).  Maybe checker should have stubs for
those.  Or alternately maybe stdio.h should be told not to inline.
There seems to be a __NO_INLINE__ tested in /usr/include/features.h,
setting it seems to help.


--- End Message ---
--- Begin Message ---
Version: 0.9.9.1.20011205-15.1+rm

The gccchecker package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/337558 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.
Barry deFreese


--- End Message ---

Reply via email to