https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90493
S. Davis Herring <herring at lanl dot gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |herring at lanl dot gov --- Comment #1 from S. Davis Herring <herring at lanl dot gov> --- It's already wrong for template <typename T> const int foo = 42; to produce internal linkage; [basic.link]/5.2 excludes variable templates from the rule that const implies static. See also CWG1713.