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/44404] auto-inc-dec generates an invalid assembly instruction



------- Comment #8 from bernds at gcc dot gnu dot org  2010-07-07 15:27 -------
Subject: Bug 44404

Author: bernds
Date: Wed Jul  7 15:26:48 2010
New Revision: 161920

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161920
Log:
        PR rtl-optimization/44404
        * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
        possible, use reg_overlap_mentioned_p instead.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/auto-inc-dec.c


-- 


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


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