This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/16089] [3.5 regression] unwind-dw2.c:1311: error: insn outside basic block


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-19 21:25 -------
hmm, this patch might be the cause of this:
2004-06-19  Jan Hubicka  <jh@suse.cz>
            Steven Bosscher  <stevenb@suse.de>

        CFG transparent RTL expansion:
        * Makefile.in (cfgexpand.o): New object file.
        (builtins.o): Add dependency on basic-block.h 
        * builtins.c: Include basic-block.h
        (entry_of_function): New function.
        (expand_builtin_apply_args, expand_builtin_saveargs): Use it.
        * cfgexpand.c: New file.
        * expr.c (execute_expand, pass_expand): Kill.
        * pass.c (rest_of_compilation): Do not build CFG unless called from
        coverage code.
        * tree-cfg.c (delete_tree_cfg): Rename to..
        (delete_tree_cfg_annotations): ... this one; Do not remove the CFG itself.
        * tree-flow.h (delete_tree_cfg_annotations): Declare.
        (dleete_tree_cfg): Kill.
        * tree-optimize.c (execute_rebuild_bind, pass_rebuild_bind): Kill.
        (execute_del_cfg): Rename to...
        (execute_free_datastructures): This one...
        (pass_del_cfg): Rename to...
        (pass_free_datastructures): ... this one; Do not kill PROP_cfg.
        (init_tree_optimization_passes): Make cfg build and profiling to happen

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]