This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/4707] g++ complains about a "typedef", but no typedefs are there
- From: "dlux at spam dot dlux dot hu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Aug 2003 20:58:45 -0000
- Subject: [Bug c++/4707] g++ complains about a "typedef", but no typedefs are there
- References: <20011026153600.4707.dlux@spam.dlux.hu>
- 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=4707
------- Additional Comments From dlux at spam dot dlux dot hu 2003-08-24 20:58 -------
gcc 3.4 snapshots seems to be changed a lot in this area.
The current debian gcc snapshot (2003.08.15) returns with a lot of errors to my
code (http://hacks.dlux.hu/gcc-bug/typedefbug.gz), which I don't really
understand. In fact, this does not contain the original error message, but
contains million others.
I can't really decide if this solved the problem or not.