re PR middle-end/29299 (gcc "used" attribute has no effect on local-scope static...
authorJan Hubicka <hubicka@gcc.gnu.org>
Sun, 15 Oct 2006 16:20:06 +0000 (16:20 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 15 Oct 2006 16:20:06 +0000 (16:20 +0000)
commit61e00a5e0d9676dacd7e407d6b797146f10aae7f
tree40fc048501d66f0b1d5def16d9ebe2a7ba1b8202
parent70c99f6c02013c9de34ce838732dd370d7ca379e
re PR middle-end/29299 (gcc "used" attribute has no effect on local-scope static variables)

PR middle-end/29299
* cgraphunit.c (cgraph_finalize_compilation_unit): Call
process_function_and_variable_attributes on all variables, including
those discovered during cgraph construction phase.

From-SVN: r117746
gcc/ChangeLog
gcc/cgraphunit.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr29299.c [new file with mode: 0644]