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]

Re: Internal compiler error for __asm__ calls in templates


> 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


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