--- 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] )
(const_int 4 [0x4])))
what the SPARC back-end doesn't like. So someth
--- 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=19451&action=view)
Reduced testcase.
Requires TLS support.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42564
--- Y
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 main/g/gcc-4.
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
libgomp1-dbg_4.4.2-8_spa
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 ===
#
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 unexpect
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 "String::
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 executi
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
GCC target triplet|sparc-linux-gnu |sparc*-linux-gnu
Summary|ICE on sparc - |un
--- 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
---
--
fang at csl dot cornell dot edu changed:
What|Removed |Added
CC||fang at csl dot cornell dot
|
--- 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); };
--
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
---
--- 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, wh
On 01.01.2010 09:39, Sergei Golovan wrote:
On Wed, Dec 30, 2009 at 5:10 AM, 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 gcc-4.4). gcc-4.4-
15 matches
Mail list logo