This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error in function fatal_insn
- To: andre dot willkowsky at socon dot de
- Subject: Re: Internal compiler error in function fatal_insn
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Wed, 13 Oct 1999 11:38:31 +0200
- CC: bug-gcc at gnu dot org
- References: <99092417101500.12293@SOCDEV5>
> toplev.c:1367: Internal compiler error in function fatal_insn
Thanks for your bug report. gcc-2.95.1 says
main.cpp: In function `int main()':
main.cpp:3: initialization to `char *' from `const char *' discards qualifiers
main.cpp:4: increment of read-only location
so the bug has been fixed.
Regards,
Martin