This is the mail archive of the gcc-cvs@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]

r107799 - in /branches/gcc-4_0-branch/gcc: Chan...


Author: pinskia
Date: Thu Dec  1 03:33:46 2005
New Revision: 107799

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107799
Log:
2005-11-30  Dale Johannesen  <dalej@apple.com>
            Andrew Pinski  <pinskia@physics.uc.edu>

        PR rtl-opt/24930
        * combine.c (find_split_point):  Sign extend bitmask
        when changing bitfield assignment to IOR of AND.
2005-11-30  Dale Johannesen  <dalej@apple.com>
            
        PR rtl-opt/24930
        * gcc.c-torture/compile/pr24930.c:  New.


Added:
    branches/gcc-4_0-branch/gcc/testsuite/gcc.c-torture/compile/pr24930.c
      - copied unchanged from r107731, trunk/gcc/testsuite/gcc.c-torture/compile/pr24930.c
Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/combine.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


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