This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error 373
- To: rene at cs dot ust dot hk
- Subject: Re: Internal compiler error 373
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 19 Mar 2000 15:06:47 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <14548.49694.205069.283459@pig.cs.ust.hk>
> bomb.cpp:12: Internal compiler error 373.
Thanks for your bug report. The mainline compiler (2.96 20000309
(experimental)) says
bomb.cpp: In function `void detonate (T) [with T = void (*) (short
bomb.cpp: int)]':
bomb.cpp:12: instantiated from here
bomb.cpp:3: too few arguments to function
so the bug appears to be fixed.
Regards,
Martin