Bug#472970: expect-tcl8.3 replacement

2010-01-02 Thread Matthias Klose
On 01.01.2010 09:39, Sergei Golovan wrote: On Wed, Dec 30, 2009 at 5:10 AM,d...@debian.org wrote: Sergei, please could you check that the expect built again tcl8.5 is ok for running the gcc-4.4 and gcc-snapshot testsuites (and other testsuites) on hppa? Attached are the first results (for

[Bug target/42536] [4.4/4.5 regression] ICE in spill_failure, at reload1.c:2141

2010-01-02 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2010-01-02 14:30 --- With 3 register vars in the function (ebx, edi, esi) on the register starved ix86 the error is tollerable. From the 8 registers the programmer takes 3, %esp is fixed, without -fomit-frame-pointer %ebp is fixed too,

[Bug target/42536] [4.4/4.5 regression] ICE in spill_failure, at reload1.c:2141

2010-01-02 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added GCC target triplet||i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42536

[Bug target/42536] [4.4/4.5 regression] ICE in spill_failure, at reload1.c:2141

2010-01-02 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2010-01-02 16:44 --- Reduced testcase: /* { dg-do compile { target { { i?86-*-* x86_64-*-* } ilp32 } } } */ /* { dg-options -O2 -fno-gcse } */ struct C; struct B { struct C *b; }; struct C { void (*baz) (struct B *, void *, int); };

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

2010-01-02 Thread fang at csl dot cornell dot edu
-- fang at csl dot cornell dot edu changed: What|Removed |Added CC||fang at csl dot cornell dot |

[Bug target/42564] ICE on sparc - unrecognizable insn

2010-01-02 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2010-01-02 17:33 --- I can reproduce on native (and with a cross by stealing the native auto-host.h). -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-02 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added GCC target triplet|sparc-linux-gnu |sparc*-linux-gnu Summary|ICE on sparc -

Results for 4.4.2 (Debian 4.4.2-8) testsuite on arm-unknown-linux-gnueabi

2010-01-02 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840 Native configuration is arm-unknown-linux-gnueabi === libgomp tests === Running target unix FAIL: libgomp.c/lock-1.c execution test WARNING: program timed out. FAIL: libgomp.fortran/strassen.f90 -O

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

2010-01-02 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840 Target: mipsel-linux-gnu gcc version 4.4.2 (Debian 4.4.2-8) Native configuration is mipsel-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/ipa/iinline-1.C scan-ipa-dump inline

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

2010-01-02 Thread Matthias Klose
LAST_UPDATED: Mon Dec 28 10:36:38 UTC 2009 (revision 155486) Target: hppa-linux-gnu gcc version 4.5.0 20091228 (experimental) [trunk revision 155486] (Debian 20091228-2) === acats tests === === acats Summary === # of expected passes2321 # of

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

2010-01-02 Thread Matthias Klose
LAST_UPDATED: Mon Dec 28 10:36:38 UTC 2009 (revision 155486) Target: ia64-linux-gnu gcc version 4.5.0 20091228 (experimental) [trunk revision 155486] (Debian 20091228-2) === acats tests === FAIL: cb1010a FAIL: cb1010c FAIL: cb1010d === acats Summary === #

Processing of gcc-4.4_4.4.2-8_sparc.changes

2010-01-02 Thread Archive Administrator
gcc-4.4_4.4.2-8_sparc.changes uploaded successfully to localhost along with the files: gcc-4.4-base_4.4.2-8_sparc.deb libgcc1_4.4.2-8_sparc.deb libgcc1-dbg_4.4.2-8_sparc.deb lib64gcc1_4.4.2-8_sparc.deb lib64gcc1-dbg_4.4.2-8_sparc.deb libgomp1_4.4.2-8_sparc.deb

gcc-4.4_4.4.2-8_sparc.changes ACCEPTED

2010-01-02 Thread Archive Administrator
Accepted: cpp-4.4_4.4.2-8_sparc.deb to main/g/gcc-4.4/cpp-4.4_4.4.2-8_sparc.deb fixincludes_4.4.2-8_sparc.deb to main/g/gcc-4.4/fixincludes_4.4.2-8_sparc.deb g++-4.4-multilib_4.4.2-8_sparc.deb to main/g/gcc-4.4/g++-4.4-multilib_4.4.2-8_sparc.deb g++-4.4_4.4.2-8_sparc.deb to

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-02 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2010-01-02 22:26 --- Created an attachment (id=19451) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19451action=view) Reduced testcase. Requires TLS support. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42564 ---

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-02 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2010-01-02 23:00 --- The root of the problem is plus_constant wrapping up a TLS symbol in a CONST: (const:DI (plus:DI (symbol_ref:DI (m) [flags 0x1a] var_decl m) (const_int 4 [0x4]))) what the SPARC back-end doesn't like.