home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gcc / bug / 2741 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.1 KB  |  28 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cygnus.com!brendan
  3. From: brendan@cygnus.com (Brendan Kehoe)
  4. Subject: .i files from C++
  5. Message-ID: <9211130115.AA12447@cygnus.com>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: brendan@cygnus.com (Brendan Kehoe)
  8. Organization: Gnus Not Usenet
  9. References: <9211111842.AA14080@demidoff.cs.utk.edu>
  10. Distribution: gnu
  11. Date: Fri, 13 Nov 1992 01:15:41 GMT
  12. Approved: bug-gcc@prep.ai.mit.edu
  13. Lines: 13
  14.  
  15. > After reading the man page for gcc/g++, I'm still not sure how to see
  16. > the intermediate C code from g++.  What flag do I specify on the 
  17. > command line? 
  18.  
  19. There is no intermediate C code, because g++ is a native compiler.
  20. That is, it generates assembly directly from the C++ program, without
  21. acting as a "translator" to convert the C++ into C.
  22.  
  23. --
  24. Brendan Kehoe                                               brendan@cygnus.com
  25. Cygnus Support, Mountain View, CA                              +1 415 903 1400
  26.                                                              His name's Avery!
  27.  
  28.