Bug#138038: g++: old diversion of c++filt?

2002-09-05 Thread Kalle Olavi Niemitalo
I have the same diversion in my computer. [EMAIL PROTECTED]:~$ ls -l /usr/bin/c++filt* -rwxr-xr-x1 root root30028 1998-12-04 06:05 /usr/bin/c++filt -rwxr-xr-x1 root root55860 2002-08-24 10:50 /usr/bin/c++filt.binutils [EMAIL PROTECTED]:~$ /usr/bin/c++filt --version

Bug#159804: printf("%#Xll",x) can be funny

2002-09-05 Thread Osamu Aoki
Package: gcc Version: 2.95.4-16 Severity: normal This could be glibc error. Following program did not act as I expected. /* * type cast/formatting bug check for GCC / GLIBC * (C) Osamu Aoki, Mon Sep 2 17:51:30 UTC 2002 */ #include int main(int argc, char *argv) { unsigned int b;