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]

[Bug c++/13320] New: 59: sorry, unimplemented: adjusting


compile error: sorry, unimplemented: adjusting pointers for covariant returns
X-Bugzilla-Reason: CC

When trying to use a covariant return type, the compiler gives the following
error at compile time:

robot/sim/SimulatedBasicEnvironment:59: sorry, unimplemented: adjusting
   pointers for covariant returns

(a quick grep of the sources will turn up the offending code)

> g++ --version
g++ (GCC) 3.3.1 20030811 (Red Hat Linux 3.3.1-1)

-- 
           Summary: 59: sorry, unimplemented: adjusting
                    compile error: sorry, unimplemented: adjusting pointers
                    for covariant returns
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: t8 at pobox dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13320


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