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

--- Comment #40 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:86c924113208f58fdda24078c9cc9285ee8000cd

commit r10-7516-g86c924113208f58fdda24078c9cc9285ee8000cd
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Thu Apr 2 14:34:42 2020 +0200

    params: Decrease -param=max-find-base-term-values= default [PR92264]

    For the PR in question, my proposal would be to also lower
    -param=max-find-base-term-values=
    default from 2000 to 200 after this, at least in the above 4
    bootstraps/regtests there is nothing that would ever result in
    find_base_term returning non-NULL with more than 200 VALUEs being
processed.

    2020-04-02  Jakub Jelinek  <ja...@redhat.com>

            PR rtl-optimization/92264
            * params.opt (-param=max-find-base-term-values=): Decrease default
            from 2000 to 200.

Reply via email to