This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bug report: class "index" problem
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: ecelebi at poly dot edu
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 19 Sep 2003 21:55:48 +0200
- Subject: Re: bug report: class "index" problem
I believe I found a strange bug. "class index" can be declared without errors,
but can not be used as a type.
Browsing the Manual reveals that 'index' is a builtin function.
Try -fno-builtin if you *really* want to use that name.
Paolo.