This is the mail archive of the gcc-patches@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]

Re: [PATCH] Make the world a bit safer for cfglayout mode


Ping!

       * jump.c (mark_all_labels): Work in cfglayout mode.
       * cfgcleanup.c (cleanup_cfg): Do not call delete_dead_jumptables
       when in cfglayout mode, because there are no dead jumptables
       visible.
       * cfgrtl.c (commit_edge_insertions): Do not allow insertion
       of instructions with control flow insns when in cfglayout mode.

See http://gcc.gnu.org/ml/gcc-patches/2006-11/msg00978.html


Thanks,

Gr.
Steven


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