This is the mail archive of the gcc-help@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]

GCC backend: can C++ code be converted to C equivalent?


Does anybody know if it is possible to produce C code from C++ using gcc (g++)?
I know that gcc can produce an assembler output using the `S' option,
but can that code be translated to the certain "crossoplatform"
assembler - C code? May be there is some unofficial project which is
regard to this?
If yes, could you please refer me to the existing documentation?

PS: I searched this via google - he has no ideas :)
--
Best regards,
   Alexander


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