This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error using GCC 2.95.2 on Solaris 7
- To: mike dot krings at schleupen dot de
- Subject: Re: Internal compiler error using GCC 2.95.2 on Solaris 7
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 24 Jan 2000 00:22:47 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <4125686C.003B9F01.00@mail.schleupen.de>
> C version 2.95.2 19991024 (release).
> bug.cc: In function `int main()':
> bug.cc:7: Internal compiler error.
Thanks for your bug report. The mainline compiler (2.96 20000108
(experimental)) says
bug.cc: In function `int main ()':
bug.cc:7: no matches converting function `operator==' to type `bool (*) ()'
[candidate listing]
so it seems the bug has been fixed.
Regards,
Martin