-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Do you have a test case I can reproduce the bug with?  (Something I can
> compile to see it for myself?)

Thanks for your answer.

Any program calling atexit, such as the minimal

#include <stdlib.h>
void foo(void) { }
int main(void) { atexit(foo); return 0; }

triggers the problem here. I suspect that it needs a recent glibc to
show up (mine is 2.5).

Vincent.


PS: Sorry for the reply, Robert. I'm not very used to mailing lists !
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGHpsgK9ByfI09oHARAt9aAKCtcW0u8K8wp/dambWyFEHqqpM0TACguOb+
ODlLf8aSYghqMpIseU73g5A=
=2ybo
-----END PGP SIGNATURE-----



_______________________________________________
Tinycc-devel mailing list
[EMAIL PROTECTED]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to