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/11593] [3.4 regression] infinite loop in find_rgns compiling c-parse.c


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakdver at atrey dot karlin
                   |                            |dot mff dot cuni dot cz


------- Additional Comments From danglin at gcc dot gnu dot org  2003-07-19 20:23 -------
The regression was introduced by this change:

2003-07-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>

        * Makefile.in (ifcvt.o): Add cfgloop.h.
        * basic-block.h (EDGE_LOOP_EXIT): New flag.
        * cfgrtl.c (rtl_verify_flow_info_1): Handle it correctly.
        * ifcvt.c: Include cfgloop.h.
        (mark_loop_exit_edges): New static function.
        (if_convert): Call it.
        (find_if_header): Ignore branches out of loops.


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