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

2008-03-22 Thread rguenth at gcc dot gnu dot org


--- Comment #1 from rguenth at gcc dot gnu dot org  2008-03-22 13:21 ---
Does it work with gcc 4.2?


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

   Keywords||wrong-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35659

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


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



[Bug target/35658] [4.3/4.4 regression] Bad interaction on ia64 between -funroll-loops -fno-automatic -O2 and common block variable

2008-03-22 Thread rguenth at gcc dot gnu dot org


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

  Component|rtl-optimization|target
   Keywords||wrong-code
Summary|[4.3 regression] Bad|[4.3/4.4 regression] Bad
   |interaction on ia64 between |interaction on ia64 between
   |-funroll-loops -fno-|-funroll-loops -fno-
   |automatic -O2 and common|automatic -O2 and common
   |block variable  |block variable
   Target Milestone|--- |4.3.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35658

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


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



Processing of libffi_3.0.4-2_i386.changes

2008-03-22 Thread Archive Administrator
libffi_3.0.4-2_i386.changes uploaded successfully to localhost
along with the files:
  libffi_3.0.4-2.dsc
  libffi_3.0.4-2.diff.gz
  libffi-dev_3.0.4-2_i386.deb
  lib64ffi-dev_3.0.4-2_i386.deb
  libffi5_3.0.4-2_i386.deb
  lib64ffi5_3.0.4-2_i386.deb
  libffi5-dbg_3.0.4-2_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#292961: As big as a cannon

2008-03-22 Thread Freddy Garbino

Make your dreams of being a massive 9 inches long true today.

http://www.siepredto.com/
Her shaver is her secret vibrator



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



libffi_3.0.4-2_i386.changes ACCEPTED

2008-03-22 Thread Debian Installer

Accepted:
lib64ffi-dev_3.0.4-2_i386.deb
  to pool/main/libf/libffi/lib64ffi-dev_3.0.4-2_i386.deb
lib64ffi5_3.0.4-2_i386.deb
  to pool/main/libf/libffi/lib64ffi5_3.0.4-2_i386.deb
libffi-dev_3.0.4-2_i386.deb
  to pool/main/libf/libffi/libffi-dev_3.0.4-2_i386.deb
libffi5-dbg_3.0.4-2_i386.deb
  to pool/main/libf/libffi/libffi5-dbg_3.0.4-2_i386.deb
libffi5_3.0.4-2_i386.deb
  to pool/main/libf/libffi/libffi5_3.0.4-2_i386.deb
libffi_3.0.4-2.diff.gz
  to pool/main/libf/libffi/libffi_3.0.4-2.diff.gz
libffi_3.0.4-2.dsc
  to pool/main/libf/libffi/libffi_3.0.4-2.dsc


Override entries for your package:
lib64ffi-dev_3.0.4-2_i386.deb - extra libdevel
lib64ffi5_3.0.4-2_i386.deb - extra libs
libffi-dev_3.0.4-2_i386.deb - extra libdevel
libffi5-dbg_3.0.4-2_i386.deb - extra libdevel
libffi5_3.0.4-2_i386.deb - extra libs
libffi_3.0.4-2.dsc - source libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 471399 


Thank you for your contribution to Debian.


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



Bug#471399: marked as done (libffi: FTBFS on kfreebsd-amd64)

2008-03-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Mar 2008 18:17:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#471399: fixed in libffi 3.0.4-2
has caused the Debian Bug report #471399,
regarding libffi: FTBFS on kfreebsd-amd64
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 [EMAIL PROTECTED]
immediately.)


-- 
471399: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471399
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libffi
Version: 3.0.4-1
Severity: important
Tags: patch

libffi fails to build on kfreebsd-amd64 because the biarch32 library is
not built while it is listed in debian/control.

The small patch below fixes the problem.

diff -u libffi-3.0.4/debian/rules libffi-3.0.4/debian/rules
--- libffi-3.0.4/debian/rules
+++ libffi-3.0.4/debian/rules
@@ -19,7 +19,7 @@
   multiarch += biarch64
 endif
 
-ifneq (,$(filter $(DEB_HOST_ARCH), amd64 ppc64))
+ifneq (,$(filter $(DEB_HOST_ARCH), amd64 kfreebsd-amd64 ppc64))
   multiarch += biarch32
 endif
 

-- System Information:
Debian Release: lenny/sid
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 6.3-1-em64t-p4
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: libffi
Source-Version: 3.0.4-2

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

lib64ffi-dev_3.0.4-2_i386.deb
  to pool/main/libf/libffi/lib64ffi-dev_3.0.4-2_i386.deb
lib64ffi5_3.0.4-2_i386.deb
  to pool/main/libf/libffi/lib64ffi5_3.0.4-2_i386.deb
libffi-dev_3.0.4-2_i386.deb
  to pool/main/libf/libffi/libffi-dev_3.0.4-2_i386.deb
libffi5-dbg_3.0.4-2_i386.deb
  to pool/main/libf/libffi/libffi5-dbg_3.0.4-2_i386.deb
libffi5_3.0.4-2_i386.deb
  to pool/main/libf/libffi/libffi5_3.0.4-2_i386.deb
libffi_3.0.4-2.diff.gz
  to pool/main/libf/libffi/libffi_3.0.4-2.diff.gz
libffi_3.0.4-2.dsc
  to pool/main/libf/libffi/libffi_3.0.4-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated libffi package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Mar 2008 18:39:07 +0100
Source: libffi
Binary: libffi-dev lib32ffi-dev lib64ffi-dev libffi5 lib32ffi5 lib64ffi5 
libffi5-dbg
Architecture: source i386
Version: 3.0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description: 
 lib64ffi-dev - Foreign Function Interface library (development files, 64bit)
 lib64ffi5  - Foreign Function Interface library runtime (64bit)
 libffi-dev - Foreign Function Interface library (development files)
 libffi5- Foreign Function Interface library runtime
 libffi5-dbg - Foreign Function Interface library runtime (debug symbols)
Closes: 471399
Changes: 
 libffi (3.0.4-2) unstable; urgency=medium
 .
   * Fix lib64ffi-dev package description.
   * Fix FTBFS on kfreebsd-amd64 (Aurelian Jarno). Closes: #471399.
Files: 
 1f8f8790956bc32631616116abe02a4b 790 libs extra libffi_3.0.4-2.dsc
 c46eaa6c1139a254009ebb2f1796e22f 7089 libs extra libffi_3.0.4-2.diff.gz
 7a9a1a3febc9679667f8627e1d7d6730 91428 libdevel extra 
libffi-dev_3.0.4-2_i386.deb
 4acf7cee048b562b6e33892adc65abe9 39842 libdevel extra 
lib64ffi-dev_3.0.4-2_i386.deb
 e94b3518138b732bf13476864be8ba2a 17666 libs extra libffi5_3.0.4-2_i386.deb
 6f61a145213c12610a78cf5d48ca1705 21472 libs extra lib64ffi5_3.0.4-2_i386.deb
 7f8f6267a942cea547da7a70e82946d2 40848 libdevel extra 
libffi5-dbg_3.0.4-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH5UnRStlRaw+TLJwRAnHHAJ9eqqLOA6kvdDePIgFclQ/+z3iX4gCgptYq
r621lpNwJWddMhWGec6gh54=
=H7eW
-END PGP SIGNATURE-


--- End Message ---


Fehler bei Ihrer Anmeldung !

2008-03-22 Thread System Fehler - Bitte korrigieren !
Sehr geehrter Herr HUREJM,
leider können wir Ihren G e w i n n nicht zuordnen, da falsche Daten angegeben 
worden sind.

Bitte füllen Sie ALLE Felder nochmals aus, damit wir zustellen können:

http://www.mauritius-gewinnspiel.com/gewinnspiel.php  

-- IHRE EINGETRAGENEN DATEN --

Name: HUREJM
Vorname: HEHEHEH
eMail: debian-gcc@lists.debian.org

-- IHRE EINGETRGENEN DATEN --


Mit freundlichen Grüßen

E.Wessner
Mauritius Reisebüro Team




[alpha, hppa] GCC-4.3 as the default compilers for lenny?

2008-03-22 Thread Matthias Klose
For all ports besides alpha and hppa we plan to make GCC-4.3 the
default compilers for lenny.

 - both alpha and hppa show regressions in the glibc testsuite when
   built with GCC-4.3

 - gcj has a lot of regressions in 4.3 on alpha (but doesn't work in
   4.2 either).

 - gij/gcj shows bus errors on hppa (either 4.2 or 4.3).

Please could the porter teams give some advice (drop the architecture
for the lenny release, use another (which?) compiler version, drop
gcj/java support, or fix things)?

  Matthias


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



Re: [alpha, hppa] GCC-4.3 as the default compilers for lenny?

2008-03-22 Thread Matthias Klose
Matthias Klose writes:
> For all ports besides alpha and hppa we plan to make GCC-4.3 the
> default compilers for lenny.

amd64 and i386 side note: the gcc-4.3 4.3.0-2 upload has a patch
reenabling the cld instruction when stringops are used; this patch is
neither in the gcc-4_3-branch or in the trunk.  I will revert this
patch once a fixed kernel is found in testing and there's no patch
applied in the upstream sources to avoid shipping a GCC which differs
in code generation from upstream.  There's currenty no known secnario
which will break an upgrade with new behaviour of the compiler. If
user's should be warned about the possible risk running an unfixed
kernel, then the warning can be issued by any package updated in a
release update (e.g. libc6).  buildds have to be upgraded sooner or
later anyway if these are supposed to build stuff for a lenny+1
release.

  Matthias


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



Re: [alpha, hppa] GCC-4.3 as the default compilers for lenny?

2008-03-22 Thread Carlos O'Donell
On Sat, Mar 22, 2008 at 4:33 PM, Matthias Klose <[EMAIL PROTECTED]> wrote:
> For all ports besides alpha and hppa we plan to make GCC-4.3 the
>  default compilers for lenny.
>
>   - both alpha and hppa show regressions in the glibc testsuite when
>built with GCC-4.3

What is the list of regressions?

>   - gcj has a lot of regressions in 4.3 on alpha (but doesn't work in
>4.2 either).
>
>   - gij/gcj shows bus errors on hppa (either 4.2 or 4.3).

Has gij/gcj ever worked on hppa-linux?

>  Please could the porter teams give some advice (drop the architecture
>  for the lenny release, use another (which?) compiler version, drop
>  gcj/java support, or fix things)?

Cheers,
Carlos O'Donell


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



Re: [alpha, hppa] GCC-4.3 as the default compilers for lenny?

2008-03-22 Thread Matthias Klose
Carlos O'Donell writes:
> >   - gij/gcj shows bus errors on hppa (either 4.2 or 4.3).
> 
> Has gij/gcj ever worked on hppa-linux?

at least the gij/gcj before adding support for generics (1.5) did
work.  Now that a working runtime is required for the compiler makes
things different. Please try to run a random HelloWorld program using
the interpreter.

  Matthias


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




Re: [alpha, hppa] GCC-4.3 as the default compilers for lenny?

2008-03-22 Thread Carlos O'Donell
On Sat, Mar 22, 2008 at 5:10 PM, Matthias Klose <[EMAIL PROTECTED]> wrote:
> Carlos O'Donell writes:
>  > >   - gij/gcj shows bus errors on hppa (either 4.2 or 4.3).
>  >
>  > Has gij/gcj ever worked on hppa-linux?
>
>  at least the gij/gcj before adding support for generics (1.5) did
>  work.  Now that a working runtime is required for the compiler makes
>  things different. Please try to run a random HelloWorld program using
>  the interpreter.

I'm not at all interested in gij/gcj. Why do we require that all
languages be functional for a gcc release? This is a difficult goal to
meet.

As the hppa-linux libc-ports maintainer I *am* interested in seeing
the list of regressions you have and commenting on them.

Also note that the hppa-linux list is "[EMAIL PROTECTED]"

Cheers,
Carlos.


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



Re: [alpha, hppa] GCC-4.3 as the default compilers for lenny?

2008-03-22 Thread Aurelien Jarno
Carlos O'Donell a écrit :
> On Sat, Mar 22, 2008 at 4:33 PM, Matthias Klose <[EMAIL PROTECTED]> wrote:
>> For all ports besides alpha and hppa we plan to make GCC-4.3 the
>>  default compilers for lenny.
>>
>>   - both alpha and hppa show regressions in the glibc testsuite when
>>built with GCC-4.3
> 
> What is the list of regressions?

I have tried to build the glibc with GCC 4.3 on hppa, and rpcgen
segfaults when it is used, so the build fails. I haven't start to
investigate the problem (I started by the architectures where the
problems were minor).

Cheers,
Aurelien

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Re: [alpha, hppa] GCC-4.3 as the default compilers for lenny?

2008-03-22 Thread Matthias Klose
Carlos O'Donell writes:
> On Sat, Mar 22, 2008 at 5:10 PM, Matthias Klose <[EMAIL PROTECTED]> wrote:
> > Carlos O'Donell writes:
> >  > >   - gij/gcj shows bus errors on hppa (either 4.2 or 4.3).
> >  >
> >  > Has gij/gcj ever worked on hppa-linux?
> >
> >  at least the gij/gcj before adding support for generics (1.5) did
> >  work.  Now that a working runtime is required for the compiler makes
> >  things different. Please try to run a random HelloWorld program using
> >  the interpreter.
> 
> I'm not at all interested in gij/gcj. Why do we require that all
> languages be functional for a gcc release? This is a difficult goal to
> meet.

I'll let the release team answer this question. IMO we should require
a port to support some kind of java runtime.  Is there any chance to
get the IcedTea Zero port working for hppa, or get the hpux java
support be ported to OpenJDK?

> As the hppa-linux libc-ports maintainer I *am* interested in seeing
> the list of regressions you have and commenting on them.

Please wait for the feedback from Aurelian.

> Also note that the hppa-linux list is "[EMAIL PROTECTED]"

thanks for the hint.

  Matthias


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



Processing of gcc-4.3_4.3.0-2_multi.changes

2008-03-22 Thread Archive Administrator
gcc-4.3_4.3.0-2_multi.changes uploaded successfully to localhost
along with the files:
  libstdc++6-4.3-dbg_4.3.0-2_powerpc.deb
  libgfortran3_4.3.0-2_powerpc.deb
  gcc-4.3_4.3.0-2.diff.gz
  gobjc++-4.3-multilib_4.3.0-2_i386.deb
  lib64objc2-dbg_4.3.0-2_i386.deb
  lib64ffi4_4.3.0-2_i386.deb
  libmudflap0_4.3.0-2_i386.deb
  libmudflap0-dbg_4.3.0-2_powerpc.deb
  gcc-4.3-locales_4.3.0-2_all.deb
  libgomp1_4.3.0-2_powerpc.deb
  cpp-4.3_4.3.0-2_i386.deb
  libstdc++6-4.3-dev_4.3.0-2_i386.deb
  lib64gomp1-dbg_4.3.0-2_powerpc.deb
  lib64gomp1_4.3.0-2_powerpc.deb
  lib64mudflap0_4.3.0-2_i386.deb
  libstdc++6-4.3-dbg_4.3.0-2_i386.deb
  lib64gfortran3_4.3.0-2_powerpc.deb
  lib64gfortran3-dbg_4.3.0-2_powerpc.deb
  gfortran-4.3-multilib_4.3.0-2_powerpc.deb
  lib64gfortran3_4.3.0-2_i386.deb
  lib64objc2_4.3.0-2_powerpc.deb
  libstdc++6-4.3-dev_4.3.0-2_powerpc.deb
  gobjc-4.3_4.3.0-2_i386.deb
  libgcc1-dbg_4.3.0-2_i386.deb
  lib64gcc1-dbg_4.3.0-2_i386.deb
  lib64stdc++6_4.3.0-2_powerpc.deb
  libmudflap0-4.3-dev_4.3.0-2_powerpc.deb
  lib64objc2_4.3.0-2_i386.deb
  libffi4_4.3.0-2_powerpc.deb
  lib64stdc++6-4.3-dbg_4.3.0-2_i386.deb
  libgomp1-dbg_4.3.0-2_i386.deb
  libgcc1_4.3.0-2_powerpc.deb
  libgfortran3_4.3.0-2_i386.deb
  libobjc2-dbg_4.3.0-2_i386.deb
  gobjc++-4.3_4.3.0-2_i386.deb
  lib64gcc1-dbg_4.3.0-2_powerpc.deb
  libgfortran3-dbg_4.3.0-2_powerpc.deb
  libmudflap0_4.3.0-2_powerpc.deb
  gobjc++-4.3_4.3.0-2_powerpc.deb
  libstdc++6-4.3-doc_4.3.0-2_all.deb
  gcc-4.3_4.3.0-2_powerpc.deb
  libmudflap0-dbg_4.3.0-2_i386.deb
  g++-4.3-multilib_4.3.0-2_i386.deb
  g++-4.3-multilib_4.3.0-2_powerpc.deb
  lib64gfortran3-dbg_4.3.0-2_i386.deb
  g++-4.3_4.3.0-2_powerpc.deb
  libgfortran3-dbg_4.3.0-2_i386.deb
  protoize_4.3.0-2_i386.deb
  libgcc1_4.3.0-2_i386.deb
  libffi4-dev_4.3.0-2_powerpc.deb
  libstdc++6_4.3.0-2_i386.deb
  g++-4.3_4.3.0-2_i386.deb
  libffi4-dev_4.3.0-2_i386.deb
  libstdc++6-4.3-pic_4.3.0-2_powerpc.deb
  libobjc2_4.3.0-2_powerpc.deb
  libffi4_4.3.0-2_i386.deb
  lib64gomp1-dbg_4.3.0-2_i386.deb
  gcc-4.3-base_4.3.0-2_i386.deb
  gobjc-4.3_4.3.0-2_powerpc.deb
  lib64objc2-dbg_4.3.0-2_powerpc.deb
  libmudflap0-4.3-dev_4.3.0-2_i386.deb
  lib64gomp1_4.3.0-2_i386.deb
  libobjc2-dbg_4.3.0-2_powerpc.deb
  lib64ffi4-dbg_4.3.0-2_powerpc.deb
  lib64gcc1_4.3.0-2_i386.deb
  lib64ffi4-dbg_4.3.0-2_i386.deb
  gfortran-4.3-multilib_4.3.0-2_i386.deb
  gfortran-4.3_4.3.0-2_powerpc.deb
  gcc-4.3_4.3.0-2_i386.deb
  gobjc++-4.3-multilib_4.3.0-2_powerpc.deb
  gobjc-4.3-multilib_4.3.0-2_i386.deb
  gfortran-4.3_4.3.0-2_i386.deb
  fixincludes_4.3.0-2_powerpc.deb
  lib64mudflap0-dbg_4.3.0-2_i386.deb
  cpp-4.3_4.3.0-2_powerpc.deb
  lib64mudflap0_4.3.0-2_powerpc.deb
  lib64ffi4_4.3.0-2_powerpc.deb
  gcc-4.3-multilib_4.3.0-2_powerpc.deb
  gobjc-4.3-multilib_4.3.0-2_powerpc.deb
  libgomp1_4.3.0-2_i386.deb
  gcc-4.3-multilib_4.3.0-2_i386.deb
  protoize_4.3.0-2_powerpc.deb
  lib64stdc++6_4.3.0-2_i386.deb
  fixincludes_4.3.0-2_i386.deb
  libstdc++6-4.3-pic_4.3.0-2_i386.deb
  gcc-4.3-base_4.3.0-2_powerpc.deb
  libstdc++6_4.3.0-2_powerpc.deb
  lib64stdc++6-4.3-dbg_4.3.0-2_powerpc.deb
  gcc-4.3-source_4.3.0-2_all.deb
  libobjc2_4.3.0-2_i386.deb
  libgcc1-dbg_4.3.0-2_powerpc.deb
  lib64mudflap0-dbg_4.3.0-2_powerpc.deb
  lib64gcc1_4.3.0-2_powerpc.deb
  libffi4-dbg_4.3.0-2_powerpc.deb
  libffi4-dbg_4.3.0-2_i386.deb
  libgomp1-dbg_4.3.0-2_powerpc.deb
  gcc-4.3_4.3.0-2.dsc

Greetings,

Your Debian queue daemon


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



Processing of gcj-4.3_4.3.0-2_i386.changes

2008-03-22 Thread Archive Administrator
gcj-4.3_4.3.0-2_i386.changes uploaded successfully to localhost
along with the files:
  gcj-4.3_4.3.0-2.dsc
  gcj-4.3_4.3.0-2.diff.gz
  libgcj9-jar_4.3.0-2_all.deb
  libgcj9-src_4.3.0-2_all.deb
  libgcj-doc_4.3.0-2_all.deb
  gcj-4.3-base_4.3.0-2_i386.deb
  gij-4.3_4.3.0-2_i386.deb
  libgcj9-0_4.3.0-2_i386.deb
  libgcj9-0-awt_4.3.0-2_i386.deb
  gappletviewer-4.3_4.3.0-2_i386.deb
  libgcj9-dev_4.3.0-2_i386.deb
  libgcj9-dbg_4.3.0-2_i386.deb
  gcj-4.3_4.3.0-2_i386.deb

Greetings,

Your Debian queue daemon


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



gcc-4.3 4.3.0-1 MIGRATED to testing

2008-03-22 Thread Debian testing watch
FYI: The status of the gcc-4.3 source package
in Debian's testing distribution has changed.

  Previous version: 4.3.0~rc2-1
  Current version:  4.3.0-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



gcc-4.3_4.3.0-2_multi.changes ACCEPTED

2008-03-22 Thread Debian Installer

Accepted:
cpp-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/cpp-4.3_4.3.0-2_i386.deb
cpp-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/cpp-4.3_4.3.0-2_powerpc.deb
fixincludes_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/fixincludes_4.3.0-2_i386.deb
fixincludes_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/fixincludes_4.3.0-2_powerpc.deb
g++-4.3-multilib_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/g++-4.3-multilib_4.3.0-2_i386.deb
g++-4.3-multilib_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/g++-4.3-multilib_4.3.0-2_powerpc.deb
g++-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/g++-4.3_4.3.0-2_i386.deb
g++-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/g++-4.3_4.3.0-2_powerpc.deb
gcc-4.3-base_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gcc-4.3-base_4.3.0-2_i386.deb
gcc-4.3-base_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gcc-4.3-base_4.3.0-2_powerpc.deb
gcc-4.3-locales_4.3.0-2_all.deb
  to pool/main/g/gcc-4.3/gcc-4.3-locales_4.3.0-2_all.deb
gcc-4.3-multilib_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gcc-4.3-multilib_4.3.0-2_i386.deb
gcc-4.3-multilib_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gcc-4.3-multilib_4.3.0-2_powerpc.deb
gcc-4.3-source_4.3.0-2_all.deb
  to pool/main/g/gcc-4.3/gcc-4.3-source_4.3.0-2_all.deb
gcc-4.3_4.3.0-2.diff.gz
  to pool/main/g/gcc-4.3/gcc-4.3_4.3.0-2.diff.gz
gcc-4.3_4.3.0-2.dsc
  to pool/main/g/gcc-4.3/gcc-4.3_4.3.0-2.dsc
gcc-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gcc-4.3_4.3.0-2_i386.deb
gcc-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gcc-4.3_4.3.0-2_powerpc.deb
gfortran-4.3-multilib_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gfortran-4.3-multilib_4.3.0-2_i386.deb
gfortran-4.3-multilib_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gfortran-4.3-multilib_4.3.0-2_powerpc.deb
gfortran-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gfortran-4.3_4.3.0-2_i386.deb
gfortran-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gfortran-4.3_4.3.0-2_powerpc.deb
gobjc++-4.3-multilib_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gobjc++-4.3-multilib_4.3.0-2_i386.deb
gobjc++-4.3-multilib_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gobjc++-4.3-multilib_4.3.0-2_powerpc.deb
gobjc++-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gobjc++-4.3_4.3.0-2_i386.deb
gobjc++-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gobjc++-4.3_4.3.0-2_powerpc.deb
gobjc-4.3-multilib_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gobjc-4.3-multilib_4.3.0-2_i386.deb
gobjc-4.3-multilib_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gobjc-4.3-multilib_4.3.0-2_powerpc.deb
gobjc-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gobjc-4.3_4.3.0-2_i386.deb
gobjc-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gobjc-4.3_4.3.0-2_powerpc.deb
lib64ffi4-dbg_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64ffi4-dbg_4.3.0-2_i386.deb
lib64ffi4-dbg_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64ffi4-dbg_4.3.0-2_powerpc.deb
lib64ffi4_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64ffi4_4.3.0-2_i386.deb
lib64ffi4_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64ffi4_4.3.0-2_powerpc.deb
lib64gcc1-dbg_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64gcc1-dbg_4.3.0-2_i386.deb
lib64gcc1-dbg_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64gcc1-dbg_4.3.0-2_powerpc.deb
lib64gcc1_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64gcc1_4.3.0-2_i386.deb
lib64gcc1_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64gcc1_4.3.0-2_powerpc.deb
lib64gfortran3-dbg_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64gfortran3-dbg_4.3.0-2_i386.deb
lib64gfortran3-dbg_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64gfortran3-dbg_4.3.0-2_powerpc.deb
lib64gfortran3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64gfortran3_4.3.0-2_i386.deb
lib64gfortran3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64gfortran3_4.3.0-2_powerpc.deb
lib64gomp1-dbg_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64gomp1-dbg_4.3.0-2_i386.deb
lib64gomp1-dbg_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64gomp1-dbg_4.3.0-2_powerpc.deb
lib64gomp1_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64gomp1_4.3.0-2_i386.deb
lib64gomp1_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64gomp1_4.3.0-2_powerpc.deb
lib64mudflap0-dbg_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64mudflap0-dbg_4.3.0-2_i386.deb
lib64mudflap0-dbg_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64mudflap0-dbg_4.3.0-2_powerpc.deb
lib64mudflap0_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64mudflap0_4.3.0-2_i386.deb
lib64mudflap0_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64mudflap0_4.3.0-2_powerpc.deb
lib64objc2-dbg_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64objc2-dbg_4.3.0-2_i386.deb
lib64objc2-dbg_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64objc2-dbg_4.3.0-2_powerpc.deb
lib64objc2_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64objc2_4.3.0-2_i386.deb
lib64objc2_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64objc2_4.3.0-2_powerpc.deb
lib64stdc++6-4.3-dbg_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/lib64stdc++6-4.3-dbg_4.3.0-2_i386.deb
lib64stdc++6-4.3-dbg_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/lib64stdc++6-4.3-dbg_4.

gcj-4.3_4.3.0-2_i386.changes ACCEPTED

2008-03-22 Thread Debian Installer

Accepted:
gappletviewer-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcj-4.3/gappletviewer-4.3_4.3.0-2_i386.deb
gcj-4.3-base_4.3.0-2_i386.deb
  to pool/main/g/gcj-4.3/gcj-4.3-base_4.3.0-2_i386.deb
gcj-4.3_4.3.0-2.diff.gz
  to pool/main/g/gcj-4.3/gcj-4.3_4.3.0-2.diff.gz
gcj-4.3_4.3.0-2.dsc
  to pool/main/g/gcj-4.3/gcj-4.3_4.3.0-2.dsc
gcj-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcj-4.3/gcj-4.3_4.3.0-2_i386.deb
gij-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcj-4.3/gij-4.3_4.3.0-2_i386.deb
libgcj-doc_4.3.0-2_all.deb
  to pool/main/g/gcj-4.3/libgcj-doc_4.3.0-2_all.deb
libgcj9-0-awt_4.3.0-2_i386.deb
  to pool/main/g/gcj-4.3/libgcj9-0-awt_4.3.0-2_i386.deb
libgcj9-0_4.3.0-2_i386.deb
  to pool/main/g/gcj-4.3/libgcj9-0_4.3.0-2_i386.deb
libgcj9-dbg_4.3.0-2_i386.deb
  to pool/main/g/gcj-4.3/libgcj9-dbg_4.3.0-2_i386.deb
libgcj9-dev_4.3.0-2_i386.deb
  to pool/main/g/gcj-4.3/libgcj9-dev_4.3.0-2_i386.deb
libgcj9-jar_4.3.0-2_all.deb
  to pool/main/g/gcj-4.3/libgcj9-jar_4.3.0-2_all.deb
libgcj9-src_4.3.0-2_all.deb
  to pool/main/g/gcj-4.3/libgcj9-src_4.3.0-2_all.deb


Override entries for your package:
gappletviewer-4.3_4.3.0-2_i386.deb - optional utils
gcj-4.3-base_4.3.0-2_i386.deb - optional libs
gcj-4.3_4.3.0-2.dsc - source devel
gcj-4.3_4.3.0-2_i386.deb - optional devel
gij-4.3_4.3.0-2_i386.deb - optional devel
libgcj-doc_4.3.0-2_all.deb - optional doc
libgcj9-0-awt_4.3.0-2_i386.deb - optional libs
libgcj9-0_4.3.0-2_i386.deb - optional libs
libgcj9-dbg_4.3.0-2_i386.deb - extra libdevel
libgcj9-dev_4.3.0-2_i386.deb - optional libdevel
libgcj9-jar_4.3.0-2_all.deb - optional libs
libgcj9-src_4.3.0-2_all.deb - optional libdevel

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Bug#211586: Achieve the size you always wanted

2008-03-22 Thread Phuc Lau
This incredible new breakthrough will give you intense sexual pleasure like 
never before.

http://www.merizbhi.com/
10 new ways to caress breasts



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



Bug#469567: marked as done (gcc-4.3: old behavior wrt cld/std should be restored)

2008-03-22 Thread Debian Bug Tracking System

Your message dated Sat, 22 Mar 2008 22:32:20 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469567: fixed in gcc-4.3 4.3.0-2
has caused the Debian Bug report #469567,
regarding gcc-4.3: old behavior wrt cld/std should be restored
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 [EMAIL PROTECTED]
immediately.)


-- 
469567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469567
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Subject: libc6: New version of libc6 hangs SBCL
Package: libc6
Version: 2.7-9
Severity: critical
Justification: breaks unrelated software

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

After upgrading to 2.7-9 of libc6 in unstable, SBCL became extremely
prone to crashing 
randomly (i.e. 5-10 source files compiled of the SBCL CVS code before a
100% CPU hang which 
was only killable with -s 9.

The issue was originally raised on the SBCL devel list here:

http://thread.gmane.org/gmane.lisp.steel-bank.devel/10902/focus=10905

I upgraded the system from libc6 2.7-8, which seems to have caused the
problem. Downgrading 
libc6 to the package in testing (libc 2.7-6) fixes it again: I've since
compiled sbcl from 
CVS twice to make sure.


Rupert Swarbrick


P.S. The System Information below was generated with reportbug and I've
currently got 2.7-6 
installed. libgcc1 doesn't seem to have been up/down-graded, though, so
I think the below is 
mostly true except for the "testing" bits, since all other libraries are
at the current 
versions in unstable.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc6 depends on:
ii  libgcc1 1:4.3-20080227-1 GCC support library

libc6 recommends no packages.

-- debconf information excluded




--- End Message ---
--- Begin Message ---
Source: gcc-4.3
Source-Version: 4.3.0-2

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

cpp-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/cpp-4.3_4.3.0-2_i386.deb
cpp-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/cpp-4.3_4.3.0-2_powerpc.deb
fixincludes_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/fixincludes_4.3.0-2_i386.deb
fixincludes_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/fixincludes_4.3.0-2_powerpc.deb
g++-4.3-multilib_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/g++-4.3-multilib_4.3.0-2_i386.deb
g++-4.3-multilib_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/g++-4.3-multilib_4.3.0-2_powerpc.deb
g++-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/g++-4.3_4.3.0-2_i386.deb
g++-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/g++-4.3_4.3.0-2_powerpc.deb
gcc-4.3-base_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gcc-4.3-base_4.3.0-2_i386.deb
gcc-4.3-base_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gcc-4.3-base_4.3.0-2_powerpc.deb
gcc-4.3-locales_4.3.0-2_all.deb
  to pool/main/g/gcc-4.3/gcc-4.3-locales_4.3.0-2_all.deb
gcc-4.3-multilib_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gcc-4.3-multilib_4.3.0-2_i386.deb
gcc-4.3-multilib_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gcc-4.3-multilib_4.3.0-2_powerpc.deb
gcc-4.3-source_4.3.0-2_all.deb
  to pool/main/g/gcc-4.3/gcc-4.3-source_4.3.0-2_all.deb
gcc-4.3_4.3.0-2.diff.gz
  to pool/main/g/gcc-4.3/gcc-4.3_4.3.0-2.diff.gz
gcc-4.3_4.3.0-2.dsc
  to pool/main/g/gcc-4.3/gcc-4.3_4.3.0-2.dsc
gcc-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gcc-4.3_4.3.0-2_i386.deb
gcc-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gcc-4.3_4.3.0-2_powerpc.deb
gfortran-4.3-multilib_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gfortran-4.3-multilib_4.3.0-2_i386.deb
gfortran-4.3-multilib_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gfortran-4.3-multilib_4.3.0-2_powerpc.deb
gfortran-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gfortran-4.3_4.3.0-2_i386.deb
gfortran-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gfortran-4.3_4.3.0-2_powerpc.deb
gobjc++-4.3-multilib_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gobjc++-4.3-multilib_4.3.0-2_i386.deb
gobjc++-4.3-multilib_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gobjc++-4.3-multilib_4.3.0-2_powerpc.deb
gobjc++-4.3_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gobjc++-4.3_4.3.0-2_i386.deb
gobjc++-4.3_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/gobjc++-4.3_4.3.0-2_powerpc.deb
gobjc-4.3-multilib_4.3.0-2_i386.deb
  to pool/main/g/gcc-4.3/gobjc-4.3-multilib_4.3.0-2_i386.deb
gobjc-4.3-multilib_4.3.0-2_powerpc.deb
  to pool/main/g/gcc-4.3/

Results for 4.3.1 20080321 (prerelease) (Debian 4.3.0-2) libjava testsuite on i486-pc-linux-gnu

2008-03-22 Thread Matthias Klose
LAST_UPDATED: 
Target: i486-linux-gnu
gcc version 4.3.1 20080321 (prerelease) (Debian 4.3.0-2) 
Native configuration is i486-pc-linux-gnu

=== libjava tests ===


Running target unix

=== libjava Summary for unix ===

# of expected passes2550

Running target unix/-fstack-protector

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

# of expected passes2550

=== libjava Summary ===

# of expected passes5100

Compiler version: 4.3.1 20080321 (prerelease) (Debian 4.3.0-2) libjava 
Platform: i486-pc-linux-gnu
configure flags: linux gnu,g
BOOT_CFLAGS=


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


Patches that Debian applied in this version:

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

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

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

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

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

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

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

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

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

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

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

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

libjava-jar:
  gjar: support @ arguments.

libjava-soname:
  Bump the libgcj soversion.

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

libjava-realloc-leak:
  Don't leak upon failed realloc (taken from the trunk).

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

pr28102:
  Apply proposed fix for PR target/28102.

alpha-no-ev4-directive:

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

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

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

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

pr24170:
  Fix PR libgcj/24170.

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

gcc-i386-emit-cld:
  Emit cld instruction when stringops are used (i386).

libssp-gnu:
  GNU/k*BSD support

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

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

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

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

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

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

config-ml:
  disable some biarch libraries for biarch builds

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

Number of warnings per file:

Number of warning types:


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



Results for 4.3.1 20080321 (prerelease) (Debian 4.3.0-2) testsuite on i486-pc-linux-gnu

2008-03-22 Thread Matthias Klose
LAST_UPDATED: 
Target: i486-linux-gnu
gcc version 4.3.1 20080321 (prerelease) (Debian 4.3.0-2) 
Native configuration is i486-pc-linux-gnu

=== g++ tests ===


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

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

# of expected passes17391
# of expected failures  82
# of unsupported tests  87

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

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

# of expected passes17391
# of expected failures  82
# of unsupported tests  87

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

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

# of expected passes17300
# of expected failures  82
# of unsupported tests  119

=== g++ Summary ===

# of expected passes52082
# of expected failures  246
# of unsupported tests  293
/scratch/packages/gcc/4.3/gcc-4.3-4.3.0/build/gcc/testsuite/g++/../../g++  
version 4.3.1 20080321 (prerelease) (Debian 4.3.0-2) 

=== gcc tests ===


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

=== gcc Summary for unix ===

# of expected passes48802
# of expected failures  167
# of untested testcases 35
# of unsupported tests  268

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

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

# of expected passes48801
# of unexpected failures2
# of expected failures  167
# of untested testcases 35
# of unsupported tests  268

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

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

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

=== gcc Summary ===

# of expected passes146268
# of unexpected failures2
# of expected failures  500
# of untested testcases 105
# of unsupported tests  916
/scratch/packages/gcc/4.3/gcc-4.3-4.3.0/build/gcc/xgcc  version 4.3.1 20080321 
(prerelease) (Debian 4.3.0-2) 

=== gfortran tests ===


Running target unix
FAIL: gfortran.dg/stat_1.f90  -O0  execution test
FAIL: gfortran.dg/stat_1.f90  -O1  execution test
FAIL: gfortran.dg/stat_1.f90  -O2  execution test
FAIL: gfortran.dg/stat_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/stat_1.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
FAIL: gfortran.dg/stat_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
FAIL: gfortran.dg/stat_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/stat_1.f90  -Os  execution test
FAIL: gfortran.dg/stat_2.f90  -O0  execution test
FAIL: gfortran.dg/stat_2.f90  -O1  execution test
FAIL: gfortran.dg/stat_2.f90  -O2  execution test
FAIL: gfortran.dg/stat_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/stat_2.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
FAIL: gfortran.dg/stat_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
FAIL: gfortran.dg/stat_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/stat_2.f90  -Os  execution test

=== gfortran Summary for unix ===

# of expected passes23732
# of unexpected failures16
# of expected failures  3
# of unsupported tests  24

Running target unix/-fstack-protector
FAIL: gfortran.dg/stat_1.f90  -O0  execution test
FAIL: gfortran.dg/stat_1.f90  -O1  execution test
FAIL: gfortran.dg/stat_1.f90  -O2  execution test
FAIL: gfortran.dg/stat_1.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/stat_1.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
FAIL: gfortran.dg/stat_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
FAIL: gfortran.dg/stat_1.f90  -O3 -g  execution test
FAIL: gfortran.dg/stat_1.f90  -Os  execution test
FAIL: gfortran.dg/stat_2.f90  -O0  execution test
FAIL: gfortran.dg/stat_2.f90  -O1  execution test
FAIL: gfortran.dg/stat_2.f90  -O2  execution test
FAIL: gfortran.dg/stat_2.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/stat_2.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
FAIL: gfortran.dg/stat_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
FAIL: gfortran.dg/stat_2.f90  -O3 -g  execution test
FAI

Results for 4.3.1 20080321 (prerelease) (Debian 4.3.0-2) testsuite on powerpc-unknown-linux-gnu

2008-03-22 Thread Matthias Klose
LAST_UPDATED: 
Target: powerpc-linux-gnu
gcc version 4.3.1 20080321 (prerelease) (Debian 4.3.0-2) 
Native configuration is powerpc-unknown-linux-gnu

=== g++ tests ===


Running target unix
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator
FAIL: g++.dg/ext/altivec-3.C execution test

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

# of expected passes17394
# of unexpected failures1
# of expected failures  82
# of unsupported tests  119

Running target unix/-fstack-protector
WARNING: Could not compile g++.dg/compat/struct-layout-1 generator
FAIL: g++.dg/ext/altivec-3.C execution test

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

# of expected passes17394
# of unexpected failures1
# of expected failures  82
# of unsupported tests  119

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

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

# of expected passes17355
# of unexpected failures2
# of expected failures  82
# of unsupported tests  122

=== g++ Summary ===

# of expected passes52143
# of unexpected failures4
# of expected failures  246
# of unsupported tests  360
/home/doko/gcc/4.3/gcc-4.3-4.3.0/build/gcc/testsuite/g++/../../g++  version 
4.3.1 20080321 (prerelease) (Debian 4.3.0-2) 

=== gcc tests ===


Running target unix
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator
FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times optimized "nasty_local" 0
FAIL: gcc.dg/pr34856.c (test for excess errors)
FAIL: gcc.dg/var-expand3.c execution test
FAIL: gcc.dg/torture/builtin-modf-1.c  -O0  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O1  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O2  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -fomit-frame-pointer  (test for 
excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -fomit-frame-pointer -funroll-loops  
(test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -Os  (test for excess errors)
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c scan-tree-dump-times vect 
"vectorization not profitable" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c scan-tree-dump-times vect 
"vectorized 1 loops" 0
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c scan-tree-dump-times vect 
"vectorization not profitable" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c scan-tree-dump-times vect 
"vectorized 1 loops" 0
FAIL: gcc.dg/vect/pr33953.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/pr33953.c scan-tree-dump-times vect "vectorizing stmts using 
SLP" 1

=== gcc Summary for unix ===

# of expected passes48434
# of unexpected failures17
# of expected failures  169
# of untested testcases 35
# of unsupported tests  370

Running target unix/-fstack-protector
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (internal compiler error)
FAIL: gcc.c-torture/compile/limits-blockid.c  -O0  (test for excess errors)
WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator
FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times optimized "nasty_local" 0
FAIL: gcc.dg/pr34856.c (test for excess errors)
FAIL: gcc.dg/var-expand3.c execution test
FAIL: gcc.dg/torture/builtin-modf-1.c  -O0  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O1  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O2  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -fomit-frame-pointer  (test for 
excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -fomit-frame-pointer -funroll-loops  
(test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/torture/builtin-modf-1.c  -Os  (test for excess errors)
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c scan-tree-dump-times vect 
"vectorization not profitable" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c scan-tree-dump-times vect 
"vectorized 1 loops" 0
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c scan-tree-dump-times vect 
"vectorization not profitable" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c scan-tree-dump-times vect 
"vectorized 1 loops" 0
FAIL: gcc.dg/vect/pr33953.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/pr33953.c scan-tree-dump-times 

Re: [alpha, hppa] GCC-4.3 as the default compilers for lenny?

2008-03-22 Thread Carlos O'Donell
On Sat, Mar 22, 2008 at 6:10 PM, Aurelien Jarno <[EMAIL PROTECTED]> wrote:
> Carlos O'Donell a écrit :
>
> > On Sat, Mar 22, 2008 at 4:33 PM, Matthias Klose <[EMAIL PROTECTED]> wrote:
>  >> For all ports besides alpha and hppa we plan to make GCC-4.3 the
>  >>  default compilers for lenny.
>  >>
>  >>   - both alpha and hppa show regressions in the glibc testsuite when
>  >>built with GCC-4.3
>  >
>  > What is the list of regressions?
>
>  I have tried to build the glibc with GCC 4.3 on hppa, and rpcgen
>  segfaults when it is used, so the build fails. I haven't start to
>  investigate the problem (I started by the architectures where the
>  problems were minor).

In 99.999% of the cases a segfault in rpcgen is caused by the newly
build dynamic loader. On Monday please ping me about this and I'll try
to reproduce the failure and give you an analysis. I'll be on
#debian-glibc if you want to talk in realtime.

Cheers,
Carlos.