Bug#684716: Bug#678525: GCC bug

2012-08-13 Thread James Y Knight
It's not a bug in GCC. It's a bug in the code. The second call to PyArg_ParseTuple passes an int* where a Py_ssize_t* should be passed. (The &data_len argument). -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.deb

Bug#681475: std::pair C++03/11 incompat

2012-07-13 Thread James Y Knight
Package: gcc-4.7 Version: 4.7.1-2 In the current version of GCC 4.7 in Debian, std::pair isn't ABI-compatible when used as a return value between C++03 and C++11 modes. This was recently fixed in: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53657 It'd be really nice to get the fixed version of gc

gcc-4.5 needs dep on binutils >= 2.20.1-13?

2010-08-28 Thread James Y Knight
I'm planning to use gcc 4.5 on squeeze [whether or not the release team allows it into the official archive, but that sure would be nice!], and ran into bug 591405 in binutils. The error message was quite mystifying. Perhaps gcc-4.5 should have a versioned dep on binutils >= 2.20.1-13, since it