]> git.ipfire.org Git - thirdparty/gcc.git/commit
dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
authorJason Merrill <jason@gcc.gnu.org>
Sat, 4 Mar 2000 00:48:46 +0000 (19:48 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 4 Mar 2000 00:48:46 +0000 (19:48 -0500)
commitfcd7f76b289ddadbb67057154547d570b94f2b23
tree29b58916ce9e193f2b31a39bfb2eb5cdae4dfcef
parent6db201439a6635a374ec572561d961c9cf734ee2
dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.

        * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
        (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
        (gen_decl_die): Likewise.
        * dwarfout.c (dwarfout_file_scope_decl): Likewise.
        (output_decl): Likewise.

        * varasm.c (make_function_rtl): If we change the name used in the
        rtl, update DECL_ASSEMBLER_NAME accordingly.
        (make_decl_rtl): Likewise.

        * toplev.c (rest_of_compilation): Tweak formatting.

        * toplev.c (rest_of_compilation): find_loop_tree_blocks before
        remove_unnecessary_notes.
        (debug_ignore_block): New fn.
        * toplev.h: Declare it.
        * emit-rtl.c (remove_unncessary_notes): Call it.
        * dwarf2out.c (dwarf2out_ignore_block): New fn.
        * dwarf2out.h: Declare it.
        * final.c (final_start_function): Don't call remove_unnecessary_notes
        if we did insn scheduling.

From-SVN: r32320
gcc/ChangeLog
gcc/dwarf2out.c
gcc/dwarfout.c
gcc/emit-rtl.c
gcc/final.c
gcc/toplev.c
gcc/toplev.h
gcc/varasm.c