This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12697] Redundant duplicate error message
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Oct 2003 01:18:09 -0000
- Subject: [Bug c++/12697] Redundant duplicate error message
- References: <20031020235903.12697.igodard@pacbell.net>
- 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=12697
------- Additional Comments From bangerth at dealii dot org 2003-10-21 01:18 -------
The message is also nonsensical for my reduced testcase: you can't
give two different error messages for the same call to a function!
But you are right, I apparently didn't read close enough. I need
to go now, why don't you try to come up with another testcase in
the same style as my small reduced one which actually shows the
three messages? It shouldn't be hard to avoid all those include
files that were in your original (longish) testcase.
Thanks
Wolfgang