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



Jakub Jelinek <jakub at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

                 CC|                            |jakub at gcc dot gnu.org



--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-14 
15:13:47 UTC ---

Either use a different name of the attribute (replace target with mv_target or

whatever), or require a new attribute (mv?) to be present for multi-versioning

(mv attribute on any of the decls would enable it, if mv attribute isn't

present on either of the two decls being merged, then the target attribute is

merged as before 4.8).

Reply via email to