df-core.c (df_set_blocks): Do not dereference function pointers.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 7 Feb 2006 18:04:29 +0000 (18:04 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 7 Feb 2006 18:04:29 +0000 (18:04 +0000)
commite45dcf9c6eaabca7e9df6e92361c82c0d0ae23d0
tree57beded1efa81b435a173506fe6e6f19df8eaad8
parent0e5264e8ea8f3122c6bc6a4d1289c96c4f3a8d63
df-core.c (df_set_blocks): Do not dereference function pointers.

* df-core.c (df_set_blocks): Do not dereference function pointers.
(df_finish1): Likewise.
(df_hybrid_search_forward): Likewise.
(df_hybrid_search_backward): Likewise.
(df_iterative_dataflow): Likewise.
(df_analyze_problem): Likewise.
(df_compact_blocks): Likewise.
(df_dump): Likewise.
* df-scan.c (df_rescan_blocks): Likewise.
(df_record_entry_block_defs): Likewise.

* genconditions.c (write_conditions): Guard the definition of
'insn_conditions' with the check on GCC version.
(write_writer): Guard the traversal 'insn_conditions' with
the check on GCC version.

From-SVN: r110702
gcc/df-core.c
gcc/df-scan.c
gcc/genconditions.c