Bug#470318: gcc seems to produce wrong assembly for floating point division (rounding)

2008-03-10 Thread Ondrej Certik
Package: gcc-4.3
Version: 4.3.0-1
Severity: normal

--- Please enter the report below this line. ---

Hi,

the following code:

$ cat quot.c 
#include 

int main()
{
double a = -4.1974624032366689e+117;
double b = -8.4657370748010221e-47;
double c = a/b;
printf("%.16e\n%.16e\n%.16e\n",a, b, c);
return 0;
}

when compiled:

$ gcc -W -Wall quot.c 

and run without -O:

$ ./a.out 
-4.1974624032366689e+117
-8.4657370748010221e-47
4.9581771393902231e+163

and with -O:

$ gcc -W -Wall -O quot.c 
$ ./a.out 
-4.1974624032366689e+117
-8.4657370748010221e-47
4.9581771393902237e+163

produces different results in the last digit. The "-O" case is correct. That is 
because the -O option uses MPFR to calculate the (correct) result at compile 
time, as 
can be checked in the assembly.

This only happens on 32 bits (intel core 2 duo), it doesn't happen when using 
Debian amd64 (gcc produces a different, correct, assembly there).
A lot more information, together with how this was discovered can be found here:

http://code.google.com/p/mpmath/issues/detail?id=22

you can also find the assembly codes in there. Note, that MSVC produces the 
correct 32 bit assembly, see the issue, that's why I think the problem
is not in my processor, but rather in gcc.

I tried gcc-3.4, gcc-4.1, gcc-4.2, gcc-4.3 and gcc-snapshot. No difference.

However, I am not an expert in this at all - maybe I did something wrong. 
Please ask if you need more information. I'd like to trace this bug down
and figure out if it's a bug in gcc, or somewhere else.

Ondrej

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstableftp.cz.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-=
binutils (>= 2.17cvs20070426) | 2.18.1~cvs20080103-1
cpp-4.3   (= 4.3.0-1) | 4.3.0-1
gcc-4.3-base  (= 4.3.0-1) | 4.3.0-1
libc6  (>= 2.7-1) | 2.7-9
libgcc1(>= 1:4.3.0-1) | 1:4.3.0-1
libgomp1 (>= 4.3.0-1) | 4.3.0-1





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Results for 4.1.3 20080308 (prerelease) (Debian 4.1.2-21) testsuite on i486-pc-linux-gnu

2008-03-10 Thread Matthias Klose
LAST_UPDATED: Sat Mar  8 10:35:07 UTC 2008 (revision 133025)

Target: i486-linux-gnu
gcc version 4.1.3 20080308 (prerelease) (Debian 4.1.2-21)
Native configuration is i486-pc-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary for unix ===

# of expected passes12488
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  69

Running target unix/-fstack-protector
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary for unix/-fstack-protector ===

# of expected passes12488
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  69

Running target unix/-m64
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary for unix/-m64 ===

# of expected passes12403
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  98

=== g++ Summary ===

# of expected passes37379
# of unexpected successes   3
# of expected failures  198
# of unsupported tests  236
/scratch/packages/gcc/4.1/gcc-4.1-4.1.2/build/gcc/testsuite/g++/../../g++  
version 4.1.3 20080308 (prerelease) (Debian 4.1.2-21)

=== gcc tests ===


Running target unix

=== gcc Summary for unix ===

# of expected passes39328
# of expected failures  101
# of untested testcases 28
# of unsupported tests  248

Running target unix/-fstack-protector

=== gcc Summary for unix/-fstack-protector ===

# of expected passes39328
# of expected failures  101
# of untested testcases 28
# of unsupported tests  248

Running target unix/-m64
FAIL: gcc.misc-tests/linkage.c link
FAIL: gcc.target/i386/asm-1.c  (test for errors, line 4)
FAIL: gcc.target/i386/compress-float-387-pic.c (test for excess errors)
ERROR: gcc.target/i386/compress-float-387-pic.c: error executing dg-final: 
couldn't open "compress-float-387-pic.s": no such file or directory
UNRESOLVED: gcc.target/i386/compress-float-387-pic.c: error executing dg-final: 
couldn't open "compress-float-387-pic.s": no such file or directory
FAIL: gcc.target/i386/compress-float-387.c (test for excess errors)
ERROR: gcc.target/i386/compress-float-387.c: error executing dg-final: couldn't 
open "compress-float-387.s": no such file or directory
UNRESOLVED: gcc.target/i386/compress-float-387.c: error executing dg-final: 
couldn't open "compress-float-387.s": no such file or directory
FAIL: gcc.target/i386/compress-float-sse-pic.c (test for excess errors)
ERROR: gcc.target/i386/compress-float-sse-pic.c: error executing dg-final: 
couldn't open "compress-float-sse-pic.s": no such file or directory
UNRESOLVED: gcc.target/i386/compress-float-sse-pic.c: error executing dg-final: 
couldn't open "compress-float-sse-pic.s": no such file or directory
FAIL: gcc.target/i386/compress-float-sse.c (test for excess errors)
ERROR: gcc.target/i386/compress-float-sse.c: error executing dg-final: couldn't 
open "compress-float-sse.s": no such file or directory
UNRESOLVED: gcc.target/i386/compress-float-sse.c: error executing dg-final: 
couldn't open "compress-float-sse.s": no such file or directory

=== gcc Summary for unix/-m64 ===

# of expected passes39182
# of unexpected failures6
# of expected failures  100
# of unresolved testcases   4
# of untested testcases 28
# of unsupported tests  358

=== gcc Summary ===

# of expected passes117838
# of unexpected failures6
# of expected failures  302
# of unresolved testcases   4
# of untested testcases 84
# of unsupported tests  854
/scratch/packages/gcc/4.1/gcc-4.1-4.1.2/build/gcc/xgcc  version 4.1.3 20080308 
(prerelease) (Debian 4.1.2-21)

=== libmudflap tests ===


Running target unix

=== libmudflap Summary for unix ===

# of expected passes1799

Running target unix/-fstack-protector

=== libmudflap Summary for unix/-fstack-protector ===

# of expected passes1799

Running target unix/-m64
FAIL: libmudflap.c/fail8-frag.c (-static) output pattern test
FAIL: libmudflap.c/fail9-frag.c (-static) output pattern test

=== libmudflap Summary for unix/-m64 ===

# of expected passes1797
# of unexpected failures2

=== libmudflap Summary ===

# of expected passes5395
# of unexpected failures2
=== libstdc++ tests ===


Running target unix
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++ Summary for unix ===

# of expected passes3399
# of unexpected successes   1

Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) testsuite on x86_64-pc-linux-gnu

2008-03-10 Thread Matthias Klose
LAST_UPDATED: 
Target: x86_64-linux-gnu
gcc version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 
Native configuration is x86_64-pc-linux-gnu

=== g++ tests ===


Running target unix
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator

=== g++ Summary for unix ===

# of expected passes17281
# of expected failures  82
# of unsupported tests  118

Running target unix/-fstack-protector
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator

=== g++ Summary for unix/-fstack-protector ===

# of expected passes17281
# of expected failures  82
# of unsupported tests  118

Running target unix/-m32
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator

=== g++ Summary for unix/-m32 ===

# of expected passes17366
# of expected failures  82
# of unsupported tests  89

=== g++ Summary ===

# of expected passes51928
# of expected failures  246
# of unsupported tests  325
/build/buildd/gcc-4.3-4.3.0/build/gcc/testsuite/g++/../../g++  version 4.3.1 
20080309 (prerelease) (Debian 4.3.0-1) 

=== gcc tests ===


Running target unix
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator

=== gcc Summary for unix ===

# of expected passes48645
# of expected failures  166
# of untested testcases 35
# of unsupported tests  380

Running target unix/-fstack-protector
WARNING: program timed out.
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator

=== gcc Summary for unix/-fstack-protector ===

# of expected passes48644
# of unexpected failures1
# of expected failures  166
# of untested testcases 35
# of unsupported tests  380

Running target unix/-m32
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator

=== gcc Summary for unix/-m32 ===

# of expected passes48784
# of expected failures  167
# of untested testcases 35
# of unsupported tests  266

=== gcc Summary ===

# of expected passes146073
# of unexpected failures1
# of expected failures  499
# of untested testcases 105
# of unsupported tests  1026
/build/buildd/gcc-4.3-4.3.0/build/gcc/xgcc  version 4.3.1 20080309 (prerelease) 
(Debian 4.3.0-1) 

=== gfortran tests ===


Running target unix

=== gfortran Summary for unix ===

# of expected passes23729
# of expected failures  3
# of unsupported tests  18

Running target unix/-fstack-protector

=== gfortran Summary for unix/-fstack-protector ===

# of expected passes23729
# of expected failures  3
# of unsupported tests  18

Running target unix/-m32

=== gfortran Summary for unix/-m32 ===

# of expected passes23731
# of expected failures  3
# of unsupported tests  16

=== gfortran Summary ===

# of expected passes71189
# of expected failures  9
# of unsupported tests  52
/build/buildd/gcc-4.3-4.3.0/build/gcc/testsuite/gfortran/../../gfortran  
version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 

=== obj-c++ tests ===


Running target unix
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary for unix ===

# of expected passes423
# of expected failures  23
# of unresolved testcases   3
# of unsupported tests  13

Running target unix/-fstack-protector
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary for unix/-fstack-protector ===

# of expected passes423
# of expected failures  23
# of unresolved testcases   3
# of unsupported tests  13

Running target unix/-m32
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary for unix/-m32 ===

# of expected passes437
# of expected failures  9
# of unresolved testcases   3
# of unsupported tests  13

=== obj-c++ Summary ===

# of expected passes 

Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) testsuite on ia64-unknown-linux-gnu

2008-03-10 Thread Matthias Klose
LAST_UPDATED: 
Target: ia64-linux-gnu
gcc version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 
Native configuration is ia64-unknown-linux-gnu

=== g++ tests ===


Running target unix
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator
FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump tree_profile "Indirect 
call -> direct call.* AA transformation on insn"
FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump tree_profile "Indirect 
call -> direct call.* AA transformation on insn"
FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump tree_profile "Indirect 
call -> direct call.* AA transformation on insn"
FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump tree_profile "Indirect 
call -> direct call.* AA transformation on insn"
FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump tree_profile "Indirect 
call -> direct call.* AA transformation on insn"
FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump tree_profile "Indirect 
call -> direct call.* AA transformation on insn"
FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump tree_profile "Indirect 
call -> direct call.* AA transformation on insn"

=== g++ Summary ===

# of expected passes16540
# of unexpected failures7
# of expected failures  82
# of unsupported tests  132
/build/buildd/gcc-4.3-4.3.0/build/gcc/testsuite/g++/../../g++  version 4.3.1 
20080309 (prerelease) (Debian 4.3.0-1) 

=== gcc tests ===


Running target unix
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator
FAIL: gcc.dg/builtin-apply4.c execution test
FAIL: gcc.dg/pr30643.c scan-assembler-not undefined
FAIL: gcc.dg/struct-ret-3.c execution test
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c  -O0  compilation 
failed to produce executable
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c  -O1  compilation 
failed to produce executable
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c  -O2  compilation 
failed to produce executable
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c  -O3 
-fomit-frame-pointer  compilation failed to produce executable
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c  -O3 -g  
compilation failed to produce executable
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c  -Os  compilation 
failed to produce executable
FAIL: gcc.dg/torture/fp-int-convert-float128.c  -O0  (test for excess errors)
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c  -O0  compilation failed 
to produce executable
FAIL: gcc.dg/torture/fp-int-convert-float128.c  -O1  (test for excess errors)
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c  -O1  compilation failed 
to produce executable
FAIL: gcc.dg/torture/fp-int-convert-float128.c  -O2  (test for excess errors)
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c  -O2  compilation failed 
to produce executable
FAIL: gcc.dg/torture/fp-int-convert-float128.c  -O3 -fomit-frame-pointer  (test 
for excess errors)
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c  -O3 -fomit-frame-pointer  
compilation failed to produce executable
FAIL: gcc.dg/torture/fp-int-convert-float128.c  -O3 -g  (test for excess errors)
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c  -O3 -g  compilation 
failed to produce executable
FAIL: gcc.dg/torture/fp-int-convert-float128.c  -Os  (test for excess errors)
UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c  -Os  compilation failed 
to produce executable
XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5
FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-times vect "vectorizing stmts using 
SLP" 1
FAIL: gcc.dg/vect/pr33953.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/pr33953.c scan-tree-dump-times vect "vectorizing stmts using 
SLP" 1
FAIL: gcc.dg/vect/vect-iv-6.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/vect-outer-4c.c scan-tree-dump-times vect "OUTER LOOP 
VECTORIZED" 1
FAIL: gcc.dg/vect/vect-outer-5.c scan-tree-dump-times vect "zero step in outer 
loop." 1
FAIL: gcc.dg/vect/vect-vfa-slp.c scan-tree-dump-times vect "vectorized 1 loops" 
1
FAIL: gcc.dg/vect/slp-15.c scan-tree-dump-times vect "vectorizing stmts using 
SLP" 2
FAIL: gcc.dg/vect/slp-25.c scan-tree-dump-times vect "Alignment of access 
forced using peeling" 2
FAIL: gcc.dg/vect/slp-3.c scan-tree-dump-times vect "vectorized 3 loops" 1
FAIL: gcc.dg/vect/slp-3.c scan-tree-dump-times vect "vectorizing stmts using 
SLP" 3
FAIL: gcc.dg/vect/no-vfa-pr29145.c scan-tree-dump-times vect "vectorized 0 
loops" 2
FAIL: gcc.dg/vect/no-vfa-pr29145.c scan-tree-dump-times vect "vectorized 1 
loops" 1
FAIL: gcc.dg/vect/no-vfa-vect-depend-1.c scan-tree-dump-times vect "vectorized 
1 loops" 1

=== gcc Summary ===

# of expected passes45926
# of unexpected failures24
# of unexpected successes

Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) libjava testsuite on x86_64-pc-linux-gnu

2008-03-10 Thread Matthias Klose
LAST_UPDATED: 
Target: x86_64-linux-gnu
gcc version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 
Native configuration is x86_64-pc-linux-gnu

=== libjava tests ===


Running target unix

=== libjava Summary for unix ===

# of expected passes2550

Running target unix/-fstack-protector

=== libjava Summary for unix/-fstack-protector ===

# of expected passes2550

=== libjava Summary ===

# of expected passes5100

Compiler version: 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) libjava 
Platform: x86_64-pc-linux-gnu
configure flags: linux gnu,g
BOOT_CFLAGS=


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version  Description
+++---==
ii  binutils 2.18.1~cvs20080103-1 The GNU 
assembler, linker and binary utilities
ii  libc62.7-9GNU C 
Library: Shared libraries


Patches that Debian applied in this version:

svn-updates:
  updates from the 4.3 branch upto 20080309.

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

gcc-driver-extra-langs:
  Add options and specs for languages that are not built from a source
  (but built from separate sources).

gcc-hash-style-both:
  Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, 
sparc)

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

libobjc-gc-link:
  Link libobjc_gc with libgcjgc_convenience.la.

libjava-stacktrace:
  libgcj: Lookup source file name and line number in separated
  debug files found in /usr/lib/debug

libjava-subdir:
  - Set the libjava sublibdir to /usr/lib/gcj-4.3
  - Set the default libgcj database dir to /var/lib/gcj-4.3

libjava-jnipath:
  - Add /usr/lib/jni to java.library.path.
  - When running the i386 binaries on amd64, look in
  - /usr/lib32/gcj-x.y and /usr/lib32/jni instead.

libjava-sjlj:
  Don't try to use _Unwind_Backtrace on SJLJ targets.
  See bug #387875, #388505, GCC PR 29206.

libjava-rpath:
  - Link ecjx with -rpath \$(dbexecdir)

libjava-jar:
  gjar: support @ arguments.

libjava-soname:
  Bump the libgcj soversion.

libjava-xulrunner1.9:
  Add configure check for xulrunner-1.9.

libffi-configure:
  Add --enable-libffi option to toplevel configure script

pr28102:
  Apply proposed fix for PR target/28102.

alpha-no-ev4-directive:

boehm-gc-getnprocs:
  boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback.

note-gnu-stack:
  Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc
  Taken from FC.

arm-unbreak-eabi-armv4t:
  Fix armv4t build on ARM

libjava-armel-ldflags:
  Adjust libjava extra_ldflags for armel.

pr24170:
  Fix PR libgcj/24170.

pr28322:
  Fix PR other/28322, GCC new warnings and compatibility.

libssp-gnu:
  GNU/k*BSD support

cpu-default-i486:
  set default 32bit ix86 architecture to i486

multiarch-include:
  biarch-include.dpatch
  
  Adds biarch include directories
  /usr/local/include/-linux-gnu
  /usr/include/-linux-gnu
  to the system include paths, depending on 32/64 bit mode.

gcc-ice-hack:
  Retry the build on an ice, save the calling options and preprocessed
  source when the ice is reproducible.

libjava-disable-static:
  Disable building the static libjava.

gcc-ice-apport:
  Report an ICE to apport (if apport is available
  and the environment variable GCC_NOAPPORT is not set)

libjava-nobiarch-check:
  For biarch builds, disable the testsuite for the non-default architecture
  for runtime libraries, which are not built by default (libjava).

config-ml:
  disable some biarch libraries for biarch builds

gcc-multilib64dir:
  Use lib instead of lib64 as multilibdir on amd64 and ppc64.

Counting all warnings,
there are 0 warnings in stage3 of this bootstrap.

Number of warnings per file:

Number of warning types:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) testsuite on mipsel-unknown-linux-gnu

2008-03-10 Thread Matthias Klose
LAST_UPDATED: 
Target: mipsel-linux-gnu
gcc version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 
Native configuration is mipsel-unknown-linux-gnu

=== g++ tests ===


Running target unix
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator

=== g++ Summary ===

# of expected passes17262
# of expected failures  82
# of unsupported tests  134
/build/buildd/gcc-4.3-4.3.0/build/gcc/testsuite/g++/../../g++  version 4.3.1 
20080309 (prerelease) (Debian 4.3.0-1) 

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O0 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O1 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -Os 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O0 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O1 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -Os 
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator

=== gcc Summary ===

# of expected passes47042
# of unexpected failures16
# of expected failures  90
# of untested testcases 35
# of unsupported tests  317
/build/buildd/gcc-4.3-4.3.0/build/gcc/xgcc  version 4.3.1 20080309 (prerelease) 
(Debian 4.3.0-1) 

=== gfortran tests ===


Running target unix

=== gfortran Summary ===

# of expected passes23474
# of expected failures  3
# of unsupported tests  124
/build/buildd/gcc-4.3-4.3.0/build/gcc/testsuite/gfortran/../../gfortran  
version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 

=== obj-c++ tests ===


Running target unix
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary ===

# of expected passes437
# of expected failures  9
# of unresolved testcases   3
# of unsupported tests  13
/build/buildd/gcc-4.3-4.3.0/build/gcc/testsuite/obj-c++/../../g++  version 
4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 

=== objc tests ===


Running target unix
WARNING: Could not compile objc.dg/gnu-encoding/struct-layout-encoding-1 
generator

=== objc Summary ===

# of expected passes1757
# of unsupported tests  24
/build/buildd/gcc-4.3-4.3.0/build/gcc/xgcc  version 4.3.1 20080309 (prerelease) 
(Debian 4.3.0-1) 

=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes1389
# of unsupported tests  10
=== libgomp tests ===


Running target unix
WARNING: program timed out.
FAIL: libgomp.c/appendix-a/a.18.1.c execution test
WARNING: program timed out.
FAIL: libgomp.fortran/appendix-a/a.18.1.f90  -O3 -fomit-frame-pointer 
-funroll-loops  execution test
FAIL: libgomp.fortran/reference1.f90  -O1  execution test
FAIL: libgomp.fortran/reference1.f90  -O2  execution test
FAIL: libgomp.fortran/reference1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: libgomp.fortran/reference1.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
FAIL: libgomp.fortran/reference1.f90  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  execution test
FAIL: libgomp.fortran/reference1.f90  -O3 -g  execution test
FAIL: libgomp.fortran/reference1.f90  -Os  execution test

=== libgomp Summary ===

# of expected passes1678
# of unexpected failures9
# of unsupported tests  7
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.c++/pass41-frag.cxx execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test

=== libmudflap Summary ===

# of expected passes1844
# of unexpected failures5
=== libstdc

Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) testsuite on s390-ibm-linux-gnu

2008-03-10 Thread Matthias Klose
LAST_UPDATED: 
Target: s390-linux-gnu
gcc version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 
Native configuration is s390-ibm-linux-gnu

=== g++ tests ===


Running target unix
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator
FAIL: g++.dg/other/anon5.C  (test for errors, line 19)
FAIL: g++.dg/other/anon5.C (test for excess errors)

=== g++ Summary for unix ===

# of expected passes17263
# of unexpected failures2
# of expected failures  82
# of unsupported tests  134

Running target unix/-fstack-protector
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator
FAIL: g++.dg/other/anon5.C  (test for errors, line 19)
FAIL: g++.dg/other/anon5.C (test for excess errors)

=== g++ Summary for unix/-fstack-protector ===

# of expected passes17263
# of unexpected failures2
# of expected failures  82
# of unsupported tests  134

Running target unix/-m64
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator

=== g++ Summary for unix/-m64 ===

# of expected passes17233
# of expected failures  82
# of unsupported tests  136

=== g++ Summary ===

# of expected passes51759
# of unexpected failures4
# of expected failures  246
# of unsupported tests  404
/build/buildd/gcc-4.3-4.3.0/build/gcc/testsuite/g++/../../g++  version 4.3.1 
20080309 (prerelease) (Debian 4.3.0-1) 

=== gcc tests ===


Running target unix
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator
FAIL: gcc.dg/uninit-13.c unconditional (test for warnings, line 8)
FAIL: gcc.dg/uninit-13.c (test for excess errors)
XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times optimized "link_error" 0

=== gcc Summary for unix ===

# of expected passes45500
# of unexpected failures2
# of unexpected successes   1
# of expected failures  90
# of untested testcases 35
# of unsupported tests  327

Running target unix/-fstack-protector
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (internal compiler error)
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator
FAIL: gcc.dg/uninit-13.c unconditional (test for warnings, line 8)
FAIL: gcc.dg/uninit-13.c (test for excess errors)
XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times optimized "link_error" 0

=== gcc Summary for unix/-fstack-protector ===

# of expected passes45499
# of unexpected failures4
# of unexpected successes   1
# of expected failures  90
# of untested testcases 35
# of unsupported tests  327

Running target unix/-m64
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator
FAIL: gcc.dg/uninit-13.c unconditional (test for warnings, line 8)
FAIL: gcc.dg/uninit-13.c (test for excess errors)
XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times optimized "link_error" 0
XPASS: gcc.dg/tree-ssa/sra-2.c scan-tree-dump-times optimized "link_error" 0
FAIL: gcc.target/s390/20020926-1.c (test for excess errors)
ERROR: gcc.target/s390/20020926-1.c: error executing dg-final: couldn't open 
"20020926-1.s": no such file or directory
UNRESOLVED: gcc.target/s390/20020926-1.c: error executing dg-final: couldn't 
open "20020926-1.s": no such file or directory

=== gcc Summary for unix/-m64 ===

# of expected passes45492
# of unexpected failures3
# of unexpected successes   2
# of expected failures  89
# of unresolved testcases   1
# of untested testcases 35
# of unsupported tests  328

=== gcc Summary ===

# of expected passes136491
# of unexpected failures9
# of unexpected successes   4
# of expected failures  269
# of unresolved testcases   1
# of untested testcases 105
# of unsupported tests  982
/build/buildd/gcc-4.3-4.3.0/build/gcc/xgcc  version 4.3.1 20080309 (prerelease) 
(Debian 4.3.0-1) 

=== gfortran tests ===


Running target unix

=== gfortran Summary for unix ===

# of expected passes23658
# of expected failures  3
# of unsupported tests  36

Running target unix/-fstack-protector

=== gfortran Summary for unix/-fstack-protector ===

# of expected passes23658
# of expected failures  3
# of unsupported tests  36

Running target unix/-m64

=== gfortran Summary for unix/-m64 ===

# of expected passes23690
# of expected failures  3
# of unsupported tests  20

=== gfortran Summary ===

# of expected passes71006
# of expected failures  9
# of unsupported tests  92
/build/build

Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) testsuite on mips-unknown-linux-gnu

2008-03-10 Thread Matthias Klose
LAST_UPDATED: 
Target: mips-linux-gnu
gcc version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 
Native configuration is mips-unknown-linux-gnu

=== g++ tests ===


Running target unix
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator

=== g++ Summary ===

# of expected passes17262
# of expected failures  82
# of unsupported tests  134
/build/buildd/gcc-4.3-4.3.0/build/gcc/testsuite/g++/../../g++  version 4.3.1 
20080309 (prerelease) (Debian 4.3.0-1) 

=== gcc tests ===


Running target unix
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator

=== gcc Summary ===

# of expected passes47058
# of expected failures  90
# of untested testcases 35
# of unsupported tests  317
/build/buildd/gcc-4.3-4.3.0/build/gcc/xgcc  version 4.3.1 20080309 (prerelease) 
(Debian 4.3.0-1) 

=== gfortran tests ===


Running target unix

=== gfortran Summary ===

# of expected passes23474
# of expected failures  3
# of unsupported tests  124
/build/buildd/gcc-4.3-4.3.0/build/gcc/testsuite/gfortran/../../gfortran  
version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 

=== obj-c++ tests ===


Running target unix
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary ===

# of expected passes437
# of expected failures  9
# of unresolved testcases   3
# of unsupported tests  13
/build/buildd/gcc-4.3-4.3.0/build/gcc/testsuite/obj-c++/../../g++  version 
4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 

=== objc tests ===


Running target unix
WARNING: Could not compile objc.dg/gnu-encoding/struct-layout-encoding-1 
generator

=== objc Summary ===

# of expected passes1757
# of unsupported tests  24
/build/buildd/gcc-4.3-4.3.0/build/gcc/xgcc  version 4.3.1 20080309 (prerelease) 
(Debian 4.3.0-1) 

=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes1389
# of unsupported tests  10
=== libgomp tests ===


Running target unix
WARNING: program timed out.
FAIL: libgomp.c/appendix-a/a.18.1.c execution test
WARNING: program timed out.
FAIL: libgomp.c/copyin-3.c execution test
WARNING: program timed out.
FAIL: libgomp.c/pr24455.c execution test
WARNING: program timed out.
FAIL: libgomp.c++/copyin-1.C  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
WARNING: program timed out.
FAIL: libgomp.c++/copyin-2.C  -Os  execution test
WARNING: program timed out.
FAIL: libgomp.c++/ctor-2.C  -O3 -fomit-frame-pointer -funroll-loops  execution 
test
WARNING: program timed out.
FAIL: libgomp.c++/ctor-9.C  -O0  execution test
WARNING: program timed out.
FAIL: libgomp.fortran/appendix-a/a.18.1.f90  -O3 -fomit-frame-pointer 
-funroll-loops  execution test
WARNING: program timed out.
FAIL: libgomp.fortran/do1.f90  -O1  execution test
WARNING: program timed out.
FAIL: libgomp.fortran/omp_parse1.f90  -O0  execution test
WARNING: program timed out.
FAIL: libgomp.fortran/omp_parse1.f90  -Os  execution test
WARNING: program timed out.
FAIL: libgomp.fortran/reduction1.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
FAIL: libgomp.fortran/reference1.f90  -O1  execution test
FAIL: libgomp.fortran/reference1.f90  -O2  execution test
FAIL: libgomp.fortran/reference1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: libgomp.fortran/reference1.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
FAIL: libgomp.fortran/reference1.f90  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  execution test
FAIL: libgomp.fortran/reference1.f90  -O3 -g  execution test
FAIL: libgomp.fortran/reference1.f90  -Os  execution test
WARNING: program timed out.
FAIL: libgomp.fortran/vla2.f90  -O2  execution test
WARNING: program timed out.
FAIL: libgomp.fortran/vla6.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test

=== libgomp Summary ===

# of expected passes1666
# of unexpected failures21
# of unsupported tests  7
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.c++/pass41-frag.cxx execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
WARNING: program timed out.
FAIL: libmudflap.cth/pass40-frag.c (-static -DSTATIC) execution test
FAIL: libmudflap.cth/pass40-frag.c (-static -DSTATIC) output pattern

Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) libjava testsuite on s390-ibm-linux-gnu

2008-03-10 Thread Matthias Klose
LAST_UPDATED: 
Target: s390-linux-gnu
gcc version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 
Native configuration is s390-ibm-linux-gnu

=== libjava tests ===


Running target unix

=== libjava Summary for unix ===

# of expected passes2550

Running target unix/-fstack-protector

=== libjava Summary for unix/-fstack-protector ===

# of expected passes2550

=== libjava Summary ===

# of expected passes5100

Compiler version: 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) libjava 
Platform: s390-ibm-linux-gnu
configure flags: linux gnu,g
BOOT_CFLAGS=


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version  Description
+++-=--==
ii  binutils  2.18.1~cvs20080103-1 The GNU assembler, 
linker and binary utilities
ii  libc6 2.7-9GNU C Library: 
Shared libraries


Patches that Debian applied in this version:

svn-updates:
  updates from the 4.3 branch upto 20080309.

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

gcc-driver-extra-langs:
  Add options and specs for languages that are not built from a source
  (but built from separate sources).

gcc-hash-style-both:
  Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, 
sparc)

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

libobjc-gc-link:
  Link libobjc_gc with libgcjgc_convenience.la.

libjava-stacktrace:
  libgcj: Lookup source file name and line number in separated
  debug files found in /usr/lib/debug

libjava-subdir:
  - Set the libjava sublibdir to /usr/lib/gcj-4.3
  - Set the default libgcj database dir to /var/lib/gcj-4.3

libjava-jnipath:
  - Add /usr/lib/jni to java.library.path.
  - When running the i386 binaries on amd64, look in
  - /usr/lib32/gcj-x.y and /usr/lib32/jni instead.

libjava-sjlj:
  Don't try to use _Unwind_Backtrace on SJLJ targets.
  See bug #387875, #388505, GCC PR 29206.

libjava-rpath:
  - Link ecjx with -rpath \$(dbexecdir)

libjava-jar:
  gjar: support @ arguments.

libjava-soname:
  Bump the libgcj soversion.

libjava-xulrunner1.9:
  Add configure check for xulrunner-1.9.

libffi-configure:
  Add --enable-libffi option to toplevel configure script

pr28102:
  Apply proposed fix for PR target/28102.

alpha-no-ev4-directive:

boehm-gc-getnprocs:
  boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback.

note-gnu-stack:
  Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc
  Taken from FC.

arm-unbreak-eabi-armv4t:
  Fix armv4t build on ARM

libjava-armel-ldflags:
  Adjust libjava extra_ldflags for armel.

pr24170:
  Fix PR libgcj/24170.

pr28322:
  Fix PR other/28322, GCC new warnings and compatibility.

libssp-gnu:
  GNU/k*BSD support

cpu-default-i486:
  set default 32bit ix86 architecture to i486

multiarch-include:
  biarch-include.dpatch
  
  Adds biarch include directories
  /usr/local/include/-linux-gnu
  /usr/include/-linux-gnu
  to the system include paths, depending on 32/64 bit mode.

gcc-ice-hack:
  Retry the build on an ice, save the calling options and preprocessed
  source when the ice is reproducible.

libjava-disable-static:
  Disable building the static libjava.

gcc-ice-apport:
  Report an ICE to apport (if apport is available
  and the environment variable GCC_NOAPPORT is not set)

libjava-nobiarch-check:
  For biarch builds, disable the testsuite for the non-default architecture
  for runtime libraries, which are not built by default (libjava).

config-ml:
  disable some biarch libraries for biarch builds

s390-biarch:
  enable biarch for 31 bit compiler

Counting all warnings,
there are 0 warnings in stage3 of this bootstrap.

Number of warnings per file:

Number of warning types:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) libjava testsuite on ia64-unknown-linux-gnu

2008-03-10 Thread Matthias Klose
LAST_UPDATED: 
Target: ia64-linux-gnu
gcc version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 
Native configuration is ia64-unknown-linux-gnu

=== libjava tests ===


Running target unix
FAIL: getlocalvartable output
FAIL: Throw_3 -O3 output - source compiled test
FAIL: Throw_3 -O3 -findirect-dispatch output - source compiled test

=== libjava Summary ===

# of expected passes2547
# of unexpected failures3

Compiler version: 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) libjava 
Platform: ia64-unknown-linux-gnu
configure flags: linux gnu,g
BOOT_CFLAGS=


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version  Description
+++-=--==
ii  binutils  2.18.1~cvs20080103-1 The GNU assembler, 
linker and binary utilities
ii  libc6.1   2.7-8GNU C Library: 
Shared libraries


Patches that Debian applied in this version:

svn-updates:
  updates from the 4.3 branch upto 20080309.

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

gcc-driver-extra-langs:
  Add options and specs for languages that are not built from a source
  (but built from separate sources).

gcc-hash-style-both:
  Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, 
sparc)

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

libobjc-gc-link:
  Link libobjc_gc with libgcjgc_convenience.la.

libjava-stacktrace:
  libgcj: Lookup source file name and line number in separated
  debug files found in /usr/lib/debug

libjava-subdir:
  - Set the libjava sublibdir to /usr/lib/gcj-4.3
  - Set the default libgcj database dir to /var/lib/gcj-4.3

libjava-jnipath:
  - Add /usr/lib/jni to java.library.path.
  - When running the i386 binaries on amd64, look in
  - /usr/lib32/gcj-x.y and /usr/lib32/jni instead.

libjava-sjlj:
  Don't try to use _Unwind_Backtrace on SJLJ targets.
  See bug #387875, #388505, GCC PR 29206.

libjava-rpath:
  - Link ecjx with -rpath \$(dbexecdir)

libjava-jar:
  gjar: support @ arguments.

libjava-soname:
  Bump the libgcj soversion.

libjava-xulrunner1.9:
  Add configure check for xulrunner-1.9.

libffi-configure:
  Add --enable-libffi option to toplevel configure script

pr28102:
  Apply proposed fix for PR target/28102.

alpha-no-ev4-directive:

boehm-gc-getnprocs:
  boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback.

note-gnu-stack:
  Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc
  Taken from FC.

arm-unbreak-eabi-armv4t:
  Fix armv4t build on ARM

libjava-armel-ldflags:
  Adjust libjava extra_ldflags for armel.

pr24170:
  Fix PR libgcj/24170.

pr28322:
  Fix PR other/28322, GCC new warnings and compatibility.

pr27880:
  PR target/27880: Restore static linking on ia64 with system libunwind
  by adding unwind-compat to the static libgcc.

cpu-default-i486:
  set default 32bit ix86 architecture to i486

multiarch-include:
  biarch-include.dpatch
  
  Adds biarch include directories
  /usr/local/include/-linux-gnu
  /usr/include/-linux-gnu
  to the system include paths, depending on 32/64 bit mode.

gcc-ice-hack:
  Retry the build on an ice, save the calling options and preprocessed
  source when the ice is reproducible.

libjava-disable-static:
  Disable building the static libjava.

gcc-ice-apport:
  Report an ICE to apport (if apport is available
  and the environment variable GCC_NOAPPORT is not set)

Counting all warnings,
there are 0 warnings in stage3 of this bootstrap.

Number of warnings per file:

Number of warning types:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Results for 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) libjava testsuite on mips-unknown-linux-gnu

2008-03-10 Thread Matthias Klose
LAST_UPDATED: 
Target: mips-linux-gnu
gcc version 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) 
Native configuration is mips-unknown-linux-gnu

=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes2550

Compiler version: 4.3.1 20080309 (prerelease) (Debian 4.3.0-1) libjava 
Platform: mips-unknown-linux-gnu
configure flags: linux gnu,g
BOOT_CFLAGS=


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion 
 Description
+++-===--==
ii  binutils
2.18.1~cvs20080103-1 The GNU assembler, linker and binary utilities
ii  libc6   2.7-9   
 GNU C Library: Shared libraries


Patches that Debian applied in this version:

svn-updates:
  updates from the 4.3 branch upto 20080309.

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

gcc-driver-extra-langs:
  Add options and specs for languages that are not built from a source
  (but built from separate sources).

gcc-hash-style-both:
  Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, 
sparc)

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

libobjc-gc-link:
  Link libobjc_gc with libgcjgc_convenience.la.

libjava-stacktrace:
  libgcj: Lookup source file name and line number in separated
  debug files found in /usr/lib/debug

libjava-subdir:
  - Set the libjava sublibdir to /usr/lib/gcj-4.3
  - Set the default libgcj database dir to /var/lib/gcj-4.3

libjava-jnipath:
  - Add /usr/lib/jni to java.library.path.
  - When running the i386 binaries on amd64, look in
  - /usr/lib32/gcj-x.y and /usr/lib32/jni instead.

libjava-sjlj:
  Don't try to use _Unwind_Backtrace on SJLJ targets.
  See bug #387875, #388505, GCC PR 29206.

libjava-rpath:
  - Link ecjx with -rpath \$(dbexecdir)

libjava-jar:
  gjar: support @ arguments.

libjava-soname:
  Bump the libgcj soversion.

libjava-xulrunner1.9:
  Add configure check for xulrunner-1.9.

libffi-configure:
  Add --enable-libffi option to toplevel configure script

pr28102:
  Apply proposed fix for PR target/28102.

alpha-no-ev4-directive:

boehm-gc-getnprocs:
  boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback.

note-gnu-stack:
  Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc
  Taken from FC.

arm-unbreak-eabi-armv4t:
  Fix armv4t build on ARM

libjava-armel-ldflags:
  Adjust libjava extra_ldflags for armel.

pr24170:
  Fix PR libgcj/24170.

pr28322:
  Fix PR other/28322, GCC new warnings and compatibility.

cpu-default-i486:
  set default 32bit ix86 architecture to i486

multiarch-include:
  biarch-include.dpatch
  
  Adds biarch include directories
  /usr/local/include/-linux-gnu
  /usr/include/-linux-gnu
  to the system include paths, depending on 32/64 bit mode.

gcc-ice-hack:
  Retry the build on an ice, save the calling options and preprocessed
  source when the ice is reproducible.

libjava-disable-static:
  Disable building the static libjava.

gcc-ice-apport:
  Report an ICE to apport (if apport is available
  and the environment variable GCC_NOAPPORT is not set)

Counting all warnings,
there are 0 warnings in stage3 of this bootstrap.

Number of warnings per file:

Number of warning types:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of gcc-4.1_4.1.2-21_multi.changes

2008-03-10 Thread Archive Administrator
gcc-4.1_4.1.2-21_multi.changes uploaded successfully to localhost
along with the files:
  gcc-4.1-multilib_4.1.2-21_powerpc.deb
  libstdc++6-4.1-dbg_4.1.2-21_i386.deb
  gcc-4.1-base_4.1.2-21_powerpc.deb
  gcc-4.1_4.1.2-21.dsc
  gcc-4.1-locales_4.1.2-21_all.deb
  libstdc++6-4.1-doc_4.1.2-21_all.deb
  libstdc++6-4.1-pic_4.1.2-21_i386.deb
  gcc-4.1-multilib_4.1.2-21_i386.deb
  gcc-4.1_4.1.2-21_i386.deb
  gcc-4.1_4.1.2-21_powerpc.deb
  lib64stdc++6-4.1-dbg_4.1.2-21_i386.deb
  g++-4.1-multilib_4.1.2-21_i386.deb
  gcc-4.1_4.1.2-21.diff.gz
  lib64stdc++6-4.1-dbg_4.1.2-21_powerpc.deb
  g++-4.1_4.1.2-21_i386.deb
  cpp-4.1_4.1.2-21_i386.deb
  gcc-4.1-source_4.1.2-21_all.deb
  g++-4.1-multilib_4.1.2-21_powerpc.deb
  libstdc++6-4.1-dev_4.1.2-21_i386.deb
  libstdc++6-4.1-dbg_4.1.2-21_powerpc.deb
  cpp-4.1_4.1.2-21_powerpc.deb
  libstdc++6-4.1-dev_4.1.2-21_powerpc.deb
  gcc-4.1-base_4.1.2-21_i386.deb
  g++-4.1_4.1.2-21_powerpc.deb
  libstdc++6-4.1-pic_4.1.2-21_powerpc.deb
  libmudflap0-dev_4.1.2-21_i386.deb
  libmudflap0-dev_4.1.2-21_powerpc.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-4.1_4.1.2-21_multi.changes ACCEPTED

2008-03-10 Thread Debian Installer

Accepted:
cpp-4.1_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.2-21_i386.deb
cpp-4.1_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.2-21_powerpc.deb
g++-4.1-multilib_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/g++-4.1-multilib_4.1.2-21_i386.deb
g++-4.1-multilib_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/g++-4.1-multilib_4.1.2-21_powerpc.deb
g++-4.1_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.2-21_i386.deb
g++-4.1_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.2-21_powerpc.deb
gcc-4.1-base_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.2-21_i386.deb
gcc-4.1-base_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.2-21_powerpc.deb
gcc-4.1-locales_4.1.2-21_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-locales_4.1.2-21_all.deb
gcc-4.1-multilib_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1-multilib_4.1.2-21_i386.deb
gcc-4.1-multilib_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1-multilib_4.1.2-21_powerpc.deb
gcc-4.1-source_4.1.2-21_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-source_4.1.2-21_all.deb
gcc-4.1_4.1.2-21.diff.gz
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.2-21.diff.gz
gcc-4.1_4.1.2-21.dsc
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.2-21.dsc
gcc-4.1_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.2-21_i386.deb
gcc-4.1_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.2-21_powerpc.deb
lib64stdc++6-4.1-dbg_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/lib64stdc++6-4.1-dbg_4.1.2-21_i386.deb
lib64stdc++6-4.1-dbg_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/lib64stdc++6-4.1-dbg_4.1.2-21_powerpc.deb
libmudflap0-dev_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/libmudflap0-dev_4.1.2-21_i386.deb
libmudflap0-dev_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/libmudflap0-dev_4.1.2-21_powerpc.deb
libstdc++6-4.1-dbg_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/libstdc++6-4.1-dbg_4.1.2-21_i386.deb
libstdc++6-4.1-dbg_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/libstdc++6-4.1-dbg_4.1.2-21_powerpc.deb
libstdc++6-4.1-dev_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/libstdc++6-4.1-dev_4.1.2-21_i386.deb
libstdc++6-4.1-dev_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/libstdc++6-4.1-dev_4.1.2-21_powerpc.deb
libstdc++6-4.1-doc_4.1.2-21_all.deb
  to pool/main/g/gcc-4.1/libstdc++6-4.1-doc_4.1.2-21_all.deb
libstdc++6-4.1-pic_4.1.2-21_i386.deb
  to pool/main/g/gcc-4.1/libstdc++6-4.1-pic_4.1.2-21_i386.deb
libstdc++6-4.1-pic_4.1.2-21_powerpc.deb
  to pool/main/g/gcc-4.1/libstdc++6-4.1-pic_4.1.2-21_powerpc.deb


Override entries for your package:
cpp-4.1_4.1.2-21_i386.deb - optional interpreters
cpp-4.1_4.1.2-21_powerpc.deb - optional interpreters
g++-4.1-multilib_4.1.2-21_i386.deb - optional devel
g++-4.1-multilib_4.1.2-21_powerpc.deb - optional devel
g++-4.1_4.1.2-21_i386.deb - optional devel
g++-4.1_4.1.2-21_powerpc.deb - optional devel
gcc-4.1-base_4.1.2-21_i386.deb - optional libs
gcc-4.1-base_4.1.2-21_powerpc.deb - optional libs
gcc-4.1-locales_4.1.2-21_all.deb - optional devel
gcc-4.1-multilib_4.1.2-21_i386.deb - optional devel
gcc-4.1-multilib_4.1.2-21_powerpc.deb - optional devel
gcc-4.1-source_4.1.2-21_all.deb - optional devel
gcc-4.1_4.1.2-21.dsc - source devel
gcc-4.1_4.1.2-21_i386.deb - optional devel
gcc-4.1_4.1.2-21_powerpc.deb - optional devel
lib64stdc++6-4.1-dbg_4.1.2-21_i386.deb - extra libdevel
lib64stdc++6-4.1-dbg_4.1.2-21_powerpc.deb - extra libdevel
libmudflap0-dev_4.1.2-21_i386.deb - optional libdevel
libmudflap0-dev_4.1.2-21_powerpc.deb - optional libdevel
libstdc++6-4.1-dbg_4.1.2-21_i386.deb - extra libdevel
libstdc++6-4.1-dbg_4.1.2-21_powerpc.deb - extra libdevel
libstdc++6-4.1-dev_4.1.2-21_i386.deb - optional libdevel
libstdc++6-4.1-dev_4.1.2-21_powerpc.deb - optional libdevel
libstdc++6-4.1-doc_4.1.2-21_all.deb - optional doc
libstdc++6-4.1-pic_4.1.2-21_i386.deb - extra libdevel
libstdc++6-4.1-pic_4.1.2-21_powerpc.deb - extra libdevel

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]