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 c/48090] gcc 4.5.2 miscompilation when building on arm


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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kazu at gcc dot gnu.org

--- Comment #8 from Mikael Pettersson <mikpe at it dot uu.se> 2011-03-13 19:32:46 UTC ---
The test case broke due to the combination of r154181 and r147087.  r147087 is
Kazu's "expmed.c: Improve multiplication by more constants" patch, see
<http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00915.html>.

Backporting either of these to 4.4.5 doesn't break the test case, but when both
are backported at the same time it breaks.  And reverting r147087 from current
4.5 branch unbreaks the test case.


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