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 c++/34937] [4.1/4.2/4.3 regression] ICE with attribute weak



------- Comment #2 from steven at gcc dot gnu dot org  2008-01-23 16:30 -------
What would be the semantics of "weak" on a template member?  That is, how would
the weak reference be overridden?

What I'm looking for is an example of what GCC did with this declaration when
it was still accepted.

The question behind the question is: Should this be valid code? ;-)


-- 


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


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