This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/6994] [3.4 regression] ICE in find_function_data


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]