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 middle-end/33714] [4.2 Regression] ivopts miscompiles insn-output.c



------- Comment #3 from rakdver at gcc dot gnu dot org  2007-10-12 03:03 -------
(In reply to comment #2)
> Confirmed.  You need HWI of 32bits to trigger the problem.  Maybe latent on
> the trunk (I didn't check if it fails there, too).

The problem was fixed in mainline in this commit (I somehow did not realize
that this code was present also in 4.2):

2006-12-13  Zdenek Dvorak <dvorakz@suse.cz>

        * tree-ssa-loop-ivopts.c:
        ...
        (constant_multiple_of): Fix order of operators for division.
        ...


-- 


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


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