This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/6994] [3.4 regression] ICE in find_function_data
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2003 08:46:34 -0000
- Subject: [Bug c++/6994] [3.4 regression] ICE in find_function_data
- References: <20020611082602.6994.schwab@suse.de>
- 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=6994
------- Additional Comments From reichelt at gcc dot gnu dot org 2003-09-30 08:46 -------
Richard, you were wondering why vla1.C wasn't failing before:
| It *should* have been failing before. I don't know why it wasn't.
| Note that by reverting my change, you get no error on line 12.
You probably didn't see the error because you only get it with
"-pedantic" (the variable sized arrays are a GCC extension).
The testsuite seems to have "-pedantic" enabled by default.
So the testsuite was correct then.