gcc-4.4_4.4.0-2_amd64.changes ACCEPTED

2009-05-02 Thread Debian Installer
Accepted: cpp-4.4_4.4.0-2_amd64.deb to pool/main/g/gcc-4.4/cpp-4.4_4.4.0-2_amd64.deb fixincludes_4.4.0-2_amd64.deb to pool/main/g/gcc-4.4/fixincludes_4.4.0-2_amd64.deb g++-4.4-multilib_4.4.0-2_amd64.deb to pool/main/g/gcc-4.4/g++-4.4-multilib_4.4.0-2_amd64.deb g++-4.4_4.4.0-2_amd64.deb to

Processing of gcc-4.4_4.4.0-2_amd64.changes

2009-05-02 Thread Archive Administrator
gcc-4.4_4.4.0-2_amd64.changes uploaded successfully to localhost along with the files: gcc-4.4_4.4.0-2.dsc gcc-4.4_4.4.0-2.diff.gz gcc-4.4-source_4.4.0-2_all.deb libstdc++6-4.4-doc_4.4.0-2_all.deb gcc-4.4-locales_4.4.0-2_all.deb gcc-4.4-base_4.4.0-2_amd64.deb libgcc1_4.4.0-2_amd64.deb

Bug#526629: g++-4.4: circular dependency with libstdc++6-4.4-dev

2009-05-02 Thread Bill Allombert
Package: g++-4.4 Version: 4.4.0-1 Severity: wishlist Hello Debian GCC Maintainers, There is a circular dependency between g++-4.4 and libstdc++6-4.4-dev: g++-4.4 :Depends: libstdc++6-4.4-dev (= 4.4.0-1) libstdc++6-4.4-dev :Depends: g++-4.4 (= 4.4.0-1) Given that both packag

A Million Little Lies

2009-05-02 Thread Yannayon Bobbs
A Million Little Lies -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#526620: False positive from -Wreturn-type

2009-05-02 Thread Richard Kettlewell
Package: gcc-4.4 Version: 4.4.0-1 I have the following code: static void *queue_thread(void attribute((unused)) *arg) { struct packet *p; for(;;) { /* Get the next packet */ pthread_mutex_lock(&receive_lock); while(!received_packets) { pthread_cond_wait(&receive_cond, &rec