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]
Other format: [Raw text]

Re: c++/9121: [ 3.4 regression ] Internal Compiler errror cp/search.c:1488


Old Synopsis: internal compiler error on inclusion of cgal-header
New Synopsis: [ 3.4 regression ] Internal Compiler errror cp/search.c:1488

State-Changed-From-To: open->analyzed
State-Changed-By: cae
State-Changed-When: Thu Jan  2 04:38:04 2003
State-Changed-Why:
    Confirmed, it is a 3.4 regression. Here's a reduced test case:
    
    template < class R>
    struct Conic_2 {
        typedef typename R::S::T _Conic_2;
        void set () { _Conic_2::set (); }
    };

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


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