This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/24570] unit-at-a-time: debug info not emitted for unused global variables



------- Comment #2 from tomas dot vanek at fbl dot cz  2005-10-28 17:14 -------
I'm sure it is. I have to declare variables in other segment than .data
for my AVR project and if they are declared in one module and __used__ in some
others, they cannot be showed in gdb and AVRstudio (however they definitelly
are there!!)
Just to simplify the example, I left vars in common, where they probably gets
removed.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]