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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #1)
> It is due to them being common symbols which are never section anchored due
> to they might be in another TU.
Use -fno-common or initialize those variables to 0.

Reply via email to