This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/7855] [3.3 regression] Wrong line number specified in error / warning message
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jul 2003 22:49:00 -0000
- Subject: [Bug c++/7855] [3.3 regression] Wrong line number specified in error / warning message
- References: <20020908030602.7855.jfischer110@attbi.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=7855
mmitchel at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mmitchel at gcc dot gnu dot org 2003-07-11 22:48 -------
Generally, these kinds of bugs are impossible to fix in the old parser, because
the token scanning routines get ahead of the parsing routines. Since this
problem only occurs in 3.3, I've closed the PR.