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

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
It works again when re-adding the imports.  info variables then shows

File t.c:
1:      static const int i;

for the case of a single import.  When I import twice (into two CUs) I
still see only one 'i' listed (from the context of main and also when
not starting the program).

Not sure if that matches expectations.

Reply via email to