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

--- Comment #11 from Tomasz Kłoczko <kloczko.tomasz at gmail dot com> ---
(In reply to Andrew Pinski from comment #10)
> The flatten attribute is designed to override all heuristics in the compiler
> that is designed to not cause the gignatic memory usage and compile time.
> Basically you told the compiler to ignore those.

Now I'm a bit confused because in this case looks like use flatten attribute
caused high memory usage.
Does it mean that (generally) flatten should not be used at the same time with
inline?

Reply via email to