re PR debug/35896 (gfortran TLS symbols broken with debug info)
authorJakub Jelinek <jakub@redhat.com>
Wed, 7 May 2008 23:15:50 +0000 (01:15 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 7 May 2008 23:15:50 +0000 (01:15 +0200)
commit1f16b47cd0047249c10f2c8e77724e5b5d7f635c
treeb3e8eca2b616b9513f95e8b042eb93844425725b
parent4218dc2db0ce983bbf9c00be37d424177504e175
re PR debug/35896 (gfortran TLS symbols broken with debug info)

PR debug/35896
* dwarf2out.c (dw_expand_expr, common_check): Removed.
(fortran_common): New function.
(gen_variable_die): Call fortran_common instead of common_check,
adjust for it returning tree instead of rtx.    Formatting.

From-SVN: r135060
gcc/ChangeLog
gcc/dwarf2out.c