This is the mail archive of the gcc@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: g++ compiler


> Date: Thu, 24 Jan 2002 19:44:58 +1300 (NZDT)
> From: =?iso-8859-1?q?thomas=20joseph?= <thomascanny@yahoo.co.nz>
> To: gcc@gcc.gnu.org

> I have a small question about gcc.  I have a port which is aimed at
> producing code for C Language. I want to extend it to support C++
> also. So, what are all my work items ?

Pragmatic answer:

    Run the C++ testsuite.  Review the results of the testsuite, fix
    all that you can.  Compile up `real' C++ code, test it out, fix
    any bugs found.

>  1) TARGET_MACROS in tm.h

Maybe.

>  2) Standard libray for C++ (Need to compile it with the port.)

Not much, if any.

>  3) Prologue/epilogue code generation.

Probably not.


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