[gnu.g++] compiling c++ to c using g++

brandt@iris.ucdavis.edu (Jon Brandt) (07/06/89)

Is it possible to have g++ produce compilable c source as output?
I thought this was reasonable, since c++ is, under some implementations,
a preprocessor.  Unfortunately, I can find no way to do this.  If
not, how do I use g++ to generate code for unsupported architectures?

Jon Brandt