Bug#372913: gcc-4.1: datatype limits / signedness differs with optimization levels

2006-06-12 Thread Erik Meusel
Package: gcc-4.1
Version: 4.1.1-2
Severity: critical
Justification: breaks unrelated software

Use this little example to see what's happening:

#include 

int main(void) {
char c = '\0';

do {
printf("%d\n", c);

c++;
} while (c != '\0');

return 0;
}

- using -O0 as optimization level with gcc-4.1 works as expected: the values 
change from 0 over 127, -128 (because of the signedness) back to 0
- using -O1 with gcc-4.1 makes the values go from 0 to 255
- using -O2 (or higher) results in an infinite loop

This also occurs in gcc-snapshot and does not in gcc < 4.1.

Regards,
Erik

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages gcc-4.1 depends on:
ii  binutils 2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii  cpp-4.1  4.1.1-2 The GNU C preprocessor
ii  gcc-4.1-base 4.1.1-2 The GNU Compiler Collection (base 
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-2   GCC support library

Versions of packages gcc-4.1 recommends:
ii  libc6-dev 2.3.6-15   GNU C Library: Development Librari
ii  libmudflap0-dev   4.1.1-2GCC mudflap support libraries (dev
ii  libssp0-dev   4.1.1-2GCC stack smashing protection libr

-- no debconf information


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



Bug#372913: assembler output...

2006-06-12 Thread Erik Meusel
I made a diff of the assembler code with -O0 and -O2:

 1  --- test_O0 2006-06-12 15:30:56.0 +0200
 2  +++ test_O2 2006-06-12 15:30:49.0 +0200
 3  @@ -1,5 +1,6 @@
 4  .file   "test.c"
 5  .text
 6  +   .p2align 4,,15
 7   .globl main
 8  .type   main, @function
 9   main:
10  @@ -9,18 +10,8 @@
11  pushl   %ebp
12  movl%esp, %ebp
13  pushl   %ecx
14  -   subl$16, %esp
15  -   movb$0, -5(%ebp)
16   .L2:
17  -   incb-5(%ebp)
18  -   cmpb$0, -5(%ebp)
19  -   jne .L2
20  -   movl$0, %eax
21  -   addl$16, %esp
22  -   popl%ecx
23  -   popl%ebp
24  -   leal-4(%ecx), %esp
25  -   ret
26  +   jmp .L2
27  .size   main, .-main
28  .ident  "GCC: (GNU) 4.1.2 20060604 (prerelease) (Debian 
4.1.1-2)"
29  .section.note.GNU-stack,"",@progbits

Seems like it "optimizes" the essential comparision around line 18...


Regards,
Erik


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



Bug#372913: gcc-4.1: datatype limits / signedness differs with optimization levels

2006-06-12 Thread Erik Meusel
Am Montag, 12. Juni 2006 18:24 schrieb Bastian Blank:
> char is neither signed nor unsigned. Only unsigned have defined overflow
> behaviour.
>
> > } while (c != '\0');
> >
> > return 0;
> > }

Alright, but why does this work differently using different versions of gcc or 
different optimization levels?

Regards,
Erik


pgpYDyVCNbGfI.pgp
Description: PGP signature


Bug#372913: gcc-4.1: datatype limits / signedness differs with optimization levels

2006-06-12 Thread Bastian Blank
On Mon, Jun 12, 2006 at 06:39:27PM +0200, Erik Meusel wrote:
> Alright, but why does this work differently using different versions of gcc 
> or 
> different optimization levels?

That is the meaning of undefined behaviour. You can't predict anything.
Therefor gcc is free to remove tests if it does not violate the defined
and documented behaviour.

Bastian

PS: Please close the bug.

-- 
Conquest is easy. Control is not.
-- Kirk, "Mirror, Mirror", stardate unknown


signature.asc
Description: Digital signature


Bug#372913: gcc-4.1: datatype limits / signedness differs with optimization levels

2006-06-12 Thread Bastian Blank
On Mon, Jun 12, 2006 at 03:01:39PM +0200, Erik Meusel wrote:
> Use this little example to see what's happening:
> 
> #include 
> 
> int main(void) {
> char c = '\0';
> 
> do {
> printf("%d\n", c);

%d is for int, not char: UB.

> c++;

char is neither signed nor unsigned. Only unsigned have defined overflow
behaviour.

> } while (c != '\0');
> 
> return 0;
> }

Bastian

-- 
Power is danger.
-- The Centurion, "Balance of Terror", stardate 1709.2


signature.asc
Description: Digital signature


Processing of gcc-4.1_4.1.1-3_multi.changes

2006-06-12 Thread Archive Administrator
gcc-4.1_4.1.1-3_multi.changes uploaded successfully to localhost
along with the files:
  libssp0-dev_4.1.1-3_i386.deb
  lib64ssp0_4.1.1-3_i386.deb
  gcc-4.1-locales_4.1.1-3_all.deb
  lib64ssp0_4.1.1-3_powerpc.deb
  gpc-2.1-4.1_4.1.1-3_hppa.deb
  gcc-4.1_4.1.1-3_powerpc.deb
  gobjc-4.1_4.1.1-3_powerpc.deb
  libssp0_4.1.1-3_i386.deb
  libgnatvsn4.1_4.1.1-3_i386.deb
  libgnatvsn4.1_4.1.1-3_powerpc.deb
  lib64ffi4_4.1.1-3_powerpc.deb
  gobjc-4.1_4.1.1-3_i386.deb
  protoize_4.1.1-3_hppa.deb
  libstdc++6-4.1-dbg_4.1.1-3_i386.deb
  gnat-4.1_4.1.1-3_hppa.deb
  treelang-4.1_4.1.1-3_hppa.deb
  libgnatprj4.1_4.1.1-3_i386.deb
  lib64stdc++6-4.1-dbg_4.1.1-3_i386.deb
  fastjar_4.1.1-3_i386.deb
  libobjc1_4.1.1-3_i386.deb
  libstdc++6_4.1.1-3_powerpc.deb
  g++-4.1_4.1.1-3_i386.deb
  lib64stdc++6_4.1.1-3_i386.deb
  libstdc++6-4.1-dbg_4.1.1-3_hppa.deb
  libgfortran1-dev_4.1.1-3_powerpc.deb
  libstdc++6-4.1-dev_4.1.1-3_i386.deb
  libffi4-dev_4.1.1-3_i386.deb
  treelang-4.1_4.1.1-3_powerpc.deb
  libstdc++6_4.1.1-3_hppa.deb
  libgnatprj4.1_4.1.1-3_powerpc.deb
  libstdc++6-4.1-pic_4.1.1-3_hppa.deb
  libgnatvsn-dev_4.1.1-3_powerpc.deb
  gnat-4.1_4.1.1-3_powerpc.deb
  gcc-4.1-base_4.1.1-3_powerpc.deb
  gfortran-4.1-doc_4.1.1-3_all.deb
  lib64gfortran1_4.1.1-3_i386.deb
  lib64gcc1_4.1.1-3_powerpc.deb
  fastjar_4.1.1-3_powerpc.deb
  lib64objc1_4.1.1-3_powerpc.deb
  libssp0_4.1.1-3_powerpc.deb
  fixincludes_4.1.1-3_hppa.deb
  lib64gcc1_4.1.1-3_i386.deb
  libffi4_4.1.1-3_i386.deb
  libstdc++6-4.1-dev_4.1.1-3_powerpc.deb
  gcc-4.1-doc_4.1.1-3_all.deb
  gcc-4.1_4.1.1-3.dsc
  fixincludes_4.1.1-3_powerpc.deb
  libstdc++6-4.1-doc_4.1.1-3_all.deb
  libgnat-4.1_4.1.1-3_powerpc.deb
  gcc-4.1-base_4.1.1-3_i386.deb
  protoize_4.1.1-3_i386.deb
  libmudflap0-dev_4.1.1-3_i386.deb
  libgnatprj-dev_4.1.1-3_hppa.deb
  libgfortran1_4.1.1-3_hppa.deb
  libffi4_4.1.1-3_powerpc.deb
  libgcc1_4.1.1-3_powerpc.deb
  libobjc1_4.1.1-3_hppa.deb
  libgnatvsn-dev_4.1.1-3_hppa.deb
  fastjar_4.1.1-3_hppa.deb
  gpc-2.1-4.1-doc_4.1.1-3_all.deb
  lib64mudflap0_4.1.1-3_i386.deb
  gcc-4.1-source_4.1.1-3_all.deb
  libmudflap0_4.1.1-3_i386.deb
  libmudflap0-dev_4.1.1-3_hppa.deb
  gfortran-4.1_4.1.1-3_hppa.deb
  fixincludes_4.1.1-3_i386.deb
  libgnatprj4.1_4.1.1-3_hppa.deb
  lib64mudflap0_4.1.1-3_powerpc.deb
  libgfortran1_4.1.1-3_i386.deb
  cpp-4.1_4.1.1-3_i386.deb
  cpp-4.1-doc_4.1.1-3_all.deb
  gnat-4.1_4.1.1-3_i386.deb
  lib64objc1_4.1.1-3_i386.deb
  cpp-4.1_4.1.1-3_hppa.deb
  gfortran-4.1_4.1.1-3_powerpc.deb
  protoize_4.1.1-3_powerpc.deb
  treelang-4.1_4.1.1-3_i386.deb
  lib64gfortran1_4.1.1-3_powerpc.deb
  libgcc4_4.1.1-3_hppa.deb
  gfortran-4.1_4.1.1-3_i386.deb
  libmudflap0-dev_4.1.1-3_powerpc.deb
  gnat-4.1-doc_4.1.1-3_all.deb
  libffi4-dev_4.1.1-3_powerpc.deb
  libgnatvsn4.1_4.1.1-3_hppa.deb
  libstdc++6_4.1.1-3_i386.deb
  gcc-4.1-hppa64_4.1.1-3_hppa.deb
  g++-4.1_4.1.1-3_hppa.deb
  gobjc++-4.1_4.1.1-3_hppa.deb
  libobjc1_4.1.1-3_powerpc.deb
  libstdc++6-4.1-pic_4.1.1-3_powerpc.deb
  libffi4-dev_4.1.1-3_hppa.deb
  libstdc++6-4.1-dbg_4.1.1-3_powerpc.deb
  cpp-4.1_4.1.1-3_powerpc.deb
  lib64ffi4_4.1.1-3_i386.deb
  gobjc-4.1_4.1.1-3_hppa.deb
  lib64stdc++6_4.1.1-3_powerpc.deb
  libgnatvsn-dev_4.1.1-3_i386.deb
  libmudflap0_4.1.1-3_hppa.deb
  libgcc1_4.1.1-3_i386.deb
  libgfortran1_4.1.1-3_powerpc.deb
  gpc-2.1-4.1_4.1.1-3_i386.deb
  gcc-4.1_4.1.1-3.diff.gz
  gobjc++-4.1_4.1.1-3_i386.deb
  libstdc++6-4.1-dev_4.1.1-3_hppa.deb
  libgnatprj-dev_4.1.1-3_powerpc.deb
  g++-4.1_4.1.1-3_powerpc.deb
  libgnat-4.1_4.1.1-3_i386.deb
  gcc-4.1_4.1.1-3_hppa.deb
  lib64stdc++6-4.1-dbg_4.1.1-3_powerpc.deb
  libssp0-dev_4.1.1-3_powerpc.deb
  libgnat-4.1_4.1.1-3_hppa.deb
  libgfortran1-dev_4.1.1-3_i386.deb
  libmudflap0_4.1.1-3_powerpc.deb
  libssp0-dev_4.1.1-3_hppa.deb
  libgnatprj-dev_4.1.1-3_i386.deb
  gcc-4.1-base_4.1.1-3_hppa.deb
  libstdc++6-4.1-pic_4.1.1-3_i386.deb
  libgfortran1-dev_4.1.1-3_hppa.deb
  gcc-4.1_4.1.1-3_i386.deb
  gobjc++-4.1_4.1.1-3_powerpc.deb
  libffi4_4.1.1-3_hppa.deb
  libssp0_4.1.1-3_hppa.deb

Greetings,

Your Debian queue daemon


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



gcc-4.1 override disparity

2006-06-12 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

gcc-4.1-base_4.1.1-3_hppa.deb: package says section is libs, override says 
devel.
gcc-4.1-base_4.1.1-3_i386.deb: package says section is libs, override says 
devel.
gcc-4.1-base_4.1.1-3_powerpc.deb: package says section is libs, override says 
devel.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])


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



gcc-4.1_4.1.1-3_multi.changes ACCEPTED

2006-06-12 Thread Debian Installer

Accepted:
cpp-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/cpp-4.1-doc_4.1.1-3_all.deb
cpp-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_hppa.deb
cpp-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_i386.deb
cpp-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_powerpc.deb
fastjar_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_hppa.deb
fastjar_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_i386.deb
fastjar_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_powerpc.deb
fixincludes_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_hppa.deb
fixincludes_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_i386.deb
fixincludes_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_powerpc.deb
g++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_hppa.deb
g++-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_i386.deb
g++-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_powerpc.deb
gcc-4.1-base_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_hppa.deb
gcc-4.1-base_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_i386.deb
gcc-4.1-base_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_powerpc.deb
gcc-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-doc_4.1.1-3_all.deb
gcc-4.1-hppa64_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-hppa64_4.1.1-3_hppa.deb
gcc-4.1-locales_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-locales_4.1.1-3_all.deb
gcc-4.1-source_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-source_4.1.1-3_all.deb
gcc-4.1_4.1.1-3.diff.gz
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.diff.gz
gcc-4.1_4.1.1-3.dsc
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.dsc
gcc-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_hppa.deb
gcc-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_i386.deb
gcc-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_powerpc.deb
gfortran-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gfortran-4.1-doc_4.1.1-3_all.deb
gfortran-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_hppa.deb
gfortran-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_i386.deb
gfortran-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_powerpc.deb
gnat-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gnat-4.1-doc_4.1.1-3_all.deb
gnat-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_hppa.deb
gnat-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_i386.deb
gnat-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_powerpc.deb
gobjc++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gobjc++-4.1_4.1.1-3_hppa.deb
gobjc++-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gobjc++-4.1_4.1.1-3_i386.deb
gobjc++-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gobjc++-4.1_4.1.1-3_powerpc.deb
gobjc-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gobjc-4.1_4.1.1-3_hppa.deb
gobjc-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gobjc-4.1_4.1.1-3_i386.deb
gobjc-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gobjc-4.1_4.1.1-3_powerpc.deb
gpc-2.1-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gpc-2.1-4.1-doc_4.1.1-3_all.deb
gpc-2.1-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gpc-2.1-4.1_4.1.1-3_hppa.deb
gpc-2.1-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gpc-2.1-4.1_4.1.1-3_i386.deb
lib64ffi4_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/lib64ffi4_4.1.1-3_i386.deb
lib64ffi4_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/lib64ffi4_4.1.1-3_powerpc.deb
lib64gcc1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/lib64gcc1_4.1.1-3_i386.deb
lib64gcc1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/lib64gcc1_4.1.1-3_powerpc.deb
lib64gfortran1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/lib64gfortran1_4.1.1-3_i386.deb
lib64gfortran1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/lib64gfortran1_4.1.1-3_powerpc.deb
lib64mudflap0_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/lib64mudflap0_4.1.1-3_i386.deb
lib64mudflap0_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/lib64mudflap0_4.1.1-3_powerpc.deb
lib64objc1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/lib64objc1_4.1.1-3_i386.deb
lib64objc1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/lib64objc1_4.1.1-3_powerpc.deb
lib64ssp0_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/lib64ssp0_4.1.1-3_i386.deb
lib64ssp0_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/lib64ssp0_4.1.1-3_powerpc.deb
lib64stdc++6-4.1-dbg_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/lib64stdc++6-4.1-dbg_4.1.1-3_i386.deb
lib64stdc++6-4.1-dbg_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/lib64stdc++6-4.1-dbg_4.1.1-3_powerpc.deb
lib64stdc++6_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/lib64stdc++6_4.1.1-3_i386.deb
lib64stdc++6_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/lib64stdc++6_4.1.1-3_powerpc.deb
libffi4-dev_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/libffi4-dev_4.1.1-3_hppa.deb
libffi4-dev_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/libffi4-dev_4

Bug#372913: gcc-4.1: datatype limits / signedness differs with optimization levels

2006-06-12 Thread Thiemo Seufer
Erik Meusel wrote:
> Am Montag, 12. Juni 2006 18:24 schrieb Bastian Blank:
> > char is neither signed nor unsigned. Only unsigned have defined overflow
> > behaviour.
> >
> > > } while (c != '\0');
> > >
> > > return 0;
> > > }
> 
> Alright, but why does this work differently using different versions of gcc 
> or 
> different optimization levels?

For undefined behaviour, the compiler is free to change its mind as it likes.


Thiemo



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



Bug#372152: marked as done (g++-4.1: PR27935 appears to be unresolved (operator delete(void*, size_t) issue))

2006-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2006 10:32:37 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372559: fixed in gcc-4.1 4.1.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: g++-4.1
Version: 4.1.1-2
Severity: normal

 describes what appears to be simply a size_t issue:

struct a
{
  void operator delete (void*, unsigned int);
  ~a();
};

void g(a *b)
{
  delete b;
}

fails to compile.  But of course size_t isn't necessarily unsigned int.

The bug has an attachment which compiles in g++-4.0, and I presume is
intended to compile in g++-4.1.  But now, it doesn't.

#include 

struct B {
virtual ~B() { }
void operator delete(void*, size_t);
};

The error is

test.cpp: In destructor 'virtual B::~B()':
test.cpp:4: error: no suitable 'operator delete' for 'B'

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages g++-4.1 depends on:
ii  gcc-4.1   4.1.1-2The GNU C compiler
ii  gcc-4.1-base  4.1.1-2The GNU Compiler Collection (base 
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  libstdc++6-4.1-dev4.1.1-2The GNU Standard C++ Library v3 (d

g++-4.1 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: gcc-4.1
Source-Version: 4.1.1-3

We believe that the bug you reported is fixed in the latest version of
gcc-4.1, which is due to be installed in the Debian FTP archive:

cpp-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/cpp-4.1-doc_4.1.1-3_all.deb
cpp-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_hppa.deb
cpp-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_i386.deb
cpp-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_powerpc.deb
fastjar_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_hppa.deb
fastjar_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_i386.deb
fastjar_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_powerpc.deb
fixincludes_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_hppa.deb
fixincludes_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_i386.deb
fixincludes_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_powerpc.deb
g++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_hppa.deb
g++-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_i386.deb
g++-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_powerpc.deb
gcc-4.1-base_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_hppa.deb
gcc-4.1-base_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_i386.deb
gcc-4.1-base_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_powerpc.deb
gcc-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-doc_4.1.1-3_all.deb
gcc-4.1-hppa64_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-hppa64_4.1.1-3_hppa.deb
gcc-4.1-locales_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-locales_4.1.1-3_all.deb
gcc-4.1-source_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-source_4.1.1-3_all.deb
gcc-4.1_4.1.1-3.diff.gz
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.diff.gz
gcc-4.1_4.1.1-3.dsc
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.dsc
gcc-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_hppa.deb
gcc-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_i386.deb
gcc-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_powerpc.deb
gfortran-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gfortran-4.1-doc_4.1.1-3_all.deb
gfortran-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_hppa.deb
gfortran-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_i386.deb
gfortran-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_powerpc.deb
gnat-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gnat-4.1-doc_4.1.1-3_all.deb
gnat-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_hppa.deb
gnat-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_i386.deb
gnat-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_powerpc.deb
gobjc++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gobjc++-4.1_4.1.1-3_hppa.deb
gobjc++-4.1_4.1.1-3_i386.deb
  to pool/main

Bug#372559: marked as done (gecode: FTBFS with g++-4.1: no suitable operator)

2006-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2006 10:32:37 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372559: fixed in gcc-4.1 4.1.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gecode
Version: 1.1.0-2
Severity: serious

Hello,

There was a problem while autobuilding your package:

> Automatic build of gecode_1.1.0-2 on avidan by sbuild/i386 0.46
> Build started at 20060610-0522
> **
...
> /usr/bin/make
> make[1]: Entering directory `/build/buildd/gecode-1.1.0'
> i486-linux-gnu-g++ -I. -I. -DNDEBUG -fPIC -Wall -ggdb -O3 
> -fno-strict-aliasing -finline-limit=3000 -ffast-math  -DGECODE_BUILD_KERNEL \
>   -c -o kernel/core.o  kernel/core.cc
> ./kernel/core.icc: In destructor 'virtual Gecode::Actor::~Actor()':
> ./kernel/core.icc:1014: error: no suitable 'operator delete' for 
> 'Gecode::Actor'
> kernel/core.cc: In member function 'long unsigned int 
> Gecode::Space::propagators()':
> kernel/core.cc:188: error: no suitable 'operator delete' for 
> 'Gecode::Propagator'
> ./kernel/core.icc: In destructor 'virtual Gecode::Propagator::~Propagator()':
> ./kernel/core.icc:427: error: no suitable 'operator delete' for 
> 'Gecode::Propagator'
> kernel/core.cc: In member function 'long unsigned int 
> Gecode::Space::propagators()':
> kernel/core.cc:188: note: synthesized method 'virtual 
> Gecode::Propagator::~Propagator()' first required here 
> kernel/core.cc: In member function 'unsigned int Gecode::Space::branchings()':
> kernel/core.cc:232: error: no suitable 'operator delete' for 
> 'Gecode::Branching'
> ./kernel/core.icc: In destructor 'virtual Gecode::Branching::~Branching()':
> ./kernel/core.icc:518: error: no suitable 'operator delete' for 
> 'Gecode::Branching'
> kernel/core.cc: In member function 'unsigned int Gecode::Space::branchings()':
> kernel/core.cc:232: note: synthesized method 'virtual 
> Gecode::Branching::~Branching()' first required here 
> kernel/core.cc: In member function 'void Gecode::Space::commit(unsigned int, 
> Gecode::BranchingDesc*, long unsigned int&)':
> kernel/core.cc:296: error: no suitable 'operator delete' for 
> 'Gecode::Branching'
> make[1]: *** [kernel/core.o] Error 1
> make[1]: Leaving directory `/build/buildd/gecode-1.1.0'
> make: *** [build-arch-stamp] Error 2
> **
> Build finished at 20060610-0523
> FAILED [dpkg-buildpackage died]

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: gcc-4.1
Source-Version: 4.1.1-3

We believe that the bug you reported is fixed in the latest version of
gcc-4.1, which is due to be installed in the Debian FTP archive:

cpp-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/cpp-4.1-doc_4.1.1-3_all.deb
cpp-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_hppa.deb
cpp-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_i386.deb
cpp-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_powerpc.deb
fastjar_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_hppa.deb
fastjar_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_i386.deb
fastjar_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_powerpc.deb
fixincludes_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_hppa.deb
fixincludes_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_i386.deb
fixincludes_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_powerpc.deb
g++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_hppa.deb
g++-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_i386.deb
g++-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_powerpc.deb
gcc-4.1-base_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_hppa.deb
gcc-4.1-base_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_i386.deb
gcc-4.1-base_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_powerpc.deb
gcc-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-doc_4.1.1-3_all.deb
gcc-4.1-hppa64_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-hppa64_4.1.1-3_hppa.deb
gcc-4.1-locales_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-locales_4.1.1-3_all.deb
gcc-4.1-source_4.1.1-3_all.deb
  to po

Bug#372559: marked as done (gecode: FTBFS with g++-4.1: no suitable operator)

2006-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2006 10:32:37 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372152: fixed in gcc-4.1 4.1.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gecode
Version: 1.1.0-2
Severity: serious

Hello,

There was a problem while autobuilding your package:

> Automatic build of gecode_1.1.0-2 on avidan by sbuild/i386 0.46
> Build started at 20060610-0522
> **
...
> /usr/bin/make
> make[1]: Entering directory `/build/buildd/gecode-1.1.0'
> i486-linux-gnu-g++ -I. -I. -DNDEBUG -fPIC -Wall -ggdb -O3 
> -fno-strict-aliasing -finline-limit=3000 -ffast-math  -DGECODE_BUILD_KERNEL \
>   -c -o kernel/core.o  kernel/core.cc
> ./kernel/core.icc: In destructor 'virtual Gecode::Actor::~Actor()':
> ./kernel/core.icc:1014: error: no suitable 'operator delete' for 
> 'Gecode::Actor'
> kernel/core.cc: In member function 'long unsigned int 
> Gecode::Space::propagators()':
> kernel/core.cc:188: error: no suitable 'operator delete' for 
> 'Gecode::Propagator'
> ./kernel/core.icc: In destructor 'virtual Gecode::Propagator::~Propagator()':
> ./kernel/core.icc:427: error: no suitable 'operator delete' for 
> 'Gecode::Propagator'
> kernel/core.cc: In member function 'long unsigned int 
> Gecode::Space::propagators()':
> kernel/core.cc:188: note: synthesized method 'virtual 
> Gecode::Propagator::~Propagator()' first required here 
> kernel/core.cc: In member function 'unsigned int Gecode::Space::branchings()':
> kernel/core.cc:232: error: no suitable 'operator delete' for 
> 'Gecode::Branching'
> ./kernel/core.icc: In destructor 'virtual Gecode::Branching::~Branching()':
> ./kernel/core.icc:518: error: no suitable 'operator delete' for 
> 'Gecode::Branching'
> kernel/core.cc: In member function 'unsigned int Gecode::Space::branchings()':
> kernel/core.cc:232: note: synthesized method 'virtual 
> Gecode::Branching::~Branching()' first required here 
> kernel/core.cc: In member function 'void Gecode::Space::commit(unsigned int, 
> Gecode::BranchingDesc*, long unsigned int&)':
> kernel/core.cc:296: error: no suitable 'operator delete' for 
> 'Gecode::Branching'
> make[1]: *** [kernel/core.o] Error 1
> make[1]: Leaving directory `/build/buildd/gecode-1.1.0'
> make: *** [build-arch-stamp] Error 2
> **
> Build finished at 20060610-0523
> FAILED [dpkg-buildpackage died]

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: gcc-4.1
Source-Version: 4.1.1-3

We believe that the bug you reported is fixed in the latest version of
gcc-4.1, which is due to be installed in the Debian FTP archive:

cpp-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/cpp-4.1-doc_4.1.1-3_all.deb
cpp-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_hppa.deb
cpp-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_i386.deb
cpp-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_powerpc.deb
fastjar_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_hppa.deb
fastjar_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_i386.deb
fastjar_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_powerpc.deb
fixincludes_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_hppa.deb
fixincludes_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_i386.deb
fixincludes_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_powerpc.deb
g++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_hppa.deb
g++-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_i386.deb
g++-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_powerpc.deb
gcc-4.1-base_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_hppa.deb
gcc-4.1-base_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_i386.deb
gcc-4.1-base_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_powerpc.deb
gcc-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-doc_4.1.1-3_all.deb
gcc-4.1-hppa64_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-hppa64_4.1.1-3_hppa.deb
gcc-4.1-locales_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-locales_4.1.1-3_all.deb
gcc-4.1-source_4.1.1-3_all.deb
  to po

Bug#372605: marked as done (FTBFS: parse.y: conflicts: 62 shift/reduce, 25 reduce/reduce)

2006-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2006 10:32:37 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372605: fixed in gcc-4.1 4.1.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gcc-4.1
Version: 4.1.1-2
Severity: serious

Hello,

It seems that currently gcc-4.1 is uncompilable:

gnatgcc   -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC   -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wold-style-definition
-Wmissing-format-attribute-DHAVE_CONFIG_H -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition
-Wmissing-format-attribute -Wno-traditional  -o xgpc p/gpc.o prefix.o
version.o \
intl.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a
gnatgcc -o p/diagnostic.o -c   -g -DENABLE_CHECKING
-DENABLE_ASSERT_CHECKING -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -I. -Ip
-I../../src/gcc -I../../src/gcc/p -I../../src/gcc/../include
-I../../src/gcc/../libcpp/include -I. -Ip -I../../src/gcc
-I../../src/gcc/p -I../../src/gcc/../include
-I../../src/gcc/../libcpp/include  -DGPC ../../src/gcc/diagnostic.c
cd ../../src/gcc/p && bison  -o parse.c parse.y
parse.y: conflicts: 62 shift/reduce, 25 reduce/reduce
parse.y: expected 24 reduce/reduce conflicts
make[4]: *** [../../src/gcc/p/parse.h] Error 1
make[4]: Leaving directory `/home/staff/jd/gcc-4.1-4.1.1/build/gcc'
make[3]: *** [stage1_build] Error 2
make[3]: Leaving directory `/home/staff/jd/gcc-4.1-4.1.1/build/gcc'
make[2]: *** [bootstrap] Error 2
make[2]: Leaving directory `/home/staff/jd/gcc-4.1-4.1.1/build'
s=`cat status`; rm -f status; test $s -eq 0
make[1]: *** [stamps/05-build-stamp] Error 1
make[1]: Leaving directory `/home/staff/jd/gcc-4.1-4.1.1'
make: *** [stamps/05-build-stamp] Error 2

Cheers,
-- 
Julien Danjou
// <[EMAIL PROTECTED]> http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// There is nothing under this line.


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: gcc-4.1
Source-Version: 4.1.1-3

We believe that the bug you reported is fixed in the latest version of
gcc-4.1, which is due to be installed in the Debian FTP archive:

cpp-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/cpp-4.1-doc_4.1.1-3_all.deb
cpp-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_hppa.deb
cpp-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_i386.deb
cpp-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_powerpc.deb
fastjar_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_hppa.deb
fastjar_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_i386.deb
fastjar_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_powerpc.deb
fixincludes_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_hppa.deb
fixincludes_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_i386.deb
fixincludes_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_powerpc.deb
g++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_hppa.deb
g++-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_i386.deb
g++-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_powerpc.deb
gcc-4.1-base_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_hppa.deb
gcc-4.1-base_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_i386.deb
gcc-4.1-base_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_powerpc.deb
gcc-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-doc_4.1.1-3_all.deb
gcc-4.1-hppa64_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-hppa64_4.1.1-3_hppa.deb
gcc-4.1-locales_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-locales_4.1.1-3_all.deb
gcc-4.1-source_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-source_4.1.1-3_all.deb
gcc-4.1_4.1.1-3.diff.gz
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.diff.gz
gcc-4.1_4.1.1-3.dsc
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.dsc
gcc-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_hppa.deb
gcc-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_i386.deb
gcc-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_powerpc.deb
gfortran-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gfortran-4.1-doc_4.1.1

Bug#372705: marked as done (kdelibs: FTBFS: no suitable 'operator delete')

2006-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2006 10:32:37 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372559: fixed in gcc-4.1 4.1.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: kdelibs
Version: 4:3.5.3-1
Severity: serious

Hello,

There was a problem while autobuilding your package:

> Automatic build of kdelibs_4:3.5.3-1 on avidan by sbuild/i386 0.46
> Build started at 20060610-2342
> **
...
> Making all in xml
> make[4]: Entering directory 
> `/build/buildd/kdelibs-3.5.3/obj-i486-linux-gnu/khtml/xml'
> /usr/share/qt3/bin/moc 
> /build/buildd/kdelibs-3.5.3/./khtml/xml/xml_tokenizer.h -o xml_tokenizer.moc
> /usr/share/qt3/bin/moc /build/buildd/kdelibs-3.5.3/./khtml/xml/dom_docimpl.h 
> -o dom_docimpl.moc
> creating libkhtmlxml_la.all_cpp.cpp ...
> /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. 
> -I/build/buildd/kdelibs-3.5.3/./khtml/xml -I../.. -I../../dcop 
> -I../../kdecore -I../../kio/kssl -I../../kjs 
> -I/build/buildd/kdelibs-3.5.3/./kimgio -I/build/buildd/kdelibs-3.5.3/./kio 
> -I/build/buildd/kdelibs-3.5.3/./dcop -I/build/buildd/kdelibs-3.5.3/./khtml 
> -I/build/buildd/kdelibs-3.5.3/. 
> -I/build/buildd/kdelibs-3.5.3/./kwallet/client 
> -I/build/buildd/kdelibs-3.5.3/./kutils -I../../kjs 
> -I/build/buildd/kdelibs-3.5.3/./dcop -I/build/buildd/kdelibs-3.5.3/./libltdl 
> -I/build/buildd/kdelibs-3.5.3/./kdefx -I../../kdecore 
> -I/build/buildd/kdelibs-3.5.3/./kdecore -I/build/buildd/kdelibs-3.5.3/./kdeui 
> -I/build/buildd/kdelibs-3.5.3/./kio -I/build/buildd/kdelibs-3.5.3/./kio/kio 
> -I/build/buildd/kdelibs-3.5.3/./kio/kfile -I/build/buildd/kdelibs-3.5.3/. 
> -I/usr/share/qt3/include -I. -I/usr/include/kde   -DQT_THREAD_SUPPORT  
> -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
> -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG 
> -DNO_DEBUG -O2 -g -Wall -O2 -DDEBIAN_VERSION=4:3.5.3-1 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o 
> libkhtmlxml_la.all_cpp.lo libkhtmlxml_la.all_cpp.cpp
> mkdir .libs
>  g++ -DHAVE_CONFIG_H -I. -I/build/buildd/kdelibs-3.5.3/./khtml/xml -I../.. 
> -I../../dcop -I../../kdecore -I../../kio/kssl -I../../kjs 
> -I/build/buildd/kdelibs-3.5.3/./kimgio -I/build/buildd/kdelibs-3.5.3/./kio 
> -I/build/buildd/kdelibs-3.5.3/./dcop -I/build/buildd/kdelibs-3.5.3/./khtml 
> -I/build/buildd/kdelibs-3.5.3/. 
> -I/build/buildd/kdelibs-3.5.3/./kwallet/client 
> -I/build/buildd/kdelibs-3.5.3/./kutils -I../../kjs 
> -I/build/buildd/kdelibs-3.5.3/./dcop -I/build/buildd/kdelibs-3.5.3/./libltdl 
> -I/build/buildd/kdelibs-3.5.3/./kdefx -I../../kdecore 
> -I/build/buildd/kdelibs-3.5.3/./kdecore -I/build/buildd/kdelibs-3.5.3/./kdeui 
> -I/build/buildd/kdelibs-3.5.3/./kio -I/build/buildd/kdelibs-3.5.3/./kio/kio 
> -I/build/buildd/kdelibs-3.5.3/./kio/kfile -I/build/buildd/kdelibs-3.5.3/. 
> -I/usr/share/qt3/include -I. -I/usr/include/kde -DQT_THREAD_SUPPORT 
> -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
> -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG 
> -DNO_DEBUG -O2 -g -Wall -O2 -DDEBIAN_VERSION=4:3.5.3-1 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c libkhtmlxml_la.all_cpp.cpp  
> -fPIC -DPIC -o .libs/libkhtmlxml_la.all_cpp.o
> In file included from libkhtmlxml_la.all_cpp.cpp:4:
> /build/buildd/kdelibs-3.5.3/./khtml/xml/dom_textimpl.cpp:264:2: warning: 
> #warning FIXME
> /build/buildd/kdelibs-3.5.3/./khtml/rendering/render_line.h: In destructor 
> 'virtual khtml::InlineBox::~InlineBox()':
> /build/buildd/kdelibs-3.5.3/./khtml/rendering/render_line.h:44: error: no 
> suitable 'operator delete' for 'khtml::InlineBox'
> /build/buildd/kdelibs-3.5.3/./khtml/rendering/render_line.h: In destructor 
> 'virtual khtml::InlineRunBox::~InlineRunBox()':
> /build/buildd/kdelibs-3.5.3/./khtml/rendering/render_line.h:126: error: no 
> suitable 'operator delete' for 'khtml::InlineRunBox'
> /build/buildd/kdelibs-3.5.3/./khtml/rendering/render_line.h: In constructor 
> 'khtml::InlineFlowBox::InlineFlowBox(khtml::RenderObject*)':
> /build/buildd/kdelibs-3.5.3/./khtml/renderi

Bug#370661: marked as done (gcj-4.1: FTBFS on GNU/kFreeBSD)

2006-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2006 10:32:37 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#370661: fixed in gcc-4.1 4.1.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gcj-4.1
Version: 4.1.1-1
Severity: important
Tags: patch

Hi,

gcj-4.1 currently fails to build from source on GNU/kFreeBSD. Please
find attached a patch to fix that. Could you apply it in the next
upload.

Thanks in advance,
Aurelien

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages gcj-4.1 depends on:
ii  gcc-4.1 4.1.1-2  The GNU C compiler
ii  gcj-4.1-base4.1.1-1  The GNU Compiler Collection (gcj b
ii  gij-4.1 4.1.1-1  The GNU Java bytecode interpreter
ii  java-common 0.25 Base of all Java packages
ii  libc0.1 2.3.6-13 GNU C Library: Shared libraries
ii  libc0.1-dev 2.3.6-13 GNU C Library: Development Librari
ii  libgcc1 1:4.1.1-2GCC support library
ii  libgcj7 4.1.1-1  Java runtime library for use with 
ii  libgcj7-dev 4.1.1-1  Java development headers and stati
ii  libgcj7-jar 4.1.1-1  Java runtime library for use with 
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages gcj-4.1 recommends:
ii  fastjar   1:4.1.1-2  Jar creation utility

-- no debconf information
diff -u gcj-4.1-4.1.1/debian/rules.defs gcj-4.1-4.1.1/debian/rules.defs
--- gcj-4.1-4.1.1/debian/rules.defs
+++ gcj-4.1-4.1.1/debian/rules.defs
@@ -303,7 +303,7 @@
 
 ifeq ($(with_java),yes)
   with_java_alsa := yes
-  ifneq (,$(filter $(DEB_TARGET_GNU_SYSTEM), kfreebsd-i386))
+  ifneq (,$(filter $(DEB_TARGET_GNU_SYSTEM), kfreebsd-gnu))
 with_java_alsa := no
   endif
 endif
--- End Message ---
--- Begin Message ---
Source: gcc-4.1
Source-Version: 4.1.1-3

We believe that the bug you reported is fixed in the latest version of
gcc-4.1, which is due to be installed in the Debian FTP archive:

cpp-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/cpp-4.1-doc_4.1.1-3_all.deb
cpp-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_hppa.deb
cpp-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_i386.deb
cpp-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_powerpc.deb
fastjar_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_hppa.deb
fastjar_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_i386.deb
fastjar_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_powerpc.deb
fixincludes_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_hppa.deb
fixincludes_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_i386.deb
fixincludes_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_powerpc.deb
g++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_hppa.deb
g++-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_i386.deb
g++-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_powerpc.deb
gcc-4.1-base_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_hppa.deb
gcc-4.1-base_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_i386.deb
gcc-4.1-base_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_powerpc.deb
gcc-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-doc_4.1.1-3_all.deb
gcc-4.1-hppa64_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-hppa64_4.1.1-3_hppa.deb
gcc-4.1-locales_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-locales_4.1.1-3_all.deb
gcc-4.1-source_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-source_4.1.1-3_all.deb
gcc-4.1_4.1.1-3.diff.gz
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.diff.gz
gcc-4.1_4.1.1-3.dsc
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.dsc
gcc-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_hppa.deb
gcc-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_i386.deb
gcc-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_powerpc.deb
gfortran-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gfortran-4.1-doc_4.1.1-3_all.deb
gfortran-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_hppa.deb
gfortran-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1

Bug#372152: marked as done (g++-4.1: PR27935 appears to be unresolved (operator delete(void*, size_t) issue))

2006-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2006 10:32:37 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372152: fixed in gcc-4.1 4.1.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: g++-4.1
Version: 4.1.1-2
Severity: normal

 describes what appears to be simply a size_t issue:

struct a
{
  void operator delete (void*, unsigned int);
  ~a();
};

void g(a *b)
{
  delete b;
}

fails to compile.  But of course size_t isn't necessarily unsigned int.

The bug has an attachment which compiles in g++-4.0, and I presume is
intended to compile in g++-4.1.  But now, it doesn't.

#include 

struct B {
virtual ~B() { }
void operator delete(void*, size_t);
};

The error is

test.cpp: In destructor 'virtual B::~B()':
test.cpp:4: error: no suitable 'operator delete' for 'B'

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages g++-4.1 depends on:
ii  gcc-4.1   4.1.1-2The GNU C compiler
ii  gcc-4.1-base  4.1.1-2The GNU Compiler Collection (base 
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  libstdc++6-4.1-dev4.1.1-2The GNU Standard C++ Library v3 (d

g++-4.1 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: gcc-4.1
Source-Version: 4.1.1-3

We believe that the bug you reported is fixed in the latest version of
gcc-4.1, which is due to be installed in the Debian FTP archive:

cpp-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/cpp-4.1-doc_4.1.1-3_all.deb
cpp-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_hppa.deb
cpp-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_i386.deb
cpp-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_powerpc.deb
fastjar_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_hppa.deb
fastjar_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_i386.deb
fastjar_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_powerpc.deb
fixincludes_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_hppa.deb
fixincludes_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_i386.deb
fixincludes_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_powerpc.deb
g++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_hppa.deb
g++-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_i386.deb
g++-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_powerpc.deb
gcc-4.1-base_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_hppa.deb
gcc-4.1-base_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_i386.deb
gcc-4.1-base_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_powerpc.deb
gcc-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-doc_4.1.1-3_all.deb
gcc-4.1-hppa64_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-hppa64_4.1.1-3_hppa.deb
gcc-4.1-locales_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-locales_4.1.1-3_all.deb
gcc-4.1-source_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-source_4.1.1-3_all.deb
gcc-4.1_4.1.1-3.diff.gz
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.diff.gz
gcc-4.1_4.1.1-3.dsc
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.dsc
gcc-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_hppa.deb
gcc-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_i386.deb
gcc-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_powerpc.deb
gfortran-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gfortran-4.1-doc_4.1.1-3_all.deb
gfortran-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_hppa.deb
gfortran-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_i386.deb
gfortran-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_powerpc.deb
gnat-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gnat-4.1-doc_4.1.1-3_all.deb
gnat-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_hppa.deb
gnat-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_i386.deb
gnat-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_powerpc.deb
gobjc++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gobjc++-4.1_4.1.1-3_hppa.deb
gobjc++-4.1_4.1.1-3_i386.deb
  to pool/main

Bug#370649: marked as done (gcc-4.1: cross-configure.dpatch failed on DEB_CROSS)

2006-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2006 10:32:37 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#370649: fixed in gcc-4.1 4.1.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---

Package:gcc-4.1
Version:4.1.1-2
Serverity:wishlist
Tags:patch

The following failure happened when cross-compiling.

if [ -x debian/patches/cross-configure.dpatch ]; then true; else chmod +x 
debian/patches/cross-configure.dpatch; fi

if [ -f stamps/02-patch-stamp-cross-configure ]; then \
  echo "cross-configure patches already applied."; exit 1; \
fi
DEB_VERSION='4.1.1-2'; export DEB_VERSION; \
debian/patches/cross-configure.dpatch -patch -d 
/project/m32r-linux/work/inaoka/debian/gcc-4.1/gcc-4.1_4.1.1-2/gcc-4.1-4.1.1/src

patching file configure.in
Hunk #1 FAILED at 2103.
1 out of 1 hunk FAILED -- saving rejects to file configure.in.rej
patching file configure
Hunk #1 FAILED at 4006.
1 out of 1 hunk FAILED -- saving rejects to file configure.rej
make: *** [stamps/02-patch-stamp-cross-configure] Error 1

Could you please apply the patch?
I think the cross-configure.dpatch is not needed.

Regards,
Kazuhiro Inaoka
--- ./rules.patch.org   2006-06-06 16:12:00.195581099 +0900
+++ ./rules.patch   2006-06-06 16:08:20.781676720 +0900
@@ -98,7 +98,7 @@
 endif
 
 ifdef DEB_CROSS
-  debian_patches += cross-configure cross-include
+  debian_patches += cross-include
 endif
 
 debian_patches += link-libs
--- End Message ---
--- Begin Message ---
Source: gcc-4.1
Source-Version: 4.1.1-3

We believe that the bug you reported is fixed in the latest version of
gcc-4.1, which is due to be installed in the Debian FTP archive:

cpp-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/cpp-4.1-doc_4.1.1-3_all.deb
cpp-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_hppa.deb
cpp-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_i386.deb
cpp-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/cpp-4.1_4.1.1-3_powerpc.deb
fastjar_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_hppa.deb
fastjar_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_i386.deb
fastjar_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fastjar_4.1.1-3_powerpc.deb
fixincludes_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_hppa.deb
fixincludes_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_i386.deb
fixincludes_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/fixincludes_4.1.1-3_powerpc.deb
g++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_hppa.deb
g++-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_i386.deb
g++-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/g++-4.1_4.1.1-3_powerpc.deb
gcc-4.1-base_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_hppa.deb
gcc-4.1-base_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_i386.deb
gcc-4.1-base_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1-base_4.1.1-3_powerpc.deb
gcc-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-doc_4.1.1-3_all.deb
gcc-4.1-hppa64_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1-hppa64_4.1.1-3_hppa.deb
gcc-4.1-locales_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-locales_4.1.1-3_all.deb
gcc-4.1-source_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gcc-4.1-source_4.1.1-3_all.deb
gcc-4.1_4.1.1-3.diff.gz
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.diff.gz
gcc-4.1_4.1.1-3.dsc
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3.dsc
gcc-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_hppa.deb
gcc-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_i386.deb
gcc-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gcc-4.1_4.1.1-3_powerpc.deb
gfortran-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gfortran-4.1-doc_4.1.1-3_all.deb
gfortran-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_hppa.deb
gfortran-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_i386.deb
gfortran-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gfortran-4.1_4.1.1-3_powerpc.deb
gnat-4.1-doc_4.1.1-3_all.deb
  to pool/main/g/gcc-4.1/gnat-4.1-doc_4.1.1-3_all.deb
gnat-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_hppa.deb
gnat-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_i386.deb
gnat-4.1_4.1.1-3_powerpc.deb
  to pool/main/g/gcc-4.1/gnat-4.1_4.1.1-3_powerpc.deb
gobjc++-4.1_4.1.1-3_hppa.deb
  to pool/main/g/gcc-4.1/gobjc++-4.1_4.1.1-3_hppa.deb
gobjc++-4.1_4.1.1-3_i386.deb
  to pool/main/g/gcc-4.1/gobjc++-4.1_4.1.1-3_i386.deb
gobjc++-4.1_4.1.1-3_pow

Bug#372705: marked as done (kdelibs: FTBFS: no suitable 'operator delete')

2006-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2006 10:32:37 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372152: fixed in gcc-4.1 4.1.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: kdelibs
Version: 4:3.5.3-1
Severity: serious

Hello,

There was a problem while autobuilding your package:

> Automatic build of kdelibs_4:3.5.3-1 on avidan by sbuild/i386 0.46
> Build started at 20060610-2342
> **
...
> Making all in xml
> make[4]: Entering directory 
> `/build/buildd/kdelibs-3.5.3/obj-i486-linux-gnu/khtml/xml'
> /usr/share/qt3/bin/moc 
> /build/buildd/kdelibs-3.5.3/./khtml/xml/xml_tokenizer.h -o xml_tokenizer.moc
> /usr/share/qt3/bin/moc /build/buildd/kdelibs-3.5.3/./khtml/xml/dom_docimpl.h 
> -o dom_docimpl.moc
> creating libkhtmlxml_la.all_cpp.cpp ...
> /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. 
> -I/build/buildd/kdelibs-3.5.3/./khtml/xml -I../.. -I../../dcop 
> -I../../kdecore -I../../kio/kssl -I../../kjs 
> -I/build/buildd/kdelibs-3.5.3/./kimgio -I/build/buildd/kdelibs-3.5.3/./kio 
> -I/build/buildd/kdelibs-3.5.3/./dcop -I/build/buildd/kdelibs-3.5.3/./khtml 
> -I/build/buildd/kdelibs-3.5.3/. 
> -I/build/buildd/kdelibs-3.5.3/./kwallet/client 
> -I/build/buildd/kdelibs-3.5.3/./kutils -I../../kjs 
> -I/build/buildd/kdelibs-3.5.3/./dcop -I/build/buildd/kdelibs-3.5.3/./libltdl 
> -I/build/buildd/kdelibs-3.5.3/./kdefx -I../../kdecore 
> -I/build/buildd/kdelibs-3.5.3/./kdecore -I/build/buildd/kdelibs-3.5.3/./kdeui 
> -I/build/buildd/kdelibs-3.5.3/./kio -I/build/buildd/kdelibs-3.5.3/./kio/kio 
> -I/build/buildd/kdelibs-3.5.3/./kio/kfile -I/build/buildd/kdelibs-3.5.3/. 
> -I/usr/share/qt3/include -I. -I/usr/include/kde   -DQT_THREAD_SUPPORT  
> -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
> -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG 
> -DNO_DEBUG -O2 -g -Wall -O2 -DDEBIAN_VERSION=4:3.5.3-1 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o 
> libkhtmlxml_la.all_cpp.lo libkhtmlxml_la.all_cpp.cpp
> mkdir .libs
>  g++ -DHAVE_CONFIG_H -I. -I/build/buildd/kdelibs-3.5.3/./khtml/xml -I../.. 
> -I../../dcop -I../../kdecore -I../../kio/kssl -I../../kjs 
> -I/build/buildd/kdelibs-3.5.3/./kimgio -I/build/buildd/kdelibs-3.5.3/./kio 
> -I/build/buildd/kdelibs-3.5.3/./dcop -I/build/buildd/kdelibs-3.5.3/./khtml 
> -I/build/buildd/kdelibs-3.5.3/. 
> -I/build/buildd/kdelibs-3.5.3/./kwallet/client 
> -I/build/buildd/kdelibs-3.5.3/./kutils -I../../kjs 
> -I/build/buildd/kdelibs-3.5.3/./dcop -I/build/buildd/kdelibs-3.5.3/./libltdl 
> -I/build/buildd/kdelibs-3.5.3/./kdefx -I../../kdecore 
> -I/build/buildd/kdelibs-3.5.3/./kdecore -I/build/buildd/kdelibs-3.5.3/./kdeui 
> -I/build/buildd/kdelibs-3.5.3/./kio -I/build/buildd/kdelibs-3.5.3/./kio/kio 
> -I/build/buildd/kdelibs-3.5.3/./kio/kfile -I/build/buildd/kdelibs-3.5.3/. 
> -I/usr/share/qt3/include -I. -I/usr/include/kde -DQT_THREAD_SUPPORT 
> -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
> -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG 
> -DNO_DEBUG -O2 -g -Wall -O2 -DDEBIAN_VERSION=4:3.5.3-1 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c libkhtmlxml_la.all_cpp.cpp  
> -fPIC -DPIC -o .libs/libkhtmlxml_la.all_cpp.o
> In file included from libkhtmlxml_la.all_cpp.cpp:4:
> /build/buildd/kdelibs-3.5.3/./khtml/xml/dom_textimpl.cpp:264:2: warning: 
> #warning FIXME
> /build/buildd/kdelibs-3.5.3/./khtml/rendering/render_line.h: In destructor 
> 'virtual khtml::InlineBox::~InlineBox()':
> /build/buildd/kdelibs-3.5.3/./khtml/rendering/render_line.h:44: error: no 
> suitable 'operator delete' for 'khtml::InlineBox'
> /build/buildd/kdelibs-3.5.3/./khtml/rendering/render_line.h: In destructor 
> 'virtual khtml::InlineRunBox::~InlineRunBox()':
> /build/buildd/kdelibs-3.5.3/./khtml/rendering/render_line.h:126: error: no 
> suitable 'operator delete' for 'khtml::InlineRunBox'
> /build/buildd/kdelibs-3.5.3/./khtml/rendering/render_line.h: In constructor 
> 'khtml::InlineFlowBox::InlineFlowBox(khtml::RenderObject*)':
> /build/buildd/kdelibs-3.5.3/./khtml/renderi

Processed: reopen #372152, not fixed

2006-06-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen 372152
Bug#372152: g++-4.1: PR27935 appears to be unresolved (operator delete(void*, 
size_t) issue)
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug#372559: gecode: FTBFS with g++-4.1: no suitable operator
Bug#372705: kdelibs: FTBFS: no suitable 'operator delete'
Bug reopened, originator not changed.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#373098: gcc-2.95: f77 FTBFS on alpha (work-around provided)

2006-06-12 Thread Bill Allombert
Package: gcc-2.95
Version: 2.95.4.ds15-25
Severity: serious
Tags: patch

Hello GCC maintainers,

gcc-2.95 FTBFS on alpha as seen here:


While investigating, I found a simple work-around: simply not building
f77 on alpha avoid the problem (I have made a test build on escher).
This is not perfect but the alpha porters do not feel the need for
gcc-2.95 on alpha anyway.

I provide a patch that implement this solution.

Thanks for considering,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 
diff -u gcc-2.95-2.95.4.ds15/debian/rules.defs 
gcc-2.95-2.95.4.ds15/debian/rules.defs
--- gcc-2.95-2.95.4.ds15/debian/rules.defs
+++ gcc-2.95-2.95.4.ds15/debian/rules.defs
@@ -138,9 +138,9 @@
 endif
 
 with_fortran := yes
-#ifeq ($(DEB_HOST_ARCH),hurd-i386)
-#  with_fortran := disabled for architecture $(DEB_HOST_ARCH)
-#endif
+ifeq ($(DEB_HOST_ARCH),alpha)
+  with_fortran := disabled for architecture $(DEB_HOST_ARCH)
+endif
 
 ifeq ($(with_fortran),yes)
   enabled_languages += f77


Processed: severity of 372913 is minor

2006-06-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.19
> severity 372913 minor
Bug#372913: gcc-4.1: datatype limits / signedness differs with optimization 
levels
Severity set to `minor' from `critical'

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#372913: marked as done (gcc-4.1: datatype limits / signedness differs with optimization levels)

2006-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2006 23:31:45 +0200
with message-id <[EMAIL PROTECTED]>
and subject line closing it
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gcc-4.1
Version: 4.1.1-2
Severity: critical
Justification: breaks unrelated software

Use this little example to see what's happening:

#include 

int main(void) {
char c = '\0';

do {
printf("%d\n", c);

c++;
} while (c != '\0');

return 0;
}

- using -O0 as optimization level with gcc-4.1 works as expected: the values 
change from 0 over 127, -128 (because of the signedness) back to 0
- using -O1 with gcc-4.1 makes the values go from 0 to 255
- using -O2 (or higher) results in an infinite loop

This also occurs in gcc-snapshot and does not in gcc < 4.1.

Regards,
Erik

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages gcc-4.1 depends on:
ii  binutils 2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii  cpp-4.1  4.1.1-2 The GNU C preprocessor
ii  gcc-4.1-base 4.1.1-2 The GNU Compiler Collection (base 
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-2   GCC support library

Versions of packages gcc-4.1 recommends:
ii  libc6-dev 2.3.6-15   GNU C Library: Development Librari
ii  libmudflap0-dev   4.1.1-2GCC mudflap support libraries (dev
ii  libssp0-dev   4.1.1-2GCC stack smashing protection libr

-- no debconf information

--- End Message ---
--- Begin Message ---
Well, since the reported behavior seems to be a correct standard 
interpretation, I'll close the bug report now.

For anyone triggering the same problem, using -fno-tree-vrp seems to be a 
valid solution, too. It might have been a good idea to document this change 
before applying it silently, because it will break packages in testing when 
gcc 4.1 arrives and it doesn't issue any compile time error or warning.


Regards,
Erik


pgpqMmuzU0G7v.pgp
Description: PGP signature
--- End Message ---


Results for 3.4.6 (Debian 3.4.6-2) testsuite on alpha-unknown-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_3_4_6_release revision 111785

Native configuration is alpha-unknown-linux-gnu

=== libstdc++ tests ===


Running target unix
FAIL: abi_check
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
FAIL: 26_numerics/fabs_inline.cc (test for excess errors)
WARNING: 26_numerics/fabs_inline.cc compilation failed to produce executable
XPASS: 27_io/fpos/14320-1.cc execution test

=== libstdc++ Summary ===

# of expected passes2734
# of unexpected failures2
# of unexpected successes   3
# of expected failures  4
=== gpc tests ===


Running target any
FAIL: chief40.pas
FAIL: chuck6.pas
FAIL: fieldw.pas
FAIL: fjf23.pas
FAIL: fjf30b.pas
FAIL: fjf327.pas
FAIL: fjf526a.pas
FAIL: fjf526b.pas
FAIL: fjf77.pas
FAIL: fsc22.pas
FAIL: fsc24.pas
FAIL: shl.pas
FAIL: writeb.pas
FAIL: writec.pas
FAIL: writee.pas
FAIL: writeg.pas

=== gpc Summary ===

# of tests5057
# of expected passes  5038
# of unexpected failures  16
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.6/build/gcc/xgpc version 20060325, based on gcc-3.4.6 
(Debian 3.4.6-2)

=== g++ tests ===


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

=== g++ Summary ===

# of expected passes9950
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  81
/build/buildd/gcc-3.4-3.4.6/build/gcc/testsuite/../g++  version 3.4.6 (Debian 
3.4.6-2)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.6/build/gcc/testsuite/../g77  version 3.4.6 (Debian 
3.4.6-2)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/ieee/2320-1.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/2320-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/2320-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/2320-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/2320-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/2320-1.c execution,  -Os 
FAIL: gcc.dg/20040123-1.c scan-assembler abort
FAIL: gcc.dg/special/gcsec-1.c (test for excess errors)

=== gcc Summary ===

# of expected passes24967
# of unexpected failures8
# of expected failures  79
# of untested testcases 7
# of unsupported tests  359
/build/buildd/gcc-3.4-3.4.6/build/gcc/xgcc version 3.4.6 (Debian 3.4.6-2)


Compiler version: 3.4.6 (Debian 3.4.6-2) 
Platform: alpha-unknown-linux-gnu
configure flags: -v --enable-languages=c,c++,f77,pascal --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug alpha-linux-gnu
BOOT_CFLAGS=-O2 


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.16.1cvs20060413-1 The GNU assembler, linker and binary 
utilities


Patches that Debian applied in this version:

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

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

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

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

libstdc++-doxygen-syntax:
  fix doxygen syntax error in header that causes segfaults with some
  versions

amd64-specs:
  On x86-64 use 64bits mode assembly except with -m32.

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

hppa-toplevel:
  For hppa-linux enable libgcj and dependent libs in the toplevel directory

hppa-libffi:
  libffi support for hppa

hppa-libjava:
  Enable libjava support for hppa

hppa-libjava-update:
  MD_FALLBACK_FRAME_STATE_FOR definition for pa32-linux

fastjar-update:
  Implement fastjar -u (PR 7854).

fastjar-version:
  Append GCC version to the fastjar version string.

boehm-gc-nocheck:
  Disable the boehm-gc testsuite. Hangs forever on this architecture

libltdl:
  * libltdl.dpatch: Search the versioned extension, when loading a shared
  library (i.e. gij looks for .so.5 for loading addition

Results for 3.4.6 (Debian 3.4.6-2) testsuite on x86_64-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_3_4_6_release revision 111785

Native configuration is x86_64-linux-gnu (excelsior)

=== gpc tests ===


Running target any
FAIL: chief40.pas
FAIL: chuck6.pas
FAIL: fieldw.pas
FAIL: fjf23.pas
FAIL: fjf30b.pas
FAIL: fjf327.pas
FAIL: fjf526a.pas
FAIL: fjf526b.pas
FAIL: fsc22.pas
FAIL: fsc24.pas
FAIL: shl.pas
FAIL: writeb.pas
FAIL: writec.pas
FAIL: writee.pas
FAIL: writeg.pas

=== gpc Summary ===

# of tests5057
# of expected passes  5040
# of unexpected failures  15
# of unsupported tests2
/build/buildd/gcc-3.4-3.4.6/build/gcc/xgpc version 20060325, based on gcc-3.4.6 
(Debian 3.4.6-2)

=== g++ tests ===


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

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

# of expected passes9956
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  76

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

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

# of expected passes10007
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  50

=== g++ Summary ===

# of expected passes19963
# of unexpected successes   2
# of expected failures  132
# of unsupported tests  126
/build/buildd/gcc-3.4-3.4.6/build/gcc/testsuite/../g++  version 3.4.6 (Debian 
3.4.6-2)

=== g77 tests ===


Running target unix

=== g77 Summary for unix ===

# of expected passes1812
# of unsupported tests  6

Running target unix/-m32

=== g77 Summary for unix/-m32 ===

# of expected passes1824

=== g77 Summary ===

# of expected passes3636
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.6/build/gcc/testsuite/../g77  version 3.4.6 (Debian 
3.4.6-2)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/compat/vector-1 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-1 c_compat_y_tst.o compile
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-2 c_compat_y_tst.o compile
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/i386-sse-2.c (test for excess errors)
FAIL: gcc.dg/titype-1.c (test for excess errors)
WARNING: gcc.dg/titype-1.c compilation failed to produce executable

=== gcc Summary for unix ===

# of expected passes25131
# of unexpected failures6
# of expected failures  69
# of unresolved testcases   4
# of untested testcases 7
# of unsupported tests  293

Running target unix/-m32
FAIL: gcc.c-torture/execute/loop-2e.c execution,  -Os 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -Os 
FAIL: gcc.c-torture/execute/ieee/20010114-2.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/20010114-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/20010114-2.c execution,  -Os 
FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -Os 
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: linkage.c

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

# of expected passes25356
# of unexpected failures20
# of expected failures  69
# of untested testcases 7
# of unsupported tests  213

=== gcc Summary ===

# of expected passes50487
# of unexpected failures26
# of expected failures  138
# of unresolved testcases   4
# of untested testcases 14
# of unsupported tests  506
/build/buildd/gcc-3.4-3.4.6/build/gcc/xgcc version 3.4.6 (Debian 3.4.6-2)

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc e

Results for 3.4.6 (Debian 3.4.6-2) testsuite on hppa-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_3_4_6_release revision 111785

Native configuration is hppa-linux-gnu (pampa)

=== gpc tests ===


Running target any
FAIL: avo2a.pas
FAIL: avo2b.pas

=== gpc Summary ===

# of tests5057
# of expected passes  5052
# of unexpected failures  2
# of unsupported tests3
/scratch/packages/gcc/3.4/gcc-3.4-3.4.6/build/gcc/xgpc version 20060325, based 
on gcc-3.4.6 (Debian 3.4.6-2)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/scratch/packages/gcc/3.4/gcc-3.4-3.4.6/build/gcc/testsuite/../g77  version 
3.4.6 (Debian 3.4.6-2)

=== gcc tests ===


Running target unix
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O2  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -fomit-frame-pointer  (test for 
excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -g  (test for excess errors)

=== gcc Summary ===

# of expected passes24900
# of unexpected failures3
# of expected failures  69
# of untested testcases 7
# of unsupported tests  375
/scratch/packages/gcc/3.4/gcc-3.4-3.4.6/build/gcc/xgcc version 3.4.6 (Debian 
3.4.6-2)


Compiler version: 3.4.6 (Debian 3.4.6-2) 
Platform: hppa-linux-gnu
configure flags: -v --enable-languages=c,f77,pascal --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit hppa-linux-gnu
BOOT_CFLAGS=-O2 


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.16.1cvs20060413-1 The GNU assembler, linker and binary 
utilities


Patches that Debian applied in this version:

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

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

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

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

libstdc++-doxygen-syntax:
  fix doxygen syntax error in header that causes segfaults with some
  versions

amd64-specs:
  On x86-64 use 64bits mode assembly except with -m32.

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

hppa-toplevel:
  For hppa-linux enable libgcj and dependent libs in the toplevel directory

hppa-libffi:
  libffi support for hppa

hppa-libjava:
  Enable libjava support for hppa

hppa-libjava-update:
  MD_FALLBACK_FRAME_STATE_FOR definition for pa32-linux

fastjar-update:
  Implement fastjar -u (PR 7854).

fastjar-version:
  Append GCC version to the fastjar version string.

boehm-gc-nocheck:
  Disable the boehm-gc testsuite. Hangs forever on this architecture

libltdl:
  * libltdl.dpatch: Search the versioned extension, when loading a shared
  library (i.e. gij looks for .so.5 for loading additional libraries
  like the GTK based AWT peers.

m68k-update:
  Add two m68k specfic patches backported from 4.0 concerning wrong code
  generation (Richard Zidlicky).

libf2c-mxunit:
  libf2c/libI77/fio.c: Set MXUNIT to 1000.

arm-bigendian:

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

libffi-soversion:
  Install libffi with soversion 3.

gpc-20060215-20060322:
  gpc update 20060215-20060322

gpc-3.x:
  The gpc patch from the gpc tarball.

gpc-doc:
  gpc documentation: Fix hyperlinks to the example files.

gpc-updates:

gpc-bison-2.2:
  gpc fixes for bison-2.2

gpc-names:
  versioned gpc names

libffi-mips:
  libffi mips update

libjava-mips:
  libjava-mips patch from Thiemo Seufer <[EMAIL PROTECTED]>

libstdc++-mips-atomic:
  Fix libstdc++ atomic ops for mips/mipsel

link-libs:

reporting:
  Add Debian URL for bug reporting isntructions.

gcc-version:
  Add package identification to the gcc version string

configure-deplibs_check_method:
  In all configure scripts for libraries, generated with autoconf2.13, use
  deplibs_check_method=pass_all unconditionally for all linux architectures.

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

Number of warnings per file:
 50 gcc/p/gpc.h
 11 pascal-lex.c
  8 ./auto-host.h
  6 gcc/p/typecheck.c
  4 gcc/tsystem.h
  4 gcc/p/statements.c
  4 gcc/p/rts/string1.p

Results for 3.4.6 (Debian 3.4.6-2) testsuite on i486-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_3_4_6_release revision 111785

Native configuration is i486-linux-gnu (gargleblaster)

=== gpc tests ===


Running target any
FAIL: fjf998r.pas

=== gpc Summary ===

# of tests5057
# of expected passes  5055
# of unexpected failures  1
# of unsupported tests1
/scratch/packages/gcc/3.4/gcc-3.4-3.4.6/build/gcc/xgpc version 20060325, based 
on gcc-3.4.6 (Debian 3.4.6-2)

=== g++ tests ===


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

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

# of expected passes10023
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  43

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

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

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

=== g++ Summary ===

# of expected passes19995
# of unexpected successes   2
# of expected failures  132
# of unsupported tests  112
/scratch/packages/gcc/3.4/gcc-3.4-3.4.6/build/gcc/testsuite/../g++  version 
3.4.6 (Debian 3.4.6-2)

=== g77 tests ===


Running target unix

=== g77 Summary for unix ===

# of expected passes1812
# of unsupported tests  6

Running target unix/-m64

=== g77 Summary for unix/-m64 ===

# of expected passes1812
# of unsupported tests  6

=== g77 Summary ===

# of expected passes3624
# of unsupported tests  12
/scratch/packages/gcc/3.4/gcc-3.4-3.4.6/build/gcc/testsuite/../g77  version 
3.4.6 (Debian 3.4.6-2)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -Os 
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test

=== gcc Summary for unix ===

# of expected passes25376
# of unexpected failures3
# of expected failures  70
# of untested testcases 7
# of unsupported tests  211

Running target unix/-m64
XPASS: gcc.c-torture/execute/loop-2e.c execution,  -Os 
FAIL: gcc.dg/compat/vector-1 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-1 c_compat_y_tst.o compile
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-2 c_compat_y_tst.o compile
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/i386-sse-2.c (test for excess errors)
FAIL: gcc.dg/titype-1.c (test for excess errors)
WARNING: gcc.dg/titype-1.c compilation failed to produce executable
FAIL: linkage.c

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

# of expected passes25133
# of unexpected failures7
# of unexpected successes   1
# of expected failures  69
# of unresolved testcases   4
# of untested testcases 7
# of unsupported tests  291

=== gcc Summary ===

# of expected passes50509
# of unexpected failures10
# of unexpected successes   1
# of expected failures  139
# of unresolved testcases   4
# of untested testcases 14
# of unsupported tests  502
/scratch/packages/gcc/3.4/gcc-3.4-3.4.6/build/gcc/xgcc version 3.4.6 (Debian 
3.4.6-2)

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

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

# of expected passes2737
# of unexpected successes   2
# of expected failures  5

Running target unix/-m64
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
FAIL: 22_locale/messages/members/char/1.cc execution test
FAIL: 22_locale/messages/members/char/2.cc execution test
FAIL: 22_locale/messages/members/char/wrapped_locale.cc execution test
FAIL: 22_locale/messages_byname/named_equivalence.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
XPASS: 27_io/fpos/14320-1.cc execution test

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

# of expected passes2733
# of unexpected failures4
# of unexpected successes   3
# of expected failures  4

=== libstdc++ Summary ===

# of expected passes5470
# of unexpected failures4
# of unexpected successes   5
# of expected failures  9

Compiler version: 3.4.6 (Debian 3.4.6-2) 
Platform: i486-linux-gnu
conf

Results for 3.4.6 (Debian 3.4.6-2) testsuite on powerpc-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_3_4_6_release revision 111785

Native configuration is powerpc-linux-gnu (doko)

=== gpc tests ===


Running target any
FAIL: fjf998r.pas
FAIL: prep2p.pas

=== gpc Summary ===

# of tests5057
# of expected passes  5052
# of unexpected failures  2
# of unsupported tests3
/home/doko/gcc/3.4/gcc-3.4-3.4.6/build/gcc/xgpc version 20060325, based on 
gcc-3.4.6 (Debian 3.4.6-2)

=== g++ tests ===


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

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

# of expected passes9972
# of unexpected successes   2
# of expected failures  66
# of unsupported tests  71

Running target unix/-m64
FAIL: g++.dg/eh/simd-2.C (test for excess errors)
WARNING: g++.dg/eh/simd-2.C compilation failed to produce executable
FAIL: g++.dg/opt/pr22167.C execution test
XPASS: g++.dg/other/packed1.C execution test
XPASS: g++.old-deja/g++.other/init5.C execution test

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

# of expected passes9969
# of unexpected failures2
# of unexpected successes   2
# of expected failures  66
# of unsupported tests  71

=== g++ Summary ===

# of expected passes19941
# of unexpected failures2
# of unexpected successes   4
# of expected failures  132
# of unsupported tests  142
/home/doko/gcc/3.4/gcc-3.4-3.4.6/build/gcc/testsuite/../g++  version 3.4.6 
(Debian 3.4.6-2)

=== g77 tests ===


Running target unix

=== g77 Summary for unix ===

# of expected passes1812
# of unsupported tests  6

Running target unix/-m64

=== g77 Summary for unix/-m64 ===

# of expected passes1812
# of unsupported tests  6

=== g77 Summary ===

# of expected passes3624
# of unsupported tests  12
/home/doko/gcc/3.4/gcc-3.4-3.4.6/build/gcc/testsuite/../g77  version 3.4.6 
(Debian 3.4.6-2)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/20020103-1.c scan-assembler-not LC[0-9]
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/ppc-sdata-1.c scan-assembler [EMAIL PROTECTED](13)
FAIL: gcc.dg/ppc-sdata-1.c scan-assembler [EMAIL PROTECTED](2)

=== gcc Summary for unix ===

# of expected passes25043
# of unexpected failures7
# of expected failures  69
# of untested testcases 7
# of unsupported tests  331

Running target unix/-m64
FAIL: gcc.dg/compat/vector-1 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-1 c_compat_y_tst.o compile
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-2 c_compat_y_tst.o compile
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/20020103-1.c scan-assembler-not LC[0-9]
FAIL: gcc.dg/20020919-1.c  (test for errors, line 106)
FAIL: gcc.dg/20020919-1.c  (test for errors, line 124)
FAIL: gcc.dg/20020919-1.c  (test for errors, line 133)
FAIL: gcc.dg/20020919-1.c  (test for errors, line 160)
FAIL: gcc.dg/20020919-1.c  (test for errors, line 178)
FAIL: gcc.dg/20020919-1.c  (test for errors, line 232)
FAIL: gcc.dg/980827-1.c (test for excess errors)
WARNING: gcc.dg/980827-1.c compilation failed to produce executable
FAIL: gcc.dg/altivec-14.c (test for excess errors)
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/const-elim-1.c scan-assembler-not L\$?C[^A-Z]
FAIL: gcc.dg/doloop-1.c scan-assembler bdnz
FAIL: gcc.dg/doloop-1.c scan-assembler-not blt
FAIL: gcc.dg/funcorder.c scan-assembler-not link_error
FAIL: gcc.dg/ppc-sdata-1.c (test for excess errors)
ERROR: gcc.dg/ppc-sdata-1.c: error executing dg-final: couldn't open 
"ppc-sdata-1.s": no such file or directory
UNRESOLVED: gcc.dg/ppc-sdata-1.c: error executing dg-final: couldn't open 
"ppc-sdata-1.s": no such file or directory
FAIL: gcc.dg/ppc-sdata-2.c (test for excess errors)
ERROR: gcc.dg/ppc-sdata-2.c: error executing dg-final: couldn't open 
"ppc-sdata-2.s": no such file or directory
UNRESOLVED: gcc.dg/ppc-sdata-2.c: error executing dg-final: couldn't open 
"ppc-sdata-2.s": no such file or directory
FAIL: gcc.dg/special/gcsec-1.c (test for excess errors)
WARNING: gcc.dg/special/gcsec-1.c compilation failed to produce executable
FAIL: linkage.c

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

# of expected passes25019
# of unexpecte

Results for 3.4.6 (Debian 3.4.6-2) testsuite on s390-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_3_4_6_release revision 111785

Native configuration is s390-linux-gnu (debian-31)

=== gpc tests ===


Running target any
FAIL: fjf998r.pas

=== gpc Summary ===

# of tests5057
# of expected passes  5053
# of unexpected failures  1
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.6/build/gcc/xgpc version 20060325, based on gcc-3.4.6 
(Debian 3.4.6-2)

=== g++ tests ===


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

=== g++ Summary ===

# of expected passes9948
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  82
/build/buildd/gcc-3.4-3.4.6/build/gcc/testsuite/../g++  version 3.4.6 (Debian 
3.4.6-2)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.6/build/gcc/testsuite/../g77  version 3.4.6 (Debian 
3.4.6-2)

=== gcc tests ===


Running target unix
XPASS: gcc.dg/sibcall-3.c execution test
XPASS: gcc.dg/sibcall-4.c execution test

=== gcc Summary ===

# of expected passes24957
# of unexpected successes   2
# of expected failures  70
# of untested testcases 7
# of unsupported tests  367
/build/buildd/gcc-3.4-3.4.6/build/gcc/xgcc version 3.4.6 (Debian 3.4.6-2)

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++ Summary ===

# of expected passes2737
# of unexpected successes   2
# of expected failures  5

Compiler version: 3.4.6 (Debian 3.4.6-2) 
Platform: s390-linux-gnu
configure flags: -v --enable-languages=c,c++,f77,pascal --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug s390-linux-gnu
BOOT_CFLAGS=-O2 


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.16.1cvs20060413-1 The GNU assembler, linker and binary 
utilities


Patches that Debian applied in this version:

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

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

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

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

libstdc++-doxygen-syntax:
  fix doxygen syntax error in header that causes segfaults with some
  versions

amd64-specs:
  On x86-64 use 64bits mode assembly except with -m32.

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

hppa-toplevel:
  For hppa-linux enable libgcj and dependent libs in the toplevel directory

hppa-libffi:
  libffi support for hppa

hppa-libjava:
  Enable libjava support for hppa

hppa-libjava-update:
  MD_FALLBACK_FRAME_STATE_FOR definition for pa32-linux

fastjar-update:
  Implement fastjar -u (PR 7854).

fastjar-version:
  Append GCC version to the fastjar version string.

boehm-gc-nocheck:
  Disable the boehm-gc testsuite. Hangs forever on this architecture

libltdl:
  * libltdl.dpatch: Search the versioned extension, when loading a shared
  library (i.e. gij looks for .so.5 for loading additional libraries
  like the GTK based AWT peers.

m68k-update:
  Add two m68k specfic patches backported from 4.0 concerning wrong code
  generation (Richard Zidlicky).

libf2c-mxunit:
  libf2c/libI77/fio.c: Set MXUNIT to 1000.

arm-bigendian:

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

libffi-soversion:
  Install libffi with soversion 3.

gpc-20060215-20060322:
  gpc update 20060215-20060322

gpc-3.x:
  The gpc patch from the gpc tarball.

gpc-doc:
  gpc documentation: Fix hyperlinks to the example files.

gpc-updates:

gpc-bison-2.2:
  gpc fixes for bison-2.2

gpc-names:
  versioned gpc names

libffi-mips:
  libffi mips update

libjava-mips:
  libjava-mips patch from Thiemo Seufer <[EMAIL PROTECTED]>

libstdc++-mips-atomic:
  Fix libstdc++ atomic ops for mips/mipsel

biarch-include:
  biarch-include.dpatch
  
  Adds biarch include directories
  /usr/include/c++//-linux-gnu
  /us

Results for 3.4.6 (Debian 3.4.6-2) testsuite on ia64-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_3_4_6_release revision 111785

Native configuration is ia64-linux-gnu (caballero)

=== gpc tests ===


Running target any
FAIL: chief40.pas
FAIL: chuck6.pas
FAIL: fieldw.pas
FAIL: fjf23.pas
FAIL: fjf30b.pas
FAIL: fjf327.pas
FAIL: fjf526a.pas
FAIL: fjf526b.pas
FAIL: fjf967b.pas
FAIL: fjf967c.pas
FAIL: fjf967d.pas
FAIL: fjf967e.pas
FAIL: fjf967h.pas
FAIL: fjf967i.pas
FAIL: fjf967j.pas
FAIL: fjf967k.pas
FAIL: fjf967l.pas
FAIL: fsc22.pas
FAIL: fsc24.pas
FAIL: shl.pas
FAIL: writeb.pas
FAIL: writec.pas
FAIL: writee.pas
FAIL: writeg.pas

=== gpc Summary ===

# of tests5057
# of expected passes  5031
# of unexpected failures  24
# of unsupported tests2
/build/buildd/gcc-3.4-3.4.6/build/gcc/xgpc version 20060325, based on gcc-3.4.6 
(Debian 3.4.6-2)

=== g++ tests ===


Running target unix
FAIL: g++.dg/other/packed1.C execution test
FAIL: g++.old-deja/g++.law/profile1.C (test for excess errors)
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary ===

# of expected passes9626
# of unexpected failures2
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  80
/build/buildd/gcc-3.4-3.4.6/build/gcc/testsuite/../g++  version 3.4.6 (Debian 
3.4.6-2)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.6/build/gcc/testsuite/../g77  version 3.4.6 (Debian 
3.4.6-2)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/compat/scalar-by-value-3 c_compat_x_tst.o compile
UNRESOLVED: gcc.dg/compat/scalar-by-value-3 c_compat_x_tst.o-c_compat_y_tst.o 
link 
UNRESOLVED: gcc.dg/compat/scalar-by-value-3 c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/compat/scalar-return-3 c_compat_x_tst.o compile
UNRESOLVED: gcc.dg/compat/scalar-return-3 c_compat_x_tst.o-c_compat_y_tst.o 
link 
UNRESOLVED: gcc.dg/compat/scalar-return-3 c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/compat/struct-by-value-18 c_compat_x_tst.o compile
UNRESOLVED: gcc.dg/compat/struct-by-value-18 c_compat_x_tst.o-c_compat_y_tst.o 
link 
UNRESOLVED: gcc.dg/compat/struct-by-value-18 c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/compat/struct-by-value-7a c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/compat/struct-by-value-7b c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/20021014-1.c (test for excess errors)
FAIL: gcc.dg/nest.c (test for excess errors)
FAIL: gcc.dg/special/gcsec-1.c (test for excess errors)

=== gcc Summary ===

# of expected passes24550
# of unexpected failures8
# of expected failures  75
# of unresolved testcases   6
# of untested testcases 7
# of unsupported tests  355
/build/buildd/gcc-3.4-3.4.6/build/gcc/xgcc version 3.4.6 (Debian 3.4.6-2)

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
XPASS: 27_io/fpos/14320-1.cc execution test

=== libstdc++ Summary ===

# of expected passes2737
# of unexpected successes   3
# of expected failures  4

Compiler version: 3.4.6 (Debian 3.4.6-2) 
Platform: ia64-linux-gnu
configure flags: -v --enable-languages=c,c++,f77,pascal --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --with-system-libunwind ia64-linux-gnu
BOOT_CFLAGS=-O2 


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.16.1cvs20060413-1 The GNU assembler, linker and binary 
utilities


Patches that Debian applied in this version:

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

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

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

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

libstdc++-doxygen-syntax:
  fix doxygen syntax error in header that causes segfaults with some
  versions

amd64-specs:
  On x86-64 use 64bits mode assembly except with -m32.

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http

Results for 4.1.2 20060604 (prerelease) (Debian 4.1.1-2) testsuite on m68k-unknown-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Sun Jun  4 18:50:03 UTC 2006 (revision 114362)

Native configuration is m68k-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/eh/omit-frame-pointer2.C execution test
FAIL: g++.dg/eh/registers1.C execution test
FAIL: g++.dg/ext/visibility/noPLT.C scan-assembler-not [EMAIL PROTECTED]
FAIL: g++.dg/opt/eh2.C execution test
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 3)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 4)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 5)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 6)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 7)
XPASS: g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0
FAIL: g++.old-deja/g++.eh/ia64-1.C execution test
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary ===

# of expected passes11987
# of unexpected failures10
# of unexpected successes   2
# of expected failures  66
# of unsupported tests  116
/home/adconrad/build/gcc-4.1/gcc-4.1-4.1.1/build/gcc/testsuite/g++/../../g++  
version 4.1.2 20060604 (prerelease) (Debian 4.1.1-2)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/2403-2.c  -O0  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O1  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O2  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -fomit-frame-pointer  (test for 
excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -g  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -Os  (test for excess errors)
FAIL: gcc.c-torture/execute/20020418-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/20020418-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20020418-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/ashrdi-1.c compilation,  -O0 
UNRESOLVED: gcc.c-torture/execute/ashrdi-1.c execution,  -O0 
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 
FAIL: gcc.c-torture/execute/pr17377.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/copysign1.c execution,  -Os 
FAIL: gcc.c-torture/execute/ieee/copysign2.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/copysign2.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/copysign2.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/copysign2.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/copysign2.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/copysign2.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/copysign2.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/copysign2.c execution,  -Os 
FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c

Results for 4.1.2 20060608 (prerelease) (Debian 4.1.1-3) testsuite on powerpc-unknown-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Thu Jun  8 09:26:53 UTC 2006 (revision 114484)

=== acats tests ===

=== acats Summary ===
# of expected passes2317
# of unexpected failures0
Native configuration is powerpc-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 3)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 4)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 5)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 6)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 7)
XPASS: g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0

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

# of expected passes12143
# of unexpected failures5
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  91

Running target unix/-m64
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 3)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 4)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 5)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 6)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 7)
XPASS: g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0

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

# of expected passes12105
# of unexpected failures5
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  94

=== g++ Summary ===

# of expected passes24248
# of unexpected failures10
# of unexpected successes   2
# of expected failures  132
# of unsupported tests  185
/home/doko/gcc/4.1/gcc-4.1-4.1.1/build/gcc/testsuite/g++/../../g++  version 
4.1.2 20060608 (prerelease) (Debian 4.1.1-3)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/20020103-1.c scan-assembler-not LC[0-9]
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2
FAIL: gcc.dg/vmx/pr27842.c  -O0  execution test
FAIL: gcc.dg/vmx/pr27842.c  -O1  execution test
FAIL: gcc.dg/vmx/pr27842.c  -O2  execution test
FAIL: gcc.dg/vmx/pr27842.c  -O3 -fomit-frame-pointer  execution test
FAIL: gcc.dg/vmx/pr27842.c  -O3 -fomit-frame-pointer -funroll-loops  execution 
test
FAIL: gcc.dg/vmx/pr27842.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
FAIL: gcc.dg/vmx/pr27842.c  -O3 -g  execution test
FAIL: gcc.dg/vmx/pr27842.c  -Os  execution test
FAIL: gcc.target/powerpc/pr18096-1.c stack frame too large (test for warnings, 
line 11)
FAIL: gcc.target/powerpc/pr18096-1.c (test for excess errors)

=== gcc Summary for unix ===

# of expected passes38660
# of unexpected failures16
# of expected failures  99
# of untested testcases 28
# of unsupported tests  313

Running target unix/-m64
FAIL: gcc.dg/20020103-1.c scan-assembler-not LC[0-9]
FAIL: gcc.dg/20020919-1.c  (test for errors, line 106)
FAIL: gcc.dg/20020919-1.c  (test for errors, line 124)
FAIL: gcc.dg/20020919-1.c  (test for errors, line 133)
FAIL: gcc.dg/20020919-1.c  (test for errors, line 160)
FAIL: gcc.dg/20020919-1.c  (test for errors, line 178)
FAIL: gcc.dg/20020919-1.c  (test for errors, line 232)
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
XPASS: gcc.dg/tree-ssa/sra-2.c scan-tree-dump-times link_error 0
FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2
FAIL: gcc.dg/vmx/pr27842.c  -O0  execution test
FAIL: gcc.dg/vmx/pr27842.c  -O1  execution test
FAIL: gcc.dg/vmx/pr27842.c  -O2  execution test
FAIL: gcc.dg/vmx/pr27842.c  -O3 -fomit-frame-pointer  execution test
FAIL: gcc.dg/vmx/pr27842.c  -O3 -fomit-frame-pointer -funroll-loops  execution 
test
FAIL: gcc.dg/vmx/pr27842.c  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
FAIL: gcc.dg/vmx/pr27842.c  -O3 -g  execution test
FAIL: gcc.dg/vmx/pr27842.c  -Os  execution test
FAIL: gcc.misc-tests/linkage.c link
FAIL: gcc.target/powerpc/20050603-3.c scan-assembler-not inm
FAIL: gcc.target/powerpc/980827-1.c (test for excess errors)
WARNING: gcc.target/powerpc/980827-1.c compilation failed to produce executable
FAIL: gcc.target/powerpc/altivec-14.c  (test for warnings, line 7)
FAIL: gcc.target/powerpc/altivec-14.c  (test for warnings, line 8)
FAIL: gcc.target/powerpc/altivec-14.c  (test for warnings, line 9)
FAIL: gcc.target/powerpc/altivec-14.c  (test for warnings, line 10)
FAIL: gcc.target/powerpc/altivec-14.c  (test for warnings, line 11)
FAIL: gcc.target/powerpc/altivec-14.c  (test for warnings, line 12)
FAIL: gcc.target/powerpc/altivec-14.c  (test for warnings, line 14)
FAIL: gcc.target/powerpc/alt

Results for 4.1.2 20060608 (prerelease) (Debian 4.1.1-3) testsuite on hppa-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Thu Jun  8 09:26:53 UTC 2006 (revision 114484)

Native configuration is hppa-linux-gnu (pampa)

=== gpc tests ===


Running target any
FAIL: fjf322.pas
FAIL: fjf395a.pas
FAIL: fjf395b.pas
FAIL: fjf403b.pas
FAIL: fjf563e.pas
FAIL: fjf587b.pas
FAIL: fjf779a.pas
FAIL: fjf779b.pas
FAIL: fjf779e.pas
FAIL: fjf779f.pas
FAIL: fjf779g.pas
FAIL: nicola4c.pas

=== gpc Summary ===

# of tests5070
# of expected passes  5055
# of unexpected failures  12
# of unsupported tests3
/scratch/packages/gcc/4.1/gcc-4.1-4.1.1/build/gcc/xgpc version 20060325, based 
on gcc-4.1.2 20060608 (prerelease) (Debian 4.1.1-3)

=== acats tests ===
FAIL:   c954a01
FAIL:   c9a011b

=== acats Summary ===
# of expected passes2315
# of unexpected failures2

=== g++ tests ===


Running target unix
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 3)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 4)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 5)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 6)
FAIL: g++.dg/parse/linkage1.C  (test for errors, line 7)
XPASS: g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0
FAIL: g++.old-deja/g++.abi/arraynew.C execution test
FAIL: g++.old-deja/g++.jason/vecdel.C (test for excess errors)
WARNING: g++.old-deja/g++.jason/vecdel.C compilation failed to produce 
executable
XPASS: g++.old-deja/g++.other/init5.C execution test
FAIL: g++.old-deja/g++.other/new3.C (test for excess errors)
WARNING: g++.old-deja/g++.other/new3.C compilation failed to produce executable
FAIL: g++.old-deja/g++.other/new7.C (test for excess errors)
WARNING: g++.old-deja/g++.other/new7.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb71.C (test for excess errors)

=== g++ Summary ===

# of expected passes11998
# of unexpected failures10
# of unexpected successes   2
# of expected failures  66
# of unsupported tests  115
/scratch/packages/gcc/4.1/gcc-4.1-4.1.1/build/gcc/testsuite/g++/../../g++  
version 4.1.2 20060608 (prerelease) (Debian 4.1.1-3)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/cpp/ucnid-1.c (test for excess errors)
WARNING: gcc.dg/cpp/ucnid-1.c compilation failed to produce executable
FAIL: gcc.dg/cpp/ucnid-3.c (test for excess errors)
FAIL: gcc.dg/20050527-1.c (test for excess errors)
FAIL: gcc.dg/ucnid-1.c (test for excess errors)
WARNING: gcc.dg/ucnid-1.c compilation failed to produce executable
FAIL: gcc.dg/ucnid-2.c (test for excess errors)
WARNING: gcc.dg/ucnid-2.c compilation failed to produce executable
FAIL: gcc.dg/ucnid-3.c (test for excess errors)
WARNING: gcc.dg/ucnid-3.c compilation failed to produce executable
FAIL: gcc.dg/ucnid-4.c (test for excess errors)
WARNING: gcc.dg/ucnid-4.c compilation failed to produce executable
FAIL: gcc.dg/ucnid-5.c (test for excess errors)
WARNING: gcc.dg/ucnid-5.c compilation failed to produce executable
FAIL: gcc.dg/ucnid-6.c (test for excess errors)
XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5

=== gcc Summary ===

# of expected passes37180
# of unexpected failures9
# of unexpected successes   1
# of expected failures  76
# of untested testcases 28
# of unsupported tests  338
/scratch/packages/gcc/4.1/gcc-4.1-4.1.1/build/gcc/xgcc  version 4.1.2 20060608 
(prerelease) (Debian 4.1.1-3)

=== gfortran tests ===


Running target unix
XPASS: gfortran.dg/csqrt_2.f  -O0  execution test
XPASS: gfortran.dg/csqrt_2.f  -O1  execution test
XPASS: gfortran.dg/csqrt_2.f  -O2  execution test
XPASS: gfortran.dg/csqrt_2.f  -O3 -fomit-frame-pointer  execution test
XPASS: gfortran.dg/csqrt_2.f  -O3 -fomit-frame-pointer -funroll-loops  
execution test
XPASS: gfortran.dg/csqrt_2.f  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
XPASS: gfortran.dg/csqrt_2.f  -O3 -g  execution test
XPASS: gfortran.dg/csqrt_2.f  -Os  execution test
FAIL: gfortran.dg/f2c_2.f90  -O0  execution test
FAIL: gfortran.dg/f2c_2.f90  -O1  execution test
FAIL: gfortran.dg/f2c_2.f90  -O2  execution test
FAIL: gfortran.dg/f2c_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/f2c_2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution 
test
FAIL: gfortran.dg/f2c_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
FAIL: gfortran.dg/f2c_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/f2c_2.f90  -Os  execution test
FAIL: gfortran.dg/f2c_4.f90  -O0  (test for excess errors)
FAIL: gfortran.dg/f2c_4.f90  -O1  (test for excess errors)
FAIL: gfortran.dg/f2c_4.f90  -O2  (test for excess errors)
FAIL: gfortran.dg/f2c_4.f90  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gfortran.dg/f2c_4.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for 
excess errors)
FAIL: gfortran.dg/f2c_4.f90  -

Results for 3.4.6 (Debian 3.4.6-2) testsuite on sparc-linux-gnu

2006-06-12 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_3_4_6_release revision 111785

Native configuration is sparc-linux-gnu (mrpurply)

=== gpc tests ===


Running target any
FAIL: fjf980a.pas
FAIL: fjf980b.pas
FAIL: fjf998r.pas

=== gpc Summary ===

# of tests5057
# of expected passes  5051
# of unexpected failures  3
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.6/build/gcc/xgpc version 20060325, based on gcc-3.4.6 
(Debian 3.4.6-2)

=== g++ tests ===


Running target unix
WARNING: g++.dg/eh/simd-1.C compilation failed to produce executable
WARNING: g++.dg/eh/simd-2.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test

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

# of expected passes9951
# of unexpected successes   1
# of expected failures  67
# of unsupported tests  80

Running target unix/-m64
WARNING: g++.dg/eh/simd-1.C compilation failed to produce executable
WARNING: g++.dg/eh/simd-2.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test

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

# of expected passes9951
# of unexpected successes   1
# of expected failures  67
# of unsupported tests  80

=== g++ Summary ===

# of expected passes19902
# of unexpected successes   2
# of expected failures  134
# of unsupported tests  160
/build/buildd/gcc-3.4-3.4.6/build/gcc/testsuite/../g++  version 3.4.6 (Debian 
3.4.6-2)

=== g77 tests ===


Running target unix

=== g77 Summary for unix ===

# of expected passes1812
# of unsupported tests  6

Running target unix/-m64

=== g77 Summary for unix/-m64 ===

# of expected passes1812
# of unsupported tests  6

=== g77 Summary ===

# of expected passes3624
# of unsupported tests  12
/build/buildd/gcc-3.4-3.4.6/build/gcc/testsuite/../g77  version 3.4.6 (Debian 
3.4.6-2)

=== gcc tests ===


Running target unix
UNRESOLVED: gcc.c-torture/execute/simd-4.c execution,  -O0 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
XPASS: gcc.dg/uninit-4.c uninitialized variable warning (test for bogus 
messages, line 26)

=== gcc Summary for unix ===

# of expected passes24968
# of unexpected failures2
# of unexpected successes   1
# of expected failures  79
# of unresolved testcases   5
# of untested testcases 7
# of unsupported tests  351

Running target unix/-m64
UNRESOLVED: gcc.c-torture/execute/simd-4.c execution,  -O0 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -O0 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -O1 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -O2 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -O3 
-fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -Os 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/builtins-18.c (test for excess errors)
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
XPASS: gcc.dg/uninit-4.c uninitialized variable warning (test for bogus 
messages, line 26)
FAIL: linkage.c

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

# of expected passes24946
# of unexpected failures4
# of unexpected successes   1
# of expected failures  91
# of unresolved testcases   11
# of untested testcases 7
# of unsupported tests  351

=== gcc Summary ===

# of expected passes49914
# of unexpected failures6
# of unexpected successes   2
# of expected failures  170
# of unresolved testcases   16
# of untested testcases 14
# of unsupported tests  702
/build/buildd/gcc-3.4-3.4.6/build/gcc/xgcc version 3.4.6 (Debian 3.4.6-2)

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
WARNING: program timed out.
FAIL: thread/pthread7-rope.cc execution test

=== l

Bug#373143: errors when installing gpc-2.1-4.1-doc

2006-06-12 Thread Arthur Marsh
Package: gpc-2.1-4.1-doc
Version: 4.1.1-3
Severity: normal


When installing, I get the following error:

Setting up gpc-2.1-4.1-doc (4.1.1-3) ...
warning: file `/usr/share/info/gpc-2.1-4.1.info.gz' does not exist at 
/usr/sbin/install-docs line 718,  
line 15.
warning: file mask `/usr/share/info/gpc-2.1-4.1*' does not match any 
files at /usr/sbin/install-docs line 723, 
 line 15.
warning: file `/usr/share/info/gpcs-2.1-4.1.info.gz' does not exist at 
/usr/sbin/install-docs line 718,  
line 23.
warning: file mask `/usr/share/info/gpcs-2.1-4.1*' does not match any 
files at /usr/sbin/install-docs line 723, 
 line 23.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages gpc-2.1-4.1-doc depends on:
ii  gcc-4.1-base  4.1.1-3The GNU Compiler Collection (base 

gpc-2.1-4.1-doc recommends no packages.

-- no debconf information


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



Processed: found 372152 in 4.1.1-3

2006-06-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.20
> found 372152 4.1.1-3
Bug#372152: g++-4.1: PR27935 appears to be unresolved (operator delete(void*, 
size_t) issue)
Bug#372559: gecode: FTBFS with g++-4.1: no suitable operator
Bug#372705: kdelibs: FTBFS: no suitable 'operator delete'
Bug marked as found in version 4.1.1-3.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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