[Bug tree-optimization/36439] [4.3/4.4 Regression] infinite loop in PRE building gimp-plugin-registry

2008-08-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-08-27 22:04 --- 4.3.2 is released, changing milestones to 4.3.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/35658] between -funroll-loops -fno-automatic -O2 and common block variable

2008-08-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-08-27 22:03 --- 4.3.2 is released, changing milestones to 4.3.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/35090] [4.3/4.4 regression] libjava testsuite failures on hppa-linux

2008-08-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-08-27 22:03 --- 4.3.2 is released, changing milestones to 4.3.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/33263] [4.3/4.4 regression] libjava testsuite failures on alpha-linux

2008-08-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-08-27 22:02 --- 4.3.2 is released, changing milestones to 4.3.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

gnat-4.3 4.3.1-2 MIGRATED to testing

2008-08-27 Thread Debian testing watch
FYI: The status of the gnat-4.3 source package in Debian's testing distribution has changed. Previous version: 4.3.1-1 Current version: 4.3.1-2 -- This email is automatically generated; the Debian Release Team <[EMAIL PROTECTED]> is responsible. See http://release.debian.org/testing-watch/

gcc-4.3_4.3.1-9_mipsel.changes ACCEPTED

2008-08-27 Thread Debian Installer
Accepted: cpp-4.3_4.3.1-9_mipsel.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3.1-9_mipsel.deb fixincludes_4.3.1-9_mipsel.deb to pool/main/g/gcc-4.3/fixincludes_4.3.1-9_mipsel.deb g++-4.3-multilib_4.3.1-9_mipsel.deb to pool/main/g/gcc-4.3/g++-4.3-multilib_4.3.1-9_mipsel.deb g++-4.3_4.3.1-9_mipsel.de

Processing of gcc-4.3_4.3.1-9_mipsel.changes

2008-08-27 Thread Archive Administrator
gcc-4.3_4.3.1-9_mipsel.changes uploaded successfully to localhost along with the files: gcc-4.3-base_4.3.1-9_mipsel.deb libgcc1_4.3.1-9_mipsel.deb libgcc1-dbg_4.3.1-9_mipsel.deb lib64gcc1_4.3.1-9_mipsel.deb lib64gcc1-dbg_4.3.1-9_mipsel.deb libn32gcc1_4.3.1-9_mipsel.deb libn32gcc1-dbg_

Bug#496763: Inadequate declaration of C string functions

2008-08-27 Thread Goswin von Brederlow
Package: g++-4.3 Version: 4.3.1-5 Severity: normal Hi, I recently run into a bug with the following code (simplified to the essentials): #include void foo(const char *path) { char *filename = rindex(path, '/'); *filename = 0; ++filename; } This clearly violates the constness of path but