OSDN Git Service

PR debug/49032
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 May 2011 18:07:43 +0000 (18:07 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 May 2011 18:07:43 +0000 (18:07 +0000)
commitdc0bd85b332b65da0d22c48dad50e875e94bcb8d
treef455a1ce76ac8044485fea91c9fb66093a4de7f3
parentc6333c6e25f65d449eb31c7c23d7084be00cd303
PR debug/49032
* dbxout.c: Include cgraph.h.
(dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
and without value expr, return NULL if no varpool node exists for
it or if it is not needed.
* Makefile.in (dbxout.o): Depend on $(CGRAPH_H).

* gcc.dg/debug/pr49032.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174083 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/dbxout.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/pr49032.c [new file with mode: 0644]