------- Comment #12 from jakub at gcc dot gnu dot org 2007-06-26 11:52 ------- Subject: Bug 29299
Author: jakub Date: Tue Jun 26 11:52:20 2007 New Revision: 126026 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126026 Log: 2006-10-18 Jan Hubicka <[EMAIL PROTECTED]> PR middle-end/29299 * cfgexpand.c (expand_used_vars_for_block): Vars marked used by user are used. 2006-10-15 Jan Hubicka <[EMAIL PROTECTED]> Richard Guenther <[EMAIL PROTECTED]> 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. * gcc.dg/pr29299.c: New testcase. Added: branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr29299.c Modified: branches/redhat/gcc-4_1-branch/gcc/ChangeLog branches/redhat/gcc-4_1-branch/gcc/cfgexpand.c branches/redhat/gcc-4_1-branch/gcc/cgraphunit.c branches/redhat/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29299