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++/14755] [3.4/3.5 regression] miscompilation in bitfielded signed integers


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-27 17:07 -------
Caused by:
2004-03-21  Roger Sayle  <roger@eyesopen.com>

        * fold-const.c (fold) <EQ_EXPR>: Rewrite optimization to transform
        "foo++ == const" into "++foo == const+incr".

Mark, this is a very serious regression, can target 3.4.0.
Thanks.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roger at eyesopen dot com


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


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