This is the mail archive of the gcc-help@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]

Re: weak-attribute over-optimisation with 4.1


* Jan Kiszka:

> So, is this a regression? Does it also happen with vanilla 4.1?

According to the documentation, the weak attribute affects
declarations, not definitions, and is an instruction to the linker.
Technically, the GCC 4.1 behavior is correct.  I'm not sure if it's
desirably, though.


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