bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compiler assertion


From: Alok Kuchlous
Subject: compiler assertion
Date: Fri, 6 Apr 2001 15:35:51 -0700 (PDT)

Here is the log and the segment of code:

g++   -mv8 -g -I/fs/src/interfaces/flexlm.syn/radtoolsd/machind -I../acc 
-I../container -I../vir -I../xlog -I../vir2vcs -I../rtdb -I../../includeRT 
-I../../p1 -I../../lib -I../rteval -I../../include  -DENGINEER -DHIGHFIRST 
-DINLINE_TMPL -DUSE_FLEXLM  -c -o 
../lib-sun4-SunOS-5.x-g++-debug/pmodpathterm.o pmodpathterm.cc
pmodpathterm.cc: In method `class PHandle * PModPathTerminal::getHandleConn() 
const':
pmodpathterm.cc:63: Internal compiler error.
pmodpathterm.cc:63: Please submit a full bug report to address@hidden'.

.cc:

PHandle* PModPathTerminal::getHandleConn(void) const
{
        VirObj* e;
        if (virObj->isOperator) {
                e = accCastToExpr(virObj)->getExpr1();
        }
        return(getObjHandle(e, xip));
}

Thanks,
Alok Kuchlous



reply via email to

[Prev in Thread] Current Thread [Next in Thread]