[Bug c++/41536] always_inline does not work always with constructors
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-10-01 17:46 --- DECL_DISREGARD_INLINE_LIMITS (clone) = DECL_DISREGARD_INLINE_LIMITS (fn); needs to be done too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41536
[Bug c++/41536] always_inline does not work always with constructors
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-10-01 17:04 --- Here is the fix I am working for: Index: optimize.c === --- optimize.c (revision 152380) +++ optimize.c (working copy) @@ -199,6 +199,7 @@ maybe_clone