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 c++/45267] [4.5 regression] inlining fails with -m32


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

--- Comment #15 from Jason Merrill <jason at gcc dot gnu.org> 2011-04-20 00:06:22 UTC ---
Author: jason
Date: Wed Apr 20 00:06:19 2011
New Revision: 172745

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172745
Log:
    PR c++/45267
    * decl.c (duplicate_decls): Keep always_inline attribute
    in sync with DECL_DISREGARD_INLINE_LIMITS.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/ext/attrib41.C
Modified:
    branches/gcc-4_5-branch/gcc/cp/ChangeLog
    branches/gcc-4_5-branch/gcc/cp/decl.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog

--- Comment #16 from Jason Merrill <jason at gcc dot gnu.org> 2011-04-20 00:06:22 UTC ---
Author: jason
Date: Wed Apr 20 00:06:19 2011
New Revision: 172744

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172744
Log:
    PR c++/45267
    * decl.c (duplicate_decls): Keep always_inline attribute
    in sync with DECL_DISREGARD_INLINE_LIMITS.

Added:
    trunk/gcc/testsuite/g++.dg/ext/attrib41.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.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]