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/83549] [7 Regression] error: generic thunk code fails for method ... which uses '...'


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

--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Wed Jan 17 11:45:48 2018
New Revision: 256788

URL: https://gcc.gnu.org/viewcvs?rev=256788&root=gcc&view=rev
Log:
Backport r256177

2018-01-17  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2018-01-03  Martin Liska  <mliska@suse.cz>

        PR ipa/83549
        * cif-code.def (VARIADIC_THUNK): New enum value.
        * ipa-inline-analysis.c (compute_inline_parameters):
        Do not inline variadic thunks.
2018-01-17  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2018-01-03  Martin Liska  <mliska@suse.cz>

        PR ipa/83549
        * g++.dg/ipa/pr83549.C: New test.

Added:
    branches/gcc-7-branch/gcc/testsuite/g++.dg/ipa/pr83549.C
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/cif-code.def
    branches/gcc-7-branch/gcc/ipa-inline-analysis.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

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