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 ipa/78099] Typo in sem_function::get_hash


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

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Tue Oct 25 12:20:19 2016
New Revision: 241510

URL: https://gcc.gnu.org/viewcvs?rev=241510&root=gcc&view=rev
Log:
Fix 2 typos in IPA ICF pass

        * gcc.dg/ipa/ipa-icf-32.c: Removed one scanned pattern.
            Martin Liska  <mliska@suse.cz>

        PR ipa/78099
        * common.opt: Mark flag_ipa_icf_variables as Optimization flag.
        * ipa-icf.c (sem_function::get_hash): Add target optimization
        node to hash.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/common.opt
    trunk/gcc/ipa-icf.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/ipa/ipa-icf-32.c

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