[Bug middle-end/37275] [4.4 Regression] ICE when compile libgomp/task.c

2008-09-26 Thread jakub at gcc dot gnu dot org
--- 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=gccview=revrev=140712 Log: PR middle-end/37275 * dwarf2out.c

[Bug middle-end/37275] [4.4 Regression] ICE when compile libgomp/task.c

2008-09-26 Thread jakub at gcc dot gnu dot org
--- 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

[Bug middle-end/37275] [4.4 Regression] ICE when compile libgomp/task.c

2008-09-09 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37275

[Bug middle-end/37275] [4.4 Regression] ICE when compile libgomp/task.c

2008-09-08 Thread jakub at gcc dot gnu dot org
-- 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

[Bug middle-end/37275] [4.4 Regression] ICE when compile libgomp/task.c

2008-09-03 Thread linuxl4 at sohu dot com
--- 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:

[Bug middle-end/37275] [4.4 Regression] ICE when compile libgomp/task.c

2008-09-03 Thread jakub at gcc dot gnu 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

[Bug middle-end/37275] [4.4 Regression] ICE when compile libgomp/task.c

2008-09-02 Thread pinskia at gcc dot gnu dot org
--- 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