This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/2019] Wrong line number warning listing the previous declaration of a befriended function
- From: "lerdsuwa at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Nov 2003 13:59:38 -0000
- Subject: [Bug c++/2019] Wrong line number warning listing the previous declaration of a befriended function
- References: <20010218160601.2019.carlo@alinoe.com>
- 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=2019
lerdsuwa at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |3.4
------- Additional Comments From lerdsuwa at gcc dot gnu dot org 2003-11-05 13:59 -------
Fixed in the main line. The "... previous friend declaration of ..."
is no longer displayed. We simply don't keep information about location
of friend declaration to display such warning.