Processing of gcc-defaults_1.85_i386.changes

2009-05-18 Thread Archive Administrator
gcc-defaults_1.85_i386.changes uploaded successfully to localhost along with the files: gcc-defaults_1.85.dsc gcc-defaults_1.85.tar.gz libgcj-common_4.4.0-5_all.deb cpp_4.3.3-7_i386.deb gcc_4.3.3-7_i386.deb gcc-multilib_4.3.3-7_i386.deb gnat_4.3.3-7_i386.deb libgnatvsn-dev_4.3.3-7_i

java-gcj-compat_1.0.80-2_multi.changes ACCEPTED

2009-05-18 Thread Debian Installer
Accepted: java-gcj-compat-dev_1.0.80-2_hppa.deb to pool/main/j/java-gcj-compat/java-gcj-compat-dev_1.0.80-2_hppa.deb java-gcj-compat-dev_1.0.80-2_i386.deb to pool/main/j/java-gcj-compat/java-gcj-compat-dev_1.0.80-2_i386.deb java-gcj-compat-headless_1.0.80-2_hppa.deb to pool/main/j/java-gcj-c

Processing of java-gcj-compat_1.0.80-2_multi.changes

2009-05-18 Thread Archive Administrator
java-gcj-compat_1.0.80-2_multi.changes uploaded successfully to localhost along with the files: java-gcj-compat-dev_1.0.80-2_hppa.deb java-gcj-compat_1.0.80-2.diff.gz java-gcj-compat_1.0.80-2_i386.deb java-gcj-compat_1.0.80-2_hppa.deb java-gcj-compat-dev_1.0.80-2_i386.deb java-gcj-compa

Bug#396583: marked as done (libgcj-common: Link to gcj-4.1-base makes checksums mismatch)

2009-05-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 May 2009 19:42:58 + with message-id and subject line Bug#396583: fixed in gcc-defaults 1.84 has caused the Debian Bug report #396583, regarding libgcj-common: Link to gcj-4.1-base makes checksums mismatch to be marked as done. This means that you claim that the pro

Bug#498950: marked as done (/usr/share/doc/cpp/README.Debian confusing and/or inconsistent)

2009-05-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 May 2009 19:42:58 + with message-id and subject line Bug#498950: fixed in gcc-defaults 1.84 has caused the Debian Bug report #498950, regarding /usr/share/doc/cpp/README.Debian confusing and/or inconsistent to be marked as done. This means that you claim that the p

Bug#427442: marked as done (/usr/share/doc/libgcj-common/changelog.Debian.gz overwrites gcj-4.1-base/changelog.Debian.gz)

2009-05-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 May 2009 19:42:58 + with message-id and subject line Bug#396583: fixed in gcc-defaults 1.84 has caused the Debian Bug report #396583, regarding /usr/share/doc/libgcj-common/changelog.Debian.gz overwrites gcj-4.1-base/changelog.Debian.gz to be marked as done. This

gcc-defaults_1.84_multi.changes ACCEPTED

2009-05-18 Thread Debian Installer
Accepted: cpp_4.3.3-6_hppa.deb to pool/main/g/gcc-defaults/cpp_4.3.3-6_hppa.deb cpp_4.3.3-6_i386.deb to pool/main/g/gcc-defaults/cpp_4.3.3-6_i386.deb g++-multilib_4.3.3-6_i386.deb to pool/main/g/gcc-defaults/g++-multilib_4.3.3-6_i386.deb g++_4.3.3-6_hppa.deb to pool/main/g/gcc-defaults/g++

Results for 4.4.0 (Debian 4.4.0-5) testsuite on ia64-unknown-linux-gnu

2009-05-18 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_0_release revision 146514 Target: ia64-linux-gnu gcc version 4.4.0 (Debian 4.4.0-5) Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # of expected passes

Results for 4.4.0 (Debian 4.4.0-5) testsuite on x86_64-pc-linux-gnu

2009-05-18 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_0_release revision 146514 Target: x86_64-linux-gnu gcc version 4.4.0 (Debian 4.4.0-5) Native configuration is x86_64-pc-linux-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected pas

Results for 4.5.0 20090516 (experimental) [trunk revision 147610] (Debian 20090516-1) testsuite on ia64-unknown-linux-gnu

2009-05-18 Thread Matthias Klose
LAST_UPDATED: Sat May 16 10:54:24 UTC 2009 (revision 147610) Target: ia64-linux-gnu gcc version 4.5.0 20090516 (experimental) [trunk revision 147610] (Debian 20090516-1) Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix === g

gcc-4.3 4.3.3-10 MIGRATED to testing

2009-05-18 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.3-3 Current version: 4.3.3-10 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receiv

[Bug c++/40186] floating point comparison is wrong ( !(a < b) && (b > a) is true )

2009-05-18 Thread vincent at vinc17 dot org
--- Comment #8 from vincent at vinc17 dot org 2009-05-18 14:56 --- Are you sure that this comes from the extended precision? This would mean that GCC does implicit extended -> double conversions in an asymmetric way, and IIRC, I've never seen that. I can't reproduce the problem with g++

[Bug c++/40186] floating point comparison is wrong ( !(a < b) && (b > a) is true )

2009-05-18 Thread sliwa at cft dot edu dot pl
--- Comment #7 from sliwa at cft dot edu dot pl 2009-05-18 14:52 --- The case (a < b) && (b < a) shows that not discarding the extra precision before performing a comparison leads to serious problems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40186 --- You are receiving th

[Bug c++/40186] floating point comparison is wrong ( !(a < b) && (b > a) is true )

2009-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-05-18 14:49 --- Either use -ffloat-store or -mfpmath=sse . The issue comes from excessive precision. It is not < or > which is causing the problem but keeping one of a or b in the fp stack register but putting the other one on the

[Bug rtl-optimization/323] optimized code gives strange floating point results

2009-05-18 Thread ich at az2000 dot de
--- Comment #129 from ich at az2000 dot de 2009-05-18 14:24 --- I am a bit wondering if this bug is also for the case (a < b) && (b < a) == true. Is it? Because if so, this becomes way more serious, as for example std::set is broken then (and depending on the STL implementation, it will

[Bug rtl-optimization/323] optimized code gives strange floating point results

2009-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #128 from pinskia at gcc dot gnu dot org 2009-05-18 14:11 --- *** Bug 40186 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/40186] floating point comparison is wrong ( !(a < b) && (b > a) is true )

2009-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2009-05-18 14:11 --- *** This bug has been marked as a duplicate of 323 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

gcj-4.4_4.4.0-5_hppa.changes ACCEPTED

2009-05-18 Thread Debian Installer
Accepted: gcj-4.4-base_4.4.0-5_hppa.deb to pool/main/g/gcj-4.4/gcj-4.4-base_4.4.0-5_hppa.deb gcj-4.4-jdk_4.4.0-5_hppa.deb to pool/main/g/gcj-4.4/gcj-4.4-jdk_4.4.0-5_hppa.deb gcj-4.4-jre-headless_4.4.0-5_hppa.deb to pool/main/g/gcj-4.4/gcj-4.4-jre-headless_4.4.0-5_hppa.deb gcj-4.4-jre_4.4.0-5

Processing of gcj-4.4_4.4.0-5_hppa.changes

2009-05-18 Thread Archive Administrator
gcj-4.4_4.4.0-5_hppa.changes uploaded successfully to localhost along with the files: gcj-4.4-base_4.4.0-5_hppa.deb gcj-4.4-jre-headless_4.4.0-5_hppa.deb libgcj10_4.4.0-5_hppa.deb libgcj10-awt_4.4.0-5_hppa.deb gcj-4.4-jre_4.4.0-5_hppa.deb libgcj10-dev_4.4.0-5_hppa.deb libgcj10-dbg_4.4

gcc-defaults_1.84_multi.changes is NEW

2009-05-18 Thread Debian Installer
cpp_4.3.3-6_hppa.deb to pool/main/g/gcc-defaults/cpp_4.3.3-6_hppa.deb cpp_4.3.3-6_i386.deb to pool/main/g/gcc-defaults/cpp_4.3.3-6_i386.deb g++-multilib_4.3.3-6_i386.deb to pool/main/g/gcc-defaults/g++-multilib_4.3.3-6_i386.deb g++_4.3.3-6_hppa.deb to pool/main/g/gcc-defaults/g++_4.3.3-6_hp

Bug#519336: gnat1 segfault when unchecked converting an identifier with type mismatch

2009-05-18 Thread Ludovic Brenta
Nicolas, Why do you say that there is a type mismatch in the record declaration? As far as I can see, the contents of the record type are completely irrelevant to the bug; it simply tries to convert the integer zero to an access value during elaboration (which should presumably return null). --

Processed: gnat1 segfault when unchecked converting an identifier with type mismatch

2009-05-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 519336 gnat-4.3 Bug#519336: gnat1 segfault when unchecked converting an identifier with type mismatch Bug reassigned from package `gnat' to `gnat-4.3'. > tags 519336 confirmed upstream Bug#519336: gnat1 segfault when unchecked convertin

Processing of gcc-defaults_1.84_multi.changes

2009-05-18 Thread Archive Administrator
gcc-defaults_1.84_multi.changes uploaded successfully to localhost along with the files: gcj_4.4.0-4_hppa.deb cpp_4.3.3-6_hppa.deb gpc_2.1-4.1.2-34_hppa.deb gcc-defaults_1.84.dsc gcc_4.3.3-6_hppa.deb gobjc_4.3.3-6_i386.deb gfortran_4.3.3-6_i386.deb gdc_4.1.2-34_hppa.deb gobjc-mult

Processed: Fixed in 4.3.3-3

2009-05-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > fixed 527367 4.3.3-3 Bug#527367: FTBFS: configure: error: GNAT is required to build ada Bug marked as fixed in version 4.3.3-3. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrato