This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error for __asm__ calls in templates
- To: jeffng at dcs dot qmw dot ac dot uk
- Subject: Re: Internal compiler error for __asm__ calls in templates
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 8 May 2000 19:17:00 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <3916EEEC.80DC906C@dcs.qmw.ac.uk>
> gcc version 2.7.2.3
>
> g++ -c sceneConden.cc
> condenModel.cc: In method `void
> CondenModel<StoreType>::initSamples(int)':
> In file included from sceneConden.cc:12:
> condenModel.cc:183: Internal compiler error.
> condenModel.cc:183: Please submit a full bug report to
> `egcs-bugs@cygnus.com'.
Thanks for your bug report. Most likely, you are not using gcc 2.7; it
would not ask you to send reports to egcs-bugs. Instead, it looks like
egcs 1.0 (try g++ -v). The current version of the compiler is gcc
2.95.2, I recommend to upgrade - patches for egcs 1.0 won't be
produced, anymore.
If the bug persists in 2.95, please submit a new report, following the
guideline in
http://www.gnu.org/software/gcc/bugs.html
Regards,
Martin