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++/34749] Incorrect warning when applying dllimport to friend function


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

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |ktietz at gcc dot gnu.org
         Resolution|                            |FIXED
      Known to fail|                            |

--- Comment #11 from Kai Tietz <ktietz at gcc dot gnu.org> 2010-12-03 12:23:00 UTC ---
The reported issue was fixed for 4.4.x and there are no plans for backporting
this fix to 4.3.x branch. I'll close this bug.
I admit that we could think about to allow for prototypes only, that a
dllimport attribute remains for following non-dllimport marked prototypes. On
the other hand, it seems to be an extension.


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