--- Comment #6 from jakub at gcc dot gnu dot org 2008-09-26 21:03 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #5 from jakub at gcc dot gnu dot org 2008-09-26 21:00 ---
Subject: Bug 37275
Author: jakub
Date: Fri Sep 26 20:59:03 2008
New Revision: 140712
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140712
Log:
PR middle-end/37275
* dwarf2out.c (tls_mem_loc_de
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37275
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-09-03 22:18 ---
What happens here is that there is a variable (task) initialized from
a value within thread local aggregate (gomp_tls_data.task) and it is never
modified, and as i386 has very few registers and register preassure is hi
--- Comment #3 from linuxl4 at sohu dot com 2008-09-03 10:42 ---
[~/tmp]$gcc --version |head -1
gcc (GCC) 4.4.0 20080902 (experimental)
[~/tmp]$gcc -g -O2 -march=i686 -fstack-protector -c task.c -o task.o
/trunk/libgomp/task.c: In function 'GOMP_task':
/trunk/libgomp/task.c:186: interna
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-09-02 20:39 ---
Can you say what the ICE is?
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added