Bug#471258: Maildrop hangs indefinitely on arm when compiled with optimizations

2009-12-30 Thread Josip Rodin
On Wed, Dec 30, 2009 at 02:20:51AM +0100, Matthias Klose wrote: On 30.12.2009 01:09, Josip Rodin wrote: On Wed, Dec 30, 2009 at 01:06:42AM +0100, Matthias Klose wrote: - which gcc version/package was used to build this version? https://buildd.debian.org/build.php?pkg=maildroparch=arm ? I

Bug#551088: moreinfo

2009-12-30 Thread Stefano Simonucci
I provide the following test case (Fortran 77): stef...@debsim2:~/prova$ cat test.f program test double precision a(1000) a(1)=1 write(6,*) a(1) stop end stef...@debsim2:~/prova$ gfortran-4.4 -fopenmp -o test test.f stef...@debsim2:~/prova$ ./test

Bug#551088: marked as done (gfortran-4.4: Segmentation fault of various fortran programs with OpenMP)

2009-12-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Dec 2009 12:00:33 +0100 with message-id 4b3b32d1.8030...@debian.org and subject line Re: Bug#551088: moreinfo has caused the Debian Bug report #551088, regarding gfortran-4.4: Segmentation fault of various fortran programs with OpenMP to be marked as done. This means

Processed: Re: Bug#551088: moreinfo

2009-12-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 551088 - moreinfo Bug #551088 [gfortran-4.4] gfortran-4.4: Segmentation fault of various fortran programs with OpenMP Removed tag(s) moreinfo. thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking

[Bug target/42549] Incorrect 3DNow! code generated

2009-12-30 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2009-12-30 10:57 --- Confirmed, I have a patch. -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug target/42549] Incorrect 3DNow! code generated

2009-12-30 Thread uros at gcc dot gnu dot org
--- Comment #2 from uros at gcc dot gnu dot org 2009-12-30 11:07 --- Subject: Bug 42549 Author: uros Date: Wed Dec 30 11:07:12 2009 New Revision: 155519 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155519 Log: PR target/42549 * config/i386/mmx.md

[Bug other/28322] GCC new warnings and compatibility

2009-12-30 Thread manu at gcc dot gnu dot org
--- Comment #30 from manu at gcc dot gnu dot org 2009-12-30 11:19 --- No problem. This was implemented in GCC 4.4 and mentioned in the changes.html page. We haven't received any complaints so far, so closing as FIXED. -- manu at gcc dot gnu dot org changed: What

[Bug target/42549] Incorrect 3DNow! code generated

2009-12-30 Thread uros at gcc dot gnu dot org
--- Comment #3 from uros at gcc dot gnu dot org 2009-12-30 11:35 --- Subject: Bug 42549 Author: uros Date: Wed Dec 30 11:34:57 2009 New Revision: 155521 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155521 Log: PR target/42549 * config/i386/mmx.md

[Bug target/42549] Incorrect 3DNow! code generated

2009-12-30 Thread uros at gcc dot gnu dot org
--- Comment #4 from uros at gcc dot gnu dot org 2009-12-30 11:47 --- Subject: Bug 42549 Author: uros Date: Wed Dec 30 11:47:30 2009 New Revision: 155522 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155522 Log: PR target/42549 * config/i386/mmx.md

[Bug target/42549] Incorrect 3DNow! code generated

2009-12-30 Thread ubizjak at gmail dot com
--- Comment #5 from ubizjak at gmail dot com 2009-12-30 11:49 --- Fixed. -- ubizjak at gmail dot com changed: What|Removed |Added URL|

[Bug libstdc++/42552] std::wcerr followed by std::cerr lacks std:cerr output

2009-12-30 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2009-12-30 12:51 --- If you are looking for a totally unsupported (can go away at any moment) workaround (it's a bug that it does what you want), see PR11705 *** This bug has been marked as a duplicate of 37557 *** -- paolo

[Bug libstdc++/37557] mixing wide and plain streams causes stream-errors (g++ 4.1.0 also affected)

2009-12-30 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2009-12-30 12:51 --- *** Bug 42552 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug target/42553] wrong code with -O1

2009-12-30 Thread pinskia at gmail dot com
--- Comment #1 from pinskia at gmail dot com 2009-12-30 13:14 --- Subject: Re: New: wrong code with -O1 Sent from my iPhone On Dec 30, 2009, at 7:56 AM, debian-gcc at lists dot debian dot org gcc-bugzi...@gcc.gnu.org wrote: current trunk/branches on x86_64-linux-gnu. return

Bug#541300: marked as done (gcc: 'CXXFLAGS=-g -ggdb -O0 debuild -us -uc' runs out of memory)

2009-12-30 Thread Debian Bug Tracking System
Your message dated Wed, 30 Dec 2009 14:21:55 +0100 with message-id 4b3b53f3.7050...@debian.org and subject line Re: Bug#541300: gcc: 'CXXFLAGS=-g -ggdb -O0 debuild -us -uc' runs out of memory has caused the Debian Bug report #541300, regarding gcc: 'CXXFLAGS=-g -ggdb -O0 debuild -us -uc' runs out

[Bug target/42553] wrong code with -O1

2009-12-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-12-30 14:33 --- The inline-asm is totally incorrect here is the corrected version of the function (note res should be set): static bool atomic_test_and_reset_bit(unsigned long *v,unsigned long bit) { bool res = 0; __asm__

[Bug target/42542] Vectorizer produces incorrect results on max of signed intergers

2009-12-30 Thread hjl dot tools at gmail dot com
--- Comment #11 from hjl dot tools at gmail dot com 2009-12-30 15:50 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2009-12/msg01208.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2009-12-30 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Summary|Vectorizer produces |Vectorizer produces |incorrect results on max of

Results for 4.4.2 (Debian 4.4.2-8) testsuite on hppa-unknown-linux-gnu

2009-12-30 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840 Target: hppa-linux-gnu gcc version 4.4.2 (Debian 4.4.2-8) Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # of expected passes

Results for 4.4.2 (Debian 4.4.2-8) testsuite on ia64-unknown-linux-gnu

2009-12-30 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840 Target: ia64-linux-gnu gcc version 4.4.2 (Debian 4.4.2-8) Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # of expected passes

Results for 4.4.2 (Debian 4.4.2-8) testsuite on x86_64-pc-kfreebsd-gnu

2009-12-30 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840 Target: x86_64-kfreebsd-gnu gcc version 4.4.2 (Debian 4.4.2-8) Native configuration is x86_64-pc-kfreebsd-gnu === g++ tests === Running target unix === g++ Summary for unix === # of

Results for 4.4.2 (Debian 4.4.2-8) testsuite on i486-pc-kfreebsd-gnu

2009-12-30 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840 Target: i486-kfreebsd-gnu gcc version 4.4.2 (Debian 4.4.2-8) Native configuration is i486-pc-kfreebsd-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected

Results for 4.4.2 (Debian 4.4.2-8) testsuite on s390-ibm-linux-gnu

2009-12-30 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840 Target: s390-linux-gnu gcc version 4.4.2 (Debian 4.4.2-8) Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected

Results for 4.5.0 20091228 (experimental) [trunk revision 155486] (Debian 20091228-2) testsuite on s390-ibm-linux-gnu

2009-12-30 Thread Matthias Klose
LAST_UPDATED: Mon Dec 28 10:36:38 UTC 2009 (revision 155486) Target: s390-linux-gnu gcc version 4.5.0 20091228 (experimental) [trunk revision 155486] (Debian 20091228-2) === acats tests === FAIL: c52103x FAIL: c52104x FAIL: c52104y === acats Summary === #

Bug#530901: gcc: mips cross-compiler generates needlessly slow assembly

2009-12-30 Thread Bas Wijnen
On Wed, Dec 30, 2009 at 01:47:36AM +0100, Matthias Klose wrote: tags 530901 + wontfix reassign 530901 gcc-4.2 tags 530901 + help thanks I assume nobody wants to fix this for 4.2, and the build of biarch cross compilers from the gcc-4.x sources needs some work. That's fine with me.

[Bug target/38643] [4.3 only] Doesn't hide (visibility-wise) vtables and VTTs on ARM EABI

2009-12-30 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Summary|Doesn't hide (visibility- |[4.3 only] Doesn't hide |wise) vtables and VTTs on