Bug#425343: marked as done ([arm] gcc-4.1: bad code and no warning for thumb assembly of arm instruction)

2011-02-16 Thread Debian Bug Tracking System
Your message dated Wed, 16 Feb 2011 15:56:12 +
with message-id e1ppjjg-00068h...@franck.debian.org
and subject line Bug#613551: Removed package(s) from unstable
has caused the Debian Bug report #425343,
regarding [arm] gcc-4.1: bad code and no warning for thumb assembly of arm 
instruction
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
425343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425343
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Subject: [arm] gcc-4.1: bad code and no warning for thumb assembly of arm 
instruction
Package: gcc-4.1
Version: 4.1.1-21
Severity: normal

*** Please type your report below this line ***
The assembler generates an incorrect instruction without warning
when assembling this arm instruction in thumb mode:
.code 16
mov r1,r0,lsr #4  // arm instruction
The generated code is the thumb instruction:
movs r1,r0   //  .word 0x1c01
and the shift has been ignored silently.

The expected behavior is to generate the equivalent thumb instruction
[equivalent except that thumb mode always sets condition codes
while arm mode does not]:
lsrs r1,r0,#4  // .word 0x0901
Or, the assembler could complain
bad syntax: unexpected ,lsr #4
But generating bad code with no warning is not acceptable.

$ gcc --version
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
$

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: arm (armv5tel)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-ixp4xx
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gcc-4.1 depends on:
ii  binutils2.17-3   The GNU assembler, linker and bina
ii  cpp-4.1 4.1.1-21 The GNU C preprocessor
ii  gcc-4.1-base4.1.1-21 The GNU Compiler Collection (base
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libssp0 4.1.1-21 GCC stack smashing protection libr

Versions of packages gcc-4.1 recommends:
ii  libc6-dev   2.3.6.ds1-13 GNU C Library: Development Librari
pn  libmudflap0-dev none   (no description available)

-- no debconf information

-- 
John Reiser, jrei...@bitwagon.com

---End Message---
---BeginMessage---
Version: 4.1.2-29+rm

Dear submitter,

as the package gcc-4.1 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/613551

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#507524: marked as done (gpc: misscompilation on numbers comparison conditions)

2011-02-16 Thread Debian Bug Tracking System
Your message dated Wed, 16 Feb 2011 15:54:36 +
with message-id e1ppji8-0005dw...@franck.debian.org
and subject line Bug#613588: Removed package(s) from unstable
has caused the Debian Bug report #507524,
regarding gpc: misscompilation on numbers comparison conditions
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
507524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gpc-4.1

Hi,

I've been hit with what I believe is a miss compilation.
Attached code is enough to reproduce the error.

Input given to the program: 5000
Expected output: a must be gt 0 and lt 4000!
Actual output: good

By replacing 
 t := 'a must be gt 0 and lt 4000!';
with
 return 'a must be gt 0 and lt 4000!';

the actual output becomes the expected output.

I would like to apologise in advance in case this is not a bug, but my 
missunderstanding of the language.

Cheers,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net
program test;
var n: integer;

function t(a: integer): string;
begin
if (a  1) or (a  3999) then
	t := 'a must be gt 0 and lt 4000!';
t := 'good';
end;

begin
readln(n);
writeln(t(n));
end.


signature.asc
Description: This is a digitally signed message part.
---End Message---
---BeginMessage---
Version: 2.1-4.1.2-28+rm

Dear submitter,

as the package gpc-4.1 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/613588

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#593110: marked as done (gcc-4.1: -MG suppresses error for missing headers)

2011-02-16 Thread Debian Bug Tracking System
Your message dated Wed, 16 Feb 2011 15:56:12 +
with message-id e1ppjjg-00068h...@franck.debian.org
and subject line Bug#613551: Removed package(s) from unstable
has caused the Debian Bug report #593110,
regarding gcc-4.1: -MG suppresses error for missing headers
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
593110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593110
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gcc-4.1
Version: 4.1.1-21
Severity: normal
Tags: upstream

*** Please type your report below this line ***

When using -MG, gcc doesn't give an error message, neither exits
with nonzero status when included files don't exist, even if not
only preprocessing (-M), but also when actually compiling (-MD).

This can, in extreme cases, lead to miscompilation (if the included
file e.g. redefines existing macros), usually only to surprising
errors (the results of missing declarations from the include file,
without a leading hint to its absence).

% cat foo.c
#include non-existing-file
% gcc -MD -MG -c foo.c
% echo $?
0

I report this against gcc-4.1 as newer gcc versions fail completely
with -MD -MG (Debian bug #593086). These two issues might be
related.

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.34
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages gcc-4.1 depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  cpp-4.1 4.1.1-21 The GNU C preprocessor
ii  gcc-4.1-base4.1.1-21 The GNU Compiler Collection (base 
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.2.3-2ubuntu7 GCC support library
ii  libssp0 4.1.1-21 GCC stack smashing protection libr

Versions of packages gcc-4.1 recommends:
ii  libc6-dev   2.3.6.ds1-13 GNU C Library: Development Librari
pn  libmudflap0-dev none   (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Version: 4.1.2-29+rm

Dear submitter,

as the package gcc-4.1 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/613551

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#613588: Removed package(s) from unstable

2011-02-16 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

   gpc-4.1 | 2.1-4.1.2-28 | source, alpha, amd64, armel, hppa, hurd-i386, i386, 
ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
gpc-4.1-doc | 2.1-4.1.2-28 | all

--- Reason ---
ROM; obsolete, abandoned upstream
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close Bugs which have been reported against this package
automatically.  But please check all old bugs, if they where closed
correctly or should have been re-assign to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 613...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/613588

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ppji1-0005dn...@franck.debian.org



Bug#613588: Removed package(s) from unstable

2011-02-16 Thread Debian FTP Masters
Version: 2.1-4.1.2-28+rm

Dear submitter,

as the package gpc-4.1 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/613588

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ppji8-0005dw...@franck.debian.org



Bug#613551: Removed package(s) from unstable

2011-02-16 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

   cpp-4.1 |   4.1.2-29 | alpha, amd64, armel, hppa, hurd-i386, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
   gcc-4.1 |   4.1.2-29 | source, alpha, amd64, armel, hppa, hurd-i386, i386, 
ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
gcc-4.1-base |   4.1.2-29 | alpha, amd64, armel, hppa, hurd-i386, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
gcc-4.1-locales |   4.1.2-29 | all
gcc-4.1-multilib |   4.1.2-29 | amd64, i386, kfreebsd-amd64, powerpc, s390, 
sparc
gcc-4.1-source |   4.1.2-29 | all

--- Reason ---
ROM; obsolete
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close Bugs which have been reported against this package
automatically.  But please check all old bugs, if they where closed
correctly or should have been re-assign to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 613...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/613551

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ppjjd-00068z...@franck.debian.org



Bug#613551: Removed package(s) from unstable

2011-02-16 Thread Debian FTP Masters
Version: 4.1.2-29+rm

Dear submitter,

as the package gcc-4.1 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/613551

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ppjjg-00068h...@franck.debian.org



Results for 4.4.5 (Debian 4.4.5-11) testsuite on x86_64-pc-kfreebsd-gnu

2011-02-16 Thread Matthias Klose
LAST_UPDATED: Tue Feb 15 14:10:26 UTC 2011 (revision 170176)

Target: x86_64-kfreebsd-gnu
gcc version 4.4.5 (Debian 4.4.5-11) 
Native configuration is x86_64-pc-kfreebsd-gnu

=== g++ tests ===


Running target unix

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

# of expected passes19977
# of expected failures  157
# of unsupported tests  262

Running target unix/-fstack-protector

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

# of expected passes19977
# of expected failures  157
# of unsupported tests  262

Running target unix/-m32

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

# of expected passes20282
# of expected failures  157
# of unsupported tests  116

=== g++ Summary ===

# of expected passes60236
# of expected failures  471
# of unsupported tests  640
/build/buildd-gcc-4.4_4.4.5-11-kfreebsd-amd64-4Pp5zz/gcc-4.4-4.4.5/build/gcc/testsuite/g++/../../g++
  version 4.4.5 (Debian 4.4.5-11) 

=== gcc tests ===


Running target unix
FAIL: largefile.c -O0 -g -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c  -O0  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c  -O1  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c  -O2  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c  -O3 -fomit-frame-pointer  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c  -O3 -g  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c  -Os  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison
FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/bb-reorg.c execution,-fprofile-use 
-D_PROFILE_USE
FAIL: gcc.dg/tree-prof/pr34999.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr34999.c execution,-fprofile-use 
-D_PROFILE_USE

=== gcc Summary for unix ===

# of expected passes57076
# of unexpected failures16
# of expected failures  192
# of unresolved testcases   2
# of unsupported tests  814

Running target unix/-fstack-protector
WARNING: program timed out.
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
FAIL: largefile.c -O0 -g -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c  -O0  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c  -O1  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c  -O2  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c  -O3 -fomit-frame-pointer  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c  -O3 -g  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c  -Os  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison
FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/bb-reorg.c execution,-fprofile-use 
-D_PROFILE_USE
FAIL: gcc.dg/tree-prof/pr34999.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr34999.c execution,-fprofile-use 
-D_PROFILE_USE

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

# of expected passes57075
# of unexpected failures17
# of expected failures  192
# of unresolved testcases   2
# of unsupported tests  814

Running target unix/-m32
FAIL: largefile.c -O0 -g -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c  -O0  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c  -O1  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c  -O2  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c  -O3 -fomit-frame-pointer  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c  -O3 -g  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c  -Os  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison
FAIL: gcc.misc-tests/linkage.c link

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

# of expected passes57410
# of unexpected failures15
# of 

Results for 4.4.5 (Debian 4.4.5-11) testsuite on x86_64-pc-linux-gnu

2011-02-16 Thread Matthias Klose
LAST_UPDATED: Tue Feb 15 14:10:26 UTC 2011 (revision 170176)

Target: x86_64-linux-gnu
gcc version 4.4.5 (Debian 4.4.5-11) 
Native configuration is x86_64-pc-linux-gnu

=== g++ tests ===


Running target unix

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

# of expected passes19992
# of expected failures  157
# of unsupported tests  254

Running target unix/-fstack-protector

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

# of expected passes19992
# of expected failures  157
# of unsupported tests  254

Running target unix/-m32

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

# of expected passes20311
# of expected failures  157
# of unsupported tests  102

=== g++ Summary ===

# of expected passes60295
# of expected failures  471
# of unsupported tests  610
/build/buildd-gcc-4.4_4.4.5-11-amd64-XnHSn8/gcc-4.4-4.4.5/build/gcc/testsuite/g++/../../g++
  version 4.4.5 (Debian 4.4.5-11) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/bb-reorg.c execution,-fprofile-use 
-D_PROFILE_USE
FAIL: gcc.dg/tree-prof/pr34999.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr34999.c execution,-fprofile-use 
-D_PROFILE_USE

=== gcc Summary for unix ===

# of expected passes58112
# of unexpected failures2
# of expected failures  192
# of unresolved testcases   2
# of unsupported tests  743

Running target unix/-fstack-protector
WARNING: program timed out.
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/bb-reorg.c execution,-fprofile-use 
-D_PROFILE_USE
FAIL: gcc.dg/tree-prof/pr34999.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr34999.c execution,-fprofile-use 
-D_PROFILE_USE

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

# of expected passes58111
# of unexpected failures3
# of expected failures  192
# of unresolved testcases   2
# of unsupported tests  743

Running target unix/-m32

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

# of expected passes58468
# of expected failures  193
# of unsupported tests  456

=== gcc Summary ===

# of expected passes174691
# of unexpected failures5
# of expected failures  577
# of unresolved testcases   4
# of unsupported tests  1942
/build/buildd-gcc-4.4_4.4.5-11-amd64-XnHSn8/gcc-4.4-4.4.5/build/gcc/xgcc  
version 4.4.5 (Debian 4.4.5-11) 

=== gfortran tests ===


Running target unix

=== gfortran Summary for unix ===

# of expected passes30484
# of expected failures  13
# of unsupported tests  44

Running target unix/-fstack-protector

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

# of expected passes30484
# of expected failures  13
# of unsupported tests  44

Running target unix/-m32

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

# of expected passes30355
# of expected failures  13
# of unsupported tests  105

=== gfortran Summary ===

# of expected passes91323
# of expected failures  39
# of unsupported tests  193
/build/buildd-gcc-4.4_4.4.5-11-amd64-XnHSn8/gcc-4.4-4.4.5/build/gcc/testsuite/gfortran/../../gfortran
  version 4.4.5 (Debian 4.4.5-11) 

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


Running target unix
XPASS: obj-c++.dg/comp-types-10.mm (test for excess errors)
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

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

# of expected passes425
# of unexpected successes   1
# of expected failures  20
# of unresolved testcases   3
# of unsupported tests  13

Running target unix/-fstack-protector
XPASS: obj-c++.dg/comp-types-10.mm (test for excess errors)
UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

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

# of expected passes425
# of unexpected successes   1
# of expected failures  20
# of unresolved testcases   3
# of unsupported tests  13

Running target unix/-m32
XPASS: 

Results for 4.4.5 (Debian 4.4.5-11) testsuite on sparc-unknown-linux-gnu

2011-02-16 Thread Matthias Klose
LAST_UPDATED: Tue Feb 15 14:10:26 UTC 2011 (revision 170176)

Target: sparc-linux-gnu
gcc version 4.4.5 (Debian 4.4.5-11) 
Native configuration is sparc-unknown-linux-gnu

=== g++ tests ===


Running target unix

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

# of expected passes19696
# of expected failures  157
# of unsupported tests  165

Running target unix/-fstack-protector

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

# of expected passes19696
# of expected failures  157
# of unsupported tests  165

Running target unix/-m64

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

# of expected passes19663
# of expected failures  157
# of unsupported tests  166

=== g++ Summary ===

# of expected passes59055
# of expected failures  471
# of unsupported tests  496
/build/buildd-gcc-4.4_4.4.5-11-sparc-cfPlwo/gcc-4.4-4.4.5/build/gcc/testsuite/g++/../../g++
  version 4.4.5 (Debian 4.4.5-11) 

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/pr38819.c execution,  -O2 
FAIL: gcc.c-torture/execute/pr38819.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/pr38819.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/pr38819.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/pr38819.c execution,  -O3 -g 
FAIL: gcc.dg/vect/vect-35.c scan-tree-dump-times vect vectorized 1 loops 1

=== gcc Summary for unix ===

# of expected passes51981
# of unexpected failures6
# of expected failures  226
# of unsupported tests  673

Running target unix/-fstack-protector
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (internal compiler error)
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
FAIL: gcc.c-torture/execute/pr38819.c execution,  -O2 
FAIL: gcc.c-torture/execute/pr38819.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/pr38819.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/pr38819.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/pr38819.c execution,  -O3 -g 
FAIL: gcc.dg/vect/vect-35.c scan-tree-dump-times vect vectorized 1 loops 1

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

# of expected passes51980
# of unexpected failures8
# of expected failures  226
# of unsupported tests  673

Running target unix/-m64
FAIL: gcc.dg/tree-ssa/gen-vect-11c.c scan-tree-dump-times vect vectorized 0 
loops 1
FAIL: gcc.misc-tests/linkage.c link

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

# of expected passes51987
# of unexpected failures2
# of expected failures  221
# of unsupported tests  674

=== gcc Summary ===

# of expected passes155948
# of unexpected failures16
# of expected failures  673
# of unsupported tests  2020
/build/buildd-gcc-4.4_4.4.5-11-sparc-cfPlwo/gcc-4.4-4.4.5/build/gcc/xgcc  
version 4.4.5 (Debian 4.4.5-11) 

=== gfortran tests ===


Running target unix
FAIL: gfortran.fortran-torture/execute/forall_7.f90 execution,  -O3 -g 

=== gfortran Summary for unix ===

# of expected passes30284
# of unexpected failures1
# of expected failures  15
# of unsupported tests  138

Running target unix/-fstack-protector
FAIL: gfortran.fortran-torture/execute/forall_7.f90 execution,  -O3 -g 

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

# of expected passes30284
# of unexpected failures1
# of expected failures  15
# of unsupported tests  138

Running target unix/-m64
FAIL: gfortran.dg/char_result_3.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/char_result_3.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
FAIL: gfortran.dg/char_result_3.f90  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/char_result_3.f90  -O3 -g  execution test
FAIL: gfortran.fortran-torture/execute/forall_7.f90 execution,  -O2 
-fomit-frame-pointer -finline-functions -funroll-loops 

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

# of expected passes30445
# of unexpected failures5
# of expected failures  15
# of unsupported tests  57

=== gfortran Summary ===

# of expected passes91013
# of unexpected failures7
# of expected failures  45
# of unsupported tests  333
/build/buildd-gcc-4.4_4.4.5-11-sparc-cfPlwo/gcc-4.4-4.4.5/build/gcc/testsuite/gfortran/../../gfortran
  version 4.4.5 (Debian 4.4.5-11) 

=== obj-c++ tests 

Results for 4.4.5 (Debian 4.4.5-11) testsuite on i486-pc-kfreebsd-gnu

2011-02-16 Thread Matthias Klose
LAST_UPDATED: Tue Feb 15 14:10:26 UTC 2011 (revision 170176)

Target: i486-kfreebsd-gnu
gcc version 4.4.5 (Debian 4.4.5-11) 
Native configuration is i486-pc-kfreebsd-gnu

=== g++ tests ===


Running target unix

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

# of expected passes20280
# of expected failures  157
# of unsupported tests  117

Running target unix/-fstack-protector

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

# of expected passes20280
# of expected failures  157
# of unsupported tests  117

=== g++ Summary ===

# of expected passes40560
# of expected failures  314
# of unsupported tests  234
/build/buildd-gcc-4.4_4.4.5-11-kfreebsd-i386-K2V_5k/gcc-4.4-4.4.5/build/gcc/testsuite/g++/../../g++
  version 4.4.5 (Debian 4.4.5-11) 

=== gcc tests ===


Running target unix
FAIL: largefile.c -O0 -g -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c  -O0  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c  -O1  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c  -O2  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c  -O3 -fomit-frame-pointer  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c  -O3 -g  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c  -Os  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison

=== gcc Summary for unix ===

# of expected passes57401
# of unexpected failures14
# of expected failures  193
# of unsupported tests  543

Running target unix/-fstack-protector
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (internal compiler error)
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
FAIL: largefile.c -O0 -g -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c  -O0  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c  -O1  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c  -O2  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c  -O3 -fomit-frame-pointer  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c  -O3 -g  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c  -Os  -I. (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison

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

# of expected passes57400
# of unexpected failures16
# of expected failures  193
# of unsupported tests  543

=== gcc Summary ===

# of expected passes114801
# of unexpected failures30
# of expected failures  386
# of unsupported tests  1086
/build/buildd-gcc-4.4_4.4.5-11-kfreebsd-i386-K2V_5k/gcc-4.4-4.4.5/build/gcc/xgcc
  version 4.4.5 (Debian 4.4.5-11) 

=== gfortran tests ===


Running target unix
FAIL: gfortran.dg/allocatable_function_1.f90  -O0  scan-tree-dump-times 
original free 10
FAIL: gfortran.dg/allocatable_function_1.f90  -O1  scan-tree-dump-times 
original free 10
FAIL: gfortran.dg/allocatable_function_1.f90  -O2  scan-tree-dump-times 
original free 10
FAIL: gfortran.dg/allocatable_function_1.f90  -O3 -fomit-frame-pointer  
scan-tree-dump-times original free 10
FAIL: gfortran.dg/allocatable_function_1.f90  -O3 -fomit-frame-pointer 
-funroll-loops  scan-tree-dump-times original free 10
FAIL: gfortran.dg/allocatable_function_1.f90  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  scan-tree-dump-times original free 10
FAIL: gfortran.dg/allocatable_function_1.f90  -O3 -g  scan-tree-dump-times 
original free 10
FAIL: gfortran.dg/allocatable_function_1.f90  -Os  scan-tree-dump-times 
original free 10

=== gfortran Summary for unix ===

# of expected passes30328
# of unexpected failures8
# of expected failures  13
# of unsupported tests  116

Running target unix/-fstack-protector
FAIL: gfortran.dg/allocatable_function_1.f90  -O0  scan-tree-dump-times 
original free 10
FAIL: gfortran.dg/allocatable_function_1.f90  -O1  scan-tree-dump-times 
original free 10
FAIL: gfortran.dg/allocatable_function_1.f90  -O2  scan-tree-dump-times 
original free 10
FAIL: gfortran.dg/allocatable_function_1.f90  -O3 -fomit-frame-pointer  
scan-tree-dump-times original free 10
FAIL: 

Processed: closing 542974

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 close 542974
Bug#542974: gcc-4.2: FTBFS: configure.ac:105: error: m4_copy: won't overwrite 
defined macro: _AC_ARG_VAR_PRECIOUS
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Lucas Nussbaum 
lu...@lucas-nussbaum.net

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
542974: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542974
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12978842486705.transcr...@bugs.debian.org



Processing of gcc-4.5_4.5.2-3_i386.changes

2011-02-16 Thread Debian FTP Masters
gcc-4.5_4.5.2-3_i386.changes uploaded successfully to localhost
along with the files:
  gcc-4.5_4.5.2-3.dsc
  gcc-4.5_4.5.2-3.diff.gz
  gcc-4.5-source_4.5.2-3_all.deb
  libstdc++6-4.5-doc_4.5.2-3_all.deb
  gcc-4.5-locales_4.5.2-3_all.deb
  gcc-4.5-base_4.5.2-3_i386.deb
  cpp-4.5_4.5.2-3_i386.deb
  libmudflap0-4.5-dev_4.5.2-3_i386.deb
  gobjc++-4.5-multilib_4.5.2-3_i386.deb
  gobjc++-4.5_4.5.2-3_i386.deb
  gobjc-4.5-multilib_4.5.2-3_i386.deb
  gobjc-4.5_4.5.2-3_i386.deb
  libobjc2_4.5.2-3_i386.deb
  libobjc2-dbg_4.5.2-3_i386.deb
  lib64objc2_4.5.2-3_i386.deb
  lib64objc2-dbg_4.5.2-3_i386.deb
  g++-4.5-multilib_4.5.2-3_i386.deb
  g++-4.5_4.5.2-3_i386.deb
  lib64stdc++6-4.5-dbg_4.5.2-3_i386.deb
  libstdc++6-4.5-dev_4.5.2-3_i386.deb
  libstdc++6-4.5-pic_4.5.2-3_i386.deb
  libstdc++6-4.5-dbg_4.5.2-3_i386.deb
  gfortran-4.5-multilib_4.5.2-3_i386.deb
  gfortran-4.5_4.5.2-3_i386.deb
  gcc-4.5-multilib_4.5.2-3_i386.deb
  gcc-4.5-plugin-dev_4.5.2-3_i386.deb
  gcc-4.5_4.5.2-3_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ppntg-0001sa...@franck.debian.org



gcc-4.5_4.5.2-3_i386.changes ACCEPTED into experimental

2011-02-16 Thread Debian FTP Masters



Accepted:
cpp-4.5_4.5.2-3_i386.deb
  to main/g/gcc-4.5/cpp-4.5_4.5.2-3_i386.deb
g++-4.5-multilib_4.5.2-3_i386.deb
  to main/g/gcc-4.5/g++-4.5-multilib_4.5.2-3_i386.deb
g++-4.5_4.5.2-3_i386.deb
  to main/g/gcc-4.5/g++-4.5_4.5.2-3_i386.deb
gcc-4.5-base_4.5.2-3_i386.deb
  to main/g/gcc-4.5/gcc-4.5-base_4.5.2-3_i386.deb
gcc-4.5-locales_4.5.2-3_all.deb
  to main/g/gcc-4.5/gcc-4.5-locales_4.5.2-3_all.deb
gcc-4.5-multilib_4.5.2-3_i386.deb
  to main/g/gcc-4.5/gcc-4.5-multilib_4.5.2-3_i386.deb
gcc-4.5-plugin-dev_4.5.2-3_i386.deb
  to main/g/gcc-4.5/gcc-4.5-plugin-dev_4.5.2-3_i386.deb
gcc-4.5-source_4.5.2-3_all.deb
  to main/g/gcc-4.5/gcc-4.5-source_4.5.2-3_all.deb
gcc-4.5_4.5.2-3.diff.gz
  to main/g/gcc-4.5/gcc-4.5_4.5.2-3.diff.gz
gcc-4.5_4.5.2-3.dsc
  to main/g/gcc-4.5/gcc-4.5_4.5.2-3.dsc
gcc-4.5_4.5.2-3_i386.deb
  to main/g/gcc-4.5/gcc-4.5_4.5.2-3_i386.deb
gfortran-4.5-multilib_4.5.2-3_i386.deb
  to main/g/gcc-4.5/gfortran-4.5-multilib_4.5.2-3_i386.deb
gfortran-4.5_4.5.2-3_i386.deb
  to main/g/gcc-4.5/gfortran-4.5_4.5.2-3_i386.deb
gobjc++-4.5-multilib_4.5.2-3_i386.deb
  to main/g/gcc-4.5/gobjc++-4.5-multilib_4.5.2-3_i386.deb
gobjc++-4.5_4.5.2-3_i386.deb
  to main/g/gcc-4.5/gobjc++-4.5_4.5.2-3_i386.deb
gobjc-4.5-multilib_4.5.2-3_i386.deb
  to main/g/gcc-4.5/gobjc-4.5-multilib_4.5.2-3_i386.deb
gobjc-4.5_4.5.2-3_i386.deb
  to main/g/gcc-4.5/gobjc-4.5_4.5.2-3_i386.deb
lib64objc2-dbg_4.5.2-3_i386.deb
  to main/g/gcc-4.5/lib64objc2-dbg_4.5.2-3_i386.deb
lib64objc2_4.5.2-3_i386.deb
  to main/g/gcc-4.5/lib64objc2_4.5.2-3_i386.deb
lib64stdc++6-4.5-dbg_4.5.2-3_i386.deb
  to main/g/gcc-4.5/lib64stdc++6-4.5-dbg_4.5.2-3_i386.deb
libmudflap0-4.5-dev_4.5.2-3_i386.deb
  to main/g/gcc-4.5/libmudflap0-4.5-dev_4.5.2-3_i386.deb
libobjc2-dbg_4.5.2-3_i386.deb
  to main/g/gcc-4.5/libobjc2-dbg_4.5.2-3_i386.deb
libobjc2_4.5.2-3_i386.deb
  to main/g/gcc-4.5/libobjc2_4.5.2-3_i386.deb
libstdc++6-4.5-dbg_4.5.2-3_i386.deb
  to main/g/gcc-4.5/libstdc++6-4.5-dbg_4.5.2-3_i386.deb
libstdc++6-4.5-dev_4.5.2-3_i386.deb
  to main/g/gcc-4.5/libstdc++6-4.5-dev_4.5.2-3_i386.deb
libstdc++6-4.5-doc_4.5.2-3_all.deb
  to main/g/gcc-4.5/libstdc++6-4.5-doc_4.5.2-3_all.deb
libstdc++6-4.5-pic_4.5.2-3_i386.deb
  to main/g/gcc-4.5/libstdc++6-4.5-pic_4.5.2-3_i386.deb


Override entries for your package:
cpp-4.5_4.5.2-3_i386.deb - optional interpreters
g++-4.5-multilib_4.5.2-3_i386.deb - optional devel
g++-4.5_4.5.2-3_i386.deb - optional devel
gcc-4.5-base_4.5.2-3_i386.deb - required libs
gcc-4.5-locales_4.5.2-3_all.deb - optional devel
gcc-4.5-multilib_4.5.2-3_i386.deb - optional devel
gcc-4.5-plugin-dev_4.5.2-3_i386.deb - optional devel
gcc-4.5-source_4.5.2-3_all.deb - optional devel
gcc-4.5_4.5.2-3.dsc - source devel
gcc-4.5_4.5.2-3_i386.deb - optional devel
gfortran-4.5-multilib_4.5.2-3_i386.deb - optional devel
gfortran-4.5_4.5.2-3_i386.deb - optional devel
gobjc++-4.5-multilib_4.5.2-3_i386.deb - optional devel
gobjc++-4.5_4.5.2-3_i386.deb - optional devel
gobjc-4.5-multilib_4.5.2-3_i386.deb - optional devel
gobjc-4.5_4.5.2-3_i386.deb - optional devel
lib64objc2-dbg_4.5.2-3_i386.deb - extra debug
lib64objc2_4.5.2-3_i386.deb - optional libs
lib64stdc++6-4.5-dbg_4.5.2-3_i386.deb - extra debug
libmudflap0-4.5-dev_4.5.2-3_i386.deb - optional libdevel
libobjc2-dbg_4.5.2-3_i386.deb - extra debug
libobjc2_4.5.2-3_i386.deb - optional libs
libstdc++6-4.5-dbg_4.5.2-3_i386.deb - extra debug
libstdc++6-4.5-dev_4.5.2-3_i386.deb - optional libdevel
libstdc++6-4.5-doc_4.5.2-3_all.deb - optional doc
libstdc++6-4.5-pic_4.5.2-3_i386.deb - extra libdevel

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ppo8a-0006tw...@franck.debian.org



Processing of gcc-4.4_4.4.5-12_i386.changes

2011-02-16 Thread Debian FTP Masters
gcc-4.4_4.4.5-12_i386.changes uploaded successfully to localhost
along with the files:
  gcc-4.4_4.4.5-12.dsc
  gcc-4.4_4.4.5-12.diff.gz
  gcc-4.4-source_4.4.5-12_all.deb
  libstdc++6-4.4-doc_4.4.5-12_all.deb
  gcc-4.4-locales_4.4.5-12_all.deb
  gcc-4.4-base_4.4.5-12_i386.deb
  libgcc1_4.4.5-12_i386.deb
  libgcc1-dbg_4.4.5-12_i386.deb
  lib64gcc1_4.4.5-12_i386.deb
  lib64gcc1-dbg_4.4.5-12_i386.deb
  libgomp1_4.4.5-12_i386.deb
  libgomp1-dbg_4.4.5-12_i386.deb
  lib64gomp1_4.4.5-12_i386.deb
  lib64gomp1-dbg_4.4.5-12_i386.deb
  cpp-4.4_4.4.5-12_i386.deb
  protoize_4.4.5-12_i386.deb
  fixincludes_4.4.5-12_i386.deb
  libmudflap0-4.4-dev_4.4.5-12_i386.deb
  libmudflap0_4.4.5-12_i386.deb
  libmudflap0-dbg_4.4.5-12_i386.deb
  lib64mudflap0_4.4.5-12_i386.deb
  lib64mudflap0-dbg_4.4.5-12_i386.deb
  gobjc++-4.4-multilib_4.4.5-12_i386.deb
  gobjc++-4.4_4.4.5-12_i386.deb
  gobjc-4.4-multilib_4.4.5-12_i386.deb
  gobjc-4.4_4.4.5-12_i386.deb
  libobjc2_4.4.5-12_i386.deb
  libobjc2-dbg_4.4.5-12_i386.deb
  lib64objc2_4.4.5-12_i386.deb
  lib64objc2-dbg_4.4.5-12_i386.deb
  g++-4.4-multilib_4.4.5-12_i386.deb
  g++-4.4_4.4.5-12_i386.deb
  libstdc++6_4.4.5-12_i386.deb
  lib64stdc++6_4.4.5-12_i386.deb
  lib64stdc++6-4.4-dbg_4.4.5-12_i386.deb
  libstdc++6-4.4-dev_4.4.5-12_i386.deb
  libstdc++6-4.4-pic_4.4.5-12_i386.deb
  libstdc++6-4.4-dbg_4.4.5-12_i386.deb
  libgfortran3_4.4.5-12_i386.deb
  libgfortran3-dbg_4.4.5-12_i386.deb
  lib64gfortran3_4.4.5-12_i386.deb
  lib64gfortran3-dbg_4.4.5-12_i386.deb
  gfortran-4.4-multilib_4.4.5-12_i386.deb
  gfortran-4.4_4.4.5-12_i386.deb
  gcc-4.4-multilib_4.4.5-12_i386.deb
  gcc-4.4_4.4.5-12_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ppob1-0007kg...@franck.debian.org



gcc-4.4_4.4.5-12_i386.changes ACCEPTED into unstable

2011-02-16 Thread Debian FTP Masters



Accepted:
cpp-4.4_4.4.5-12_i386.deb
  to main/g/gcc-4.4/cpp-4.4_4.4.5-12_i386.deb
fixincludes_4.4.5-12_i386.deb
  to main/g/gcc-4.4/fixincludes_4.4.5-12_i386.deb
g++-4.4-multilib_4.4.5-12_i386.deb
  to main/g/gcc-4.4/g++-4.4-multilib_4.4.5-12_i386.deb
g++-4.4_4.4.5-12_i386.deb
  to main/g/gcc-4.4/g++-4.4_4.4.5-12_i386.deb
gcc-4.4-base_4.4.5-12_i386.deb
  to main/g/gcc-4.4/gcc-4.4-base_4.4.5-12_i386.deb
gcc-4.4-locales_4.4.5-12_all.deb
  to main/g/gcc-4.4/gcc-4.4-locales_4.4.5-12_all.deb
gcc-4.4-multilib_4.4.5-12_i386.deb
  to main/g/gcc-4.4/gcc-4.4-multilib_4.4.5-12_i386.deb
gcc-4.4-source_4.4.5-12_all.deb
  to main/g/gcc-4.4/gcc-4.4-source_4.4.5-12_all.deb
gcc-4.4_4.4.5-12.diff.gz
  to main/g/gcc-4.4/gcc-4.4_4.4.5-12.diff.gz
gcc-4.4_4.4.5-12.dsc
  to main/g/gcc-4.4/gcc-4.4_4.4.5-12.dsc
gcc-4.4_4.4.5-12_i386.deb
  to main/g/gcc-4.4/gcc-4.4_4.4.5-12_i386.deb
gfortran-4.4-multilib_4.4.5-12_i386.deb
  to main/g/gcc-4.4/gfortran-4.4-multilib_4.4.5-12_i386.deb
gfortran-4.4_4.4.5-12_i386.deb
  to main/g/gcc-4.4/gfortran-4.4_4.4.5-12_i386.deb
gobjc++-4.4-multilib_4.4.5-12_i386.deb
  to main/g/gcc-4.4/gobjc++-4.4-multilib_4.4.5-12_i386.deb
gobjc++-4.4_4.4.5-12_i386.deb
  to main/g/gcc-4.4/gobjc++-4.4_4.4.5-12_i386.deb
gobjc-4.4-multilib_4.4.5-12_i386.deb
  to main/g/gcc-4.4/gobjc-4.4-multilib_4.4.5-12_i386.deb
gobjc-4.4_4.4.5-12_i386.deb
  to main/g/gcc-4.4/gobjc-4.4_4.4.5-12_i386.deb
lib64gcc1-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64gcc1-dbg_4.4.5-12_i386.deb
lib64gcc1_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64gcc1_4.4.5-12_i386.deb
lib64gfortran3-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64gfortran3-dbg_4.4.5-12_i386.deb
lib64gfortran3_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64gfortran3_4.4.5-12_i386.deb
lib64gomp1-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64gomp1-dbg_4.4.5-12_i386.deb
lib64gomp1_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64gomp1_4.4.5-12_i386.deb
lib64mudflap0-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64mudflap0-dbg_4.4.5-12_i386.deb
lib64mudflap0_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64mudflap0_4.4.5-12_i386.deb
lib64objc2-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64objc2-dbg_4.4.5-12_i386.deb
lib64objc2_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64objc2_4.4.5-12_i386.deb
lib64stdc++6-4.4-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64stdc++6-4.4-dbg_4.4.5-12_i386.deb
lib64stdc++6_4.4.5-12_i386.deb
  to main/g/gcc-4.4/lib64stdc++6_4.4.5-12_i386.deb
libgcc1-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libgcc1-dbg_4.4.5-12_i386.deb
libgcc1_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libgcc1_4.4.5-12_i386.deb
libgfortran3-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libgfortran3-dbg_4.4.5-12_i386.deb
libgfortran3_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libgfortran3_4.4.5-12_i386.deb
libgomp1-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libgomp1-dbg_4.4.5-12_i386.deb
libgomp1_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libgomp1_4.4.5-12_i386.deb
libmudflap0-4.4-dev_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libmudflap0-4.4-dev_4.4.5-12_i386.deb
libmudflap0-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libmudflap0-dbg_4.4.5-12_i386.deb
libmudflap0_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libmudflap0_4.4.5-12_i386.deb
libobjc2-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libobjc2-dbg_4.4.5-12_i386.deb
libobjc2_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libobjc2_4.4.5-12_i386.deb
libstdc++6-4.4-dbg_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libstdc++6-4.4-dbg_4.4.5-12_i386.deb
libstdc++6-4.4-dev_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libstdc++6-4.4-dev_4.4.5-12_i386.deb
libstdc++6-4.4-doc_4.4.5-12_all.deb
  to main/g/gcc-4.4/libstdc++6-4.4-doc_4.4.5-12_all.deb
libstdc++6-4.4-pic_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libstdc++6-4.4-pic_4.4.5-12_i386.deb
libstdc++6_4.4.5-12_i386.deb
  to main/g/gcc-4.4/libstdc++6_4.4.5-12_i386.deb
protoize_4.4.5-12_i386.deb
  to main/g/gcc-4.4/protoize_4.4.5-12_i386.deb


Override entries for your package:
cpp-4.4_4.4.5-12_i386.deb - optional interpreters
fixincludes_4.4.5-12_i386.deb - optional devel
g++-4.4-multilib_4.4.5-12_i386.deb - optional devel
g++-4.4_4.4.5-12_i386.deb - optional devel
gcc-4.4-base_4.4.5-12_i386.deb - required libs
gcc-4.4-locales_4.4.5-12_all.deb - optional devel
gcc-4.4-multilib_4.4.5-12_i386.deb - optional devel
gcc-4.4-source_4.4.5-12_all.deb - optional devel
gcc-4.4_4.4.5-12.dsc - source devel
gcc-4.4_4.4.5-12_i386.deb - optional devel
gfortran-4.4-multilib_4.4.5-12_i386.deb - optional devel
gfortran-4.4_4.4.5-12_i386.deb - optional devel
gobjc++-4.4-multilib_4.4.5-12_i386.deb - optional devel
gobjc++-4.4_4.4.5-12_i386.deb - optional devel
gobjc-4.4-multilib_4.4.5-12_i386.deb - optional devel
gobjc-4.4_4.4.5-12_i386.deb - optional devel
lib64gcc1-dbg_4.4.5-12_i386.deb - extra debug
lib64gcc1_4.4.5-12_i386.deb - optional libs
lib64gfortran3-dbg_4.4.5-12_i386.deb - extra debug
lib64gfortran3_4.4.5-12_i386.deb - optional libs
lib64gomp1-dbg_4.4.5-12_i386.deb - extra debug
lib64gomp1_4.4.5-12_i386.deb - optional libs
lib64mudflap0-dbg_4.4.5-12_i386.deb - extra debug

Bug#611249: gcc-4.4: please update powerpcspe patches

2011-02-16 Thread Sebastian Andrzej Siewior
Okay, I finally made it. Here is my list of gcc for powerpcspe:
- no_fpr_in_libgcc.diff
  It does not really harm by including them since nobody should use them
  but gas does not wont to assmebly hard float since they are not
  available on this cpu. Upstream did respond.
  
- powerpc_remove_many.diff
  this helps to to detect opcodes which are not part of the current
  CPU because without -many gas won't touch them. This currently could
  break the kernel build as the 603 on steroids cpus use performance
  counter opcodes which are not available on the steroid less 603 core.

- pr44364.diff
  This patch made it into trunk. I don't get it into the 4.4 branch
  because I can't prove that it is a regression since 4.3. If you worry
  about caller-save.c changes I could ifdef __SPE__ them.

I dropped pr44606 because I saw it in svn-updates.diff as of the -12
release. I also dropped the lwsync  eieio patches because this
nightmare is allready addressed in gas.

Sebastian
Index: gcc-4.4.5/src/gcc/config/rs6000/crtresfpr.asm
===
--- gcc-4.4.5.orig/src/gcc/config/rs6000/crtresfpr.asm  2011-02-13 
17:25:36.0 +0100
+++ gcc-4.4.5/src/gcc/config/rs6000/crtresfpr.asm   2011-02-13 
17:26:14.0 +0100
@@ -33,6 +33,7 @@
 
 /* On PowerPC64 Linux, these functions are provided by the linker.  */
 #ifndef __powerpc64__
+#ifndef __NO_FPRS__
 
 /* Routines for restoring floating point registers, called by the compiler.  */
 /* Called with r11 pointing to the stack header word of the caller of the */
@@ -77,3 +78,4 @@
 FUNC_END(_restfpr_14)
 
 #endif
+#endif
Index: gcc-4.4.5/src/gcc/config/rs6000/crtresxfpr.asm
===
--- gcc-4.4.5.orig/src/gcc/config/rs6000/crtresxfpr.asm 2011-02-13 
17:25:36.0 +0100
+++ gcc-4.4.5/src/gcc/config/rs6000/crtresxfpr.asm  2011-02-13 
17:26:29.0 +0100
@@ -33,6 +33,7 @@
 
 /* On PowerPC64 Linux, these functions are provided by the linker.  */
 #ifndef __powerpc64__
+#ifndef __NO_FPRS__
 
 /* Routines for restoring floating point registers, called by the compiler.  */
 /* Called with r11 pointing to the stack header word of the caller of the */
@@ -82,3 +83,4 @@
 FUNC_END(_restfpr_14_x)
 
 #endif
+#endif
Index: gcc-4.4.5/src/gcc/config/rs6000/crtsavfpr.asm
===
--- gcc-4.4.5.orig/src/gcc/config/rs6000/crtsavfpr.asm  2011-02-13 
17:25:36.0 +0100
+++ gcc-4.4.5/src/gcc/config/rs6000/crtsavfpr.asm   2011-02-13 
17:26:42.0 +0100
@@ -33,6 +33,7 @@
 
 /* On PowerPC64 Linux, these functions are provided by the linker.  */
 #ifndef __powerpc64__
+#ifndef __NO_FPRS__
 
 /* Routines for saving floating point registers, called by the compiler.  */
 /* Called with r11 pointing to the stack header word of the caller of the */
@@ -77,3 +78,4 @@
 FUNC_END(_savefpr_14)
 
 #endif
+#endif
Subject: [PATCH] remove -many on __SPE__ target

Signed-off-by: Sebastian Andrzej Siewior sebast...@breakpoint.cc
---

Index: gcc-4.4.5/src/gcc/config/rs6000/rs6000.h
===
--- gcc-4.4.5.orig/src/gcc/config/rs6000/rs6000.h   2009-04-10 
01:23:07.0 +0200
+++ gcc-4.4.5/src/gcc/config/rs6000/rs6000.h2011-02-13 17:57:17.0 
+0100
@@ -83,6 +83,12 @@
 #define ASM_CPU_POWER7_SPEC -mpower4 -maltivec
 #endif
 
+#ifndef __SPE__
+#define ASM_CPU_SPU_MANY_NOT_SPE -many
+#else
+#define ASM_CPU_SPU_MANY_NOT_SPE
+#endif
+
 /* Common ASM definitions used by ASM_SPEC among the various targets
for handling -mcpu=xxx switches.  */
 #define ASM_CPU_SPEC \
@@ -147,7 +153,8 @@
 %{mcpu=e300c3: -me300} \
 %{mcpu=e500mc: -me500mc} \
 %{maltivec: -maltivec} \
--many
+ \
+ASM_CPU_SPU_MANY_NOT_SPE
 
 #define CPP_DEFAULT_SPEC 
 
Index: gcc/caller-save.c
===
--- a/src/gcc/caller-save.c (revision 160245)
+++ b/src/gcc/caller-save.c (working copy)
@@ -1080,7 +1080,7 @@ insert_restore (struct insn_chain *chain
   /* Check that insn to restore REGNO in save_mode[regno] is
 correct.  */
reg_save_code (regno, save_mode[regno]) = 0)
-mem = adjust_address (mem, save_mode[regno], 0);
+mem = adjust_address_nv (mem, save_mode[regno], 0);
   else
 mem = copy_rtx (mem);
 
@@ -1161,7 +1161,7 @@ insert_save (struct insn_chain *chain, i
   /* Check that insn to save REGNO in save_mode[regno] is
 correct.  */
reg_save_code (regno, save_mode[regno]) = 0)
-mem = adjust_address (mem, save_mode[regno], 0);
+mem = adjust_address_nv (mem, save_mode[regno], 0);
   else
 mem = copy_rtx (mem);
 
Index: gcc/config/rs6000/e500.h
===
--- a/src/gcc/config/rs6000/e500.h  (revision 160245)
+++ b/src/gcc/config/rs6000/e500.h  (working copy)
@@ -43,3 +43,10 @@

Bug#611249: gcc-4.4: please update powerpcspe patches

2011-02-16 Thread Matthias Klose

On 16.02.2011 22:44, Sebastian Andrzej Siewior wrote:

Okay, I finally made it. Here is my list of gcc for powerpcspe:
- no_fpr_in_libgcc.diff
   It does not really harm by including them since nobody should use them
   but gas does not wont to assmebly hard float since they are not
   available on this cpu. Upstream did respond.


please provide # DP: lines in the patch (same for the others).


- powerpc_remove_many.diff
   this helps to to detect opcodes which are not part of the current
   CPU because without -many gas won't touch them. This currently could
   break the kernel build as the 603 on steroids cpus use performance
   counter opcodes which are not available on the steroid less 603 core.


no space at end of spec?


- pr44364.diff
   This patch made it into trunk. I don't get it into the 4.4 branch
   because I can't prove that it is a regression since 4.3. If you worry
   about caller-save.c changes I could ifdef __SPE__ them.

I dropped pr44606 because I saw it in svn-updates.diff as of the -12
release. I also dropped the lwsync  eieio patches because this
nightmare is allready addressed in gas.


could you just attach a debdiff against -12? same for the gcc-4.5 package 
please.

thanks, Matthias



--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d5c4ef1.7060...@debian.org



Processing of gcc-3.3_3.3.6ds1-21_amd64.changes

2011-02-16 Thread Debian FTP Masters
gcc-3.3_3.3.6ds1-21_amd64.changes uploaded successfully to localhost
along with the files:
  gcc-3.3_3.3.6ds1-21.dsc
  gcc-3.3_3.3.6ds1-21.diff.gz
  libstdc++5_3.3.6-21_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ppqj1-00034g...@franck.debian.org



Bug#593086: See 593110

2011-02-16 Thread Frank Heckenbach
Note the probably related bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593110

That report was removed from the Debian database now because gcc-4.1
(for which is was reported) was removed. Because of this bug
(593086), the other issue could not be tested with newer versions,
but when this bug is fixed, the other problem might reappear. So
both of them should be treated in conjunction.



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1297896154.4076.881...@goedel.fjf.gnu.de



gcc-3.3_3.3.6ds1-21_amd64.changes ACCEPTED into unstable

2011-02-16 Thread Debian FTP Masters



Accepted:
gcc-3.3_3.3.6ds1-21.diff.gz
  to main/g/gcc-3.3/gcc-3.3_3.3.6ds1-21.diff.gz
gcc-3.3_3.3.6ds1-21.dsc
  to main/g/gcc-3.3/gcc-3.3_3.3.6ds1-21.dsc
libstdc++5_3.3.6-21_amd64.deb
  to main/g/gcc-3.3/libstdc++5_3.3.6-21_amd64.deb


Override entries for your package:
gcc-3.3_3.3.6ds1-21.dsc - source devel
libstdc++5_3.3.6-21_amd64.deb - optional libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 613660 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pprqb-oq...@franck.debian.org



Bug#613782: gcc-4.4: Vectorizes some loops with -m32, but not on x86_64.

2011-02-16 Thread Jeremy Salwen
Package: gcc-4.4
Version: 4.4.5-10
Severity: normal

For the following two functions,

void foo(const float * __restrict__ input, float * __restrict__ output)
{
unsigned int pos;
for (pos = 0; pos  10100; pos++)
output[pos] = input[pos] * 0.1;
}

void bar(const float * __restrict__ input, float * __restrict__ output)
{
unsigned int pos;
unsigned int i;
for (pos = 0; pos = 1; pos += 100)
for (i = 0; i  100; i++)
output[pos + i] = input[pos + i] * 0.1;
}

compiled with 

gcc -O3 -ftree-vectorizer-verbose=5 -msse2 -m32 -c main.c

vectorizes both foo and bar.  However, compiled without the -m32

gcc -O3 -ftree-vectorizer-verbose=5 -msse2 -c main.c

will only vectorize foo, and not bar.  They should both be vectorized on both 
platforms.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gcc-4.4 depends on:
ii  binutils  2.20.1-16  The GNU assembler, linker and bina
ii  cpp-4.4   4.4.5-10   The GNU C preprocessor
ii  gcc-4.4-base  4.4.5-10   The GNU Compiler Collection (base 
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-10 GCC support library
ii  libgomp1  4.4.5-10   GCC OpenMP (GOMP) support library

Versions of packages gcc-4.4 recommends:
ii  libc6-dev 2.11.2-11  Embedded GNU C Library: Developmen

Versions of packages gcc-4.4 suggests:
pn  gcc-4.4-doc   none (no description available)
pn  gcc-4.4-locales   none (no description available)
ii  gcc-4.4-multilib  4.4.5-10   The GNU C compiler (multilib files
pn  libcloog-ppl0 none (no description available)
pn  libgcc1-dbg   none (no description available)
pn  libgomp1-dbg  none (no description available)
pn  libmudflap0-4.4-dev   none (no description available)
pn  libmudflap0-dbg   none (no description available)
pn  libppl-c2 none (no description available)
pn  libppl7   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110217074220.4212.63081.reportbug@localhost.localdomain