[Bug c++/21713] Syntax error

2005-05-22 Thread igodard at pacbell dot net
--- Additional Comments From igodard at pacbell dot net 2005-05-22 20:24 --- The test doesn't #include any posix functions. The problem seems to be a partial hide of the name, because a simple declaration works: int index; int main (){ index = 0; } gives no errors. Interestingly,

[Bug c++/21713] Syntax error

2005-05-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-22 20:14 --- index is a POSIX function. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21713