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

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
BTW, dunno what darktable uses, but if it has possibly large automatic local
variable in the body with possibly large initializer and that variable isn't
really modified, you might as well make it static const.

Reply via email to