------- Comment #8 from xinliangli at gmail dot com  2010-04-21 23:38 -------
This is one of the typical cases that will be handled by patch in
http://gcc.gnu.org/ml/gcc-patches/2010-04/msg00706.html

size_t search_table_entries;
search_table = parse_eh_frame_hdr (...&search_table_entries,..);

if (search_table)
{
   use of search_table_entries..

..
}

However the original problem is not shown in trunk compiler either, probably
because some earlier transformations hide it.

David


-- 

xinliangli at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xinliangli at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41817

Reply via email to