-
- Downloads
re PR c++/14755 (miscompilation in bitfielded signed integers)
PR c++/14755 * fold-const.c (fold) <EQ_EXPR>: Properly compute newconst in "bitfld++ == const" to "++bitfld == const + incr" transformations. * gcc.c-torture/execute/20040331-1.c: New test. * gcc.dg/20040331-1.c: New test. From-SVN: r80294
Showing
- gcc/ChangeLog 6 additions, 0 deletionsgcc/ChangeLog
- gcc/fold-const.c 8 additions, 22 deletionsgcc/fold-const.c
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.c-torture/execute/20040331-1.c 12 additions, 0 deletionsgcc/testsuite/gcc.c-torture/execute/20040331-1.c
- gcc/testsuite/gcc.dg/20040331-1.c 14 additions, 0 deletionsgcc/testsuite/gcc.dg/20040331-1.c
Loading
Please register or sign in to comment