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 rtl-optimization/30213] Wrong code with optimized memset() (possible bug in RTL bbro optimizer)



------- Comment #3 from hubicka at gcc dot gnu dot org  2006-12-20 20:46 -------
Subject: Bug 30213

Author: hubicka
Date: Wed Dec 20 20:46:15 2006
New Revision: 120083

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120083
Log:
        PR target/30213
        * i386.c (expand_setmem_epilogue): Fix formating.
        (dsmalest_pow2_greater_than): New function.
        (ix86_expand_movmem): Improve comments; avoid re-computing of
        epilogue size.
        (promote_duplicated_reg_to_size): Break out from ...
        (expand_setmem): ... this one; reorganize promotion code;
        improve comments; avoid recomputation of epilogue size.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


-- 


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


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