This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/12516] [3.4 Regression] Prototype visability
- From: "d dot ayers at inode dot at" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Oct 2003 09:20:01 -0000
- Subject: [Bug objc/12516] [3.4 Regression] Prototype visability
- References: <20031005140902.12516.d.ayers@inode.at>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12516
d dot ayers at inode dot at changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From d dot ayers at inode dot at 2003-10-08 09:19 -------
The patch removes the warning which was previously emitted when a method
undeclared on an @interface section is used outside of it's @implementation
context. The warning is inappropriately worded for this case.
A patch for a more meaningful warning is under discussion.