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 rtl-optimization/12863] [3.4 regression] basic block reordering fails for fallthru of casesi


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-05 03:26 -------
Fixed on the mainline by:
2004-11-28  Steven Bosscher  <stevenb@suse.de>
            John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

        * config/vax/vax.h (CASE_DROPS_THROUGH): Don't define.
        * config/vax/vax.md (casesi): Emit a test-and-branch to make sure
        that the case is in range, to make sure the casesi insn is always
        in range and never falls through.
        (casesi1): Add comment to explain why casesi never falls through.
        Remove the unnamed special case casesi pattern.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.3                         |3.3 4.0.0
            Summary|[3.4/4.0 regression] basic  |[3.4 regression] basic block
                   |block reordering fails for  |reordering fails for
                   |fallthru of casesi          |fallthru of casesi


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


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