home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / programm / 7436 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.1 KB

  1. Path: sparky!uunet!vnet.ibm.com
  2. From: francis@vnet.ibm.com (Tim Francis)
  3. Message-ID: <19930108.140519.842@almaden.ibm.com>
  4. Date: Fri, 8 Jan 93 17:04:59 EST
  5. Subject: does C Set/2 produce Xrefs like the ibm rs/6000 cc
  6. Newsgroups: comp.os.os2.programmer
  7. References: <8z!302_@rpi.edu>
  8. Reply-To: francis@vnet.ibm.com
  9. Organization: IBM Canada Lab, WorkFrame/2 development
  10. Disclaimer: This posting represents the poster's views, not those of IBM
  11. Lines: 15
  12.  
  13. In article <8z!302_@rpi.edu>,
  14. gilem@aix.rpi.edu (Michael R. Gile) writes:
  15. >
  16. >I am not familar with the C Set/2 compiler, but would be interested
  17. >to know if it can produce Xref's like the IBM RS/6000 compiler.  This
  18. >is a very rare feature among C compilers, yet is is VERY useful when
  19. >debugging code, especially if you didn't write it, because it gives
  20. >locations of declarations, and notes where a variable is modified.
  21. >I have yet to see a compiler for a pc that would readily generate this
  22. >information in such a useful form.
  23. >
  24. >Mike
  25. >gilem@rpi.edu
  26.  
  27. The /Lx option will cause C Set/2 to generate a cross reference table.  -tim
  28.