home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cygnus.com!brendan
- From: brendan@cygnus.com (Brendan Kehoe)
- Subject: .i files from C++
- Message-ID: <9211130115.AA12447@cygnus.com>
- Sender: gnulists@ai.mit.edu
- Reply-To: brendan@cygnus.com (Brendan Kehoe)
- Organization: Gnus Not Usenet
- References: <9211111842.AA14080@demidoff.cs.utk.edu>
- Distribution: gnu
- Date: Fri, 13 Nov 1992 01:15:41 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 13
-
- > After reading the man page for gcc/g++, I'm still not sure how to see
- > the intermediate C code from g++. What flag do I specify on the
- > command line?
-
- There is no intermediate C code, because g++ is a native compiler.
- That is, it generates assembly directly from the C++ program, without
- acting as a "translator" to convert the C++ into C.
-
- --
- Brendan Kehoe brendan@cygnus.com
- Cygnus Support, Mountain View, CA +1 415 903 1400
- His name's Avery!
-
-