This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Compiler Internal error #191, what does that mean?


>>>>> "Tat" == Tat Chan <Tat.Chan@nokia.com> writes:

  Tat> I am compiling a software library called S/MIME Freeware
  Tat> Library (SFL) developed by Getronics
  Tat> (http://www.getronicsgov.com/hot/sfl_home.htm). The library
  Tat> itself compiled alright on my Redhat Linux 7.3
  Tat> machine. However, when I tried to compile the attached test
  Tat> utility program, I got the following error:

  Tat> sm_testTripleUnwrap.cpp:234: Internal error #191.
  Tat> sm_testTripleUnwrap.cpp:234: confused by earlier errors, bailing out

  Tat> Anyone has any idea of what that error means?

It means that it an internal error occurred within the compiler -- and
this should (almost) never happen.  Can you try compiling your program
with the latest version of GCC and, if pain persists, please submit a
bug report (including your source file).

Ben


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