--- Comment #8 from danglin at gcc dot gnu dot org 2008-11-30 16:42 ---
Fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRM
--- Comment #7 from danglin at gcc dot gnu dot org 2008-11-30 16:37 ---
Subject: Bug 38283
Author: danglin
Date: Sun Nov 30 16:35:59 2008
New Revision: 142293
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142293
Log:
PR middle-end/38283
* varasm.c (emutls_finish
--- Comment #6 from danglin at gcc dot gnu dot org 2008-11-28 04:44 ---
(gdb) p debug_tree (decl)
unit size
align 64 symtab 0 alias set -1 canonical type 7af79af8
fields
BLK file
/test/gnu/gcc/gcc/libgomp/testsuite/libgomp.fortran/pr25162.f line 9
--- Comment #5 from danglin at gcc dot gnu dot org 2008-11-28 03:35 ---
(gdb) p debug_tree ($r26)
unit size
align 32 symtab 0 alias set -1 canonical type 7af7ec30
fields
unsigned SI file
/test/gnu/gcc/gcc/libgomp/testsuite/libgomp.fortran/pr25162.f
--- Comment #4 from danglin at gcc dot gnu dot org 2008-11-27 23:49 ---
Size of __emutls_v.testcom_ block is wrong, as well as generated code.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--