This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/39681] Compile error is not descriptive
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 May 2012 11:22:43 +0000
- Subject: [Bug c++/39681] Compile error is not descriptive
- Auto-submitted: auto-generated
- References: <bug-39681-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39681
Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Target|i486-linux-gnu |
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-05-14
Host|i486-linux-gnu |
Ever Confirmed|0 |1
Build|i486-linux-gnu |
--- Comment #6 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-05-14 11:22:43 UTC ---
This is confirmed and the error should be exactly:
error: âfooâ was not declared in this scope
like it happens with "delete".
Not working on it.