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

Re: CVS g++ new warning [-Winline -Werror -O1]


On Thu, Mar 09, 2000 at 11:50:41AM -0800, Jason Merrill wrote:
> We qualify it with the name of the function.  Though it occurs to me that
> multiple static locals in different blocks with the same name would end up
> with the same symbol under the current scheme...

Eh?  Under the current scheme we get foo.1, foo.2, etc.  And
non-common, so they're not merged.


r~

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