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: Found smaller case of internal compiler error in egcs-1.1.2


> My previous attempt failed to meet your mailer's 100K limit after the
> compressed file was uuencoded.  Here goes another attempt.  This bug is on
> egcs-1.1.2 on Solaris.  The gz file has the relevant compilation
> information, source and intermediate files.

Thanks for your bug report. I tried compiling it with gcc-2.95
19990717, and ran into a number of problems. First, it complained
about value_type not being a type; you need to declare those as

  typedef typename ht::value_type value_type;

Then, it complained about OAMapTraits not being declared when
declaring myTraits; this appears to be a true error. I replaced that
with OAHashTableTraits, and it compiled correctly.

Regards,
Martin



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