This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in GCC while compiling
- From: Dara Hazeghi <dhazeghi at yahoo dot com>
- To: gcc-bugs at gcc dot gnu dot org
- Cc: dwilches at malpelo dot univalle dot edu dot co
- Date: Thu, 8 May 2003 23:51:25 -0700
- Subject: Re: Bug in GCC while compiling
Hi,
this problem does not occur in gcc 3.1 or later. I get:
bash-2.05a$ /usr/local/bin/g++ junk.cc
junk.cc:1: error: multidimensional array must have bounds for all
dimensions
except the first
Cheers,
Dara