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 fortran/53655] [OOP] CLASS-related warnings: "__copy" defined but not used; "default initializer" warnings


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

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-08-19
                 CC|                            |janus at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #3 from janus at gcc dot gnu.org ---
(In reply to Tobias Burnus from comment #1)
> c) One gets the bogus error:
>   warning: â__copy_MAIN___T2â defined but not used [-Wunused-function]
> It probably should be marked as DECL_ARTIFICIAL().

This problem has apparently been fixed at some point. I see it neither with
4.7.4, 4.8.2 nor with trunk.

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