g++ compiler

mike stump mrs@windriver.com
Thu Jan 24 11:30:00 GMT 2002


> 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.



More information about the Gcc mailing list