------- 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