home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / bug / 2769 next >
Encoding:
Text File  |  1992-11-17  |  939 b   |  23 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!quorum.COM!brown
  3. From: brown@quorum.COM (Robert E. Brown)
  4. Subject: GCC-2.3.1 doesn't compile under NeXTstep 3.0
  5. Message-ID: <9211160513.AA00346@_grettir.quorum.com_>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Gnus Not Usenet
  8. Distribution: gnu
  9. Date: Sun, 15 Nov 1992 19:13:57 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 10
  12.  
  13. In an earlier bug report, which I saw in gnu.gcc.bug, Magnus Nordborg
  14. (magnus@fisher.stanford.edu) reports that GCC version 2.3.1 does not compile
  15. on Next computers running release 3.0 of the operating system.
  16.  
  17. The problem seems to be the use of Objective C (or C++) style comments in
  18. Next's /usr/include/ansi/m68k/stdarg.h include file, which is included
  19. indirectly when the GCC source code contains #include <stdarg.h>.  I don't
  20. think the use of the // comment syntax belongs in an ANSI include file.
  21.  
  22.  
  23.