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/69941] bogus zero_extend transformation in postreload on aarch64


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69941

--- Comment #5 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Sat Mar  5 05:30:10 2016
New Revision: 234001

URL: https://gcc.gnu.org/viewcvs?rev=234001&root=gcc&view=rev
Log:
        PR rtl-optimization/69941
        * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
        the reg share its mode.

        PR rtl-optimization/69941
        * gcc.dg/torture/pr69941.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/torture/pr69941.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/postreload.c
    trunk/gcc/testsuite/ChangeLog

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