[Bug debug/94469] lto abstract variable emitted as concrete decl (ada test-case)

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 6 11:50:04 GMT 2020


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.


More information about the Gcc-bugs mailing list