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++/51930] [4.7 regression] Explicitly instantiated template gets hidden visibility


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

--- Comment #20 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-03-01 20:53:41 UTC ---
(In reply to comment #19)
> It is clear that the behavior is not equivalent. The warning before was
> conditional on -Wattributes, but now it is unconditional. Was this intentional?

Since Wattributes is on by default, it cannot hurt to make the warning
conditional on it.


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