[Bug target/35659] [4.3/4.4 Regression] Miscompiled code with -O2 (but not with -O2 -funroll-loops) on ia64

2008-08-01 Thread sje at cup dot hp dot com
--- Comment #22 from sje at cup dot hp dot com 2008-08-01 23:28 --- Maxim, have you had time to look at this bug? Given that it is generating bad code and is in 4.3.0 and 4.3.1 I was wondering if it will be fixed for 4.3.2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35659

Bug#473167: gdc-4.1: gdc array concatenation patch

2008-08-01 Thread Peter De Wachter
Package: gdc-4.1 Followup-For: Bug #473167 I think the attached patch should fix this. This hasn't actually been tested on powerpc yet, as I don't have access to such a machine and my qemu instance isn't stable enough to compile gdc. But it works fine on amd64 :) #! /bin/sh -e # gdc-array-concat.

gcc-4.0 REMOVED from testing

2008-08-01 Thread Debian testing watch
FYI: The status of the gcc-4.0 source package in Debian's testing distribution has changed. Previous version: 4.0.4-1 Current version: (not in testing) Hint: Package not in unstable The script that generates this mail tries to extract removal reasons from comments in the britney hint files

gcc-3.3 1:3.3.6ds1-18 MIGRATED to testing

2008-08-01 Thread Debian testing watch
FYI: The status of the gcc-3.3 source package in Debian's testing distribution has changed. Previous version: 1:3.3.6ds1-17 Current version: 1:3.3.6ds1-18 -- This email is automatically generated; the Debian Release Team <[EMAIL PROTECTED]> is responsible. See http://release.debian.org/test

gcc-defaults 1.75 MIGRATED to testing

2008-08-01 Thread Debian testing watch
FYI: The status of the gcc-defaults source package in Debian's testing distribution has changed. Previous version: 1.74 Current version: 1.75 -- This email is automatically generated; the Debian Release Team <[EMAIL PROTECTED]> is responsible. See http://release.debian.org/testing-watch/ fo

Bug#493225: gcc-4.3: Should warn about format strings similar to "%-20.20s"

2008-08-01 Thread Alexander E. Patrakov
Package: gcc-4.3 Version: 4.3.1-2 Severity: wishlist Some projects like exif use statements like this for aligning the output: fprintf (stdout, "%-20.20s", C(CN(exif_tag_get_title_in_ifd (e->tag, ifd; printf ("|"); and this doesn't work (i.e., the output is misaligned because bytes, charact