This is the mail archive of the gcc-prs@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: c++/4343: Internal compiler error 61


Synopsis: Internal compiler error 61

State-Changed-From-To: analyzed->closed
State-Changed-By: rodrigc
State-Changed-When: Sun Mar 24 15:18:13 2002
State-Changed-Why:
    After I apply the patch so that the code can compile
    under gcc 3.x, I do not get an Internal error, but I get the following:
    
    ../include/error_terms.h:576:   instantiated from here
    /opt2/gcc3.1/include/g++-v3/bits/stl_algo.h:2681: no match for `const    std::pair<double, std::pair<std::_List_iterator<std::pair<double, double>,
       std::pair<double, double>&, std::pair<double, double>*>,
       std::_List_iterator<std::pair<double, double>, std::pair<double, double>&,
       std::pair<double, double>*> > >& < const double&' operator
    /opt2/gcc3.1/include/g++-v3/bits/stl_algo.h: In function `_ForwardIter 
       std::lower_bound(_ForwardIter, _ForwardIter, const _Tp&) [with _ForwardIter
       = std::_List_iterator<std::pair<double, double>, std::pair<double,
    double>&,
       std::pair<double, double>*>, _Tp = double]':
    ../include/numerical/num_interpolate.h:120:   instantiated from `interpolator<Y_type>& interpolator<Y_type>::add(double, const Y_type&) [with Y_type = double]'
    ../include/mixer.h:372:   instantiated from here
    /opt2/gcc3.1/include/g++-v3/bits/stl_algo.h:2681: no match for `
       std::pair<double, double>& < const double&' operator
    make[1]: *** [error_terms.o] Error 1
    make[1]: Leaving directory `/home/craigr/testcases/supermix/obj.i386-intel-linux'
    gmake: *** [lib] Error 2
    
    This looks like a code error from here, so I'm closing this.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4343


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