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!quorum.COM!brown
- From: brown@quorum.COM (Robert E. Brown)
- Subject: GCC-2.3.1 doesn't compile under NeXTstep 3.0
- Message-ID: <9211160513.AA00346@_grettir.quorum.com_>
- Sender: gnulists@ai.mit.edu
- Organization: Gnus Not Usenet
- Distribution: gnu
- Date: Sun, 15 Nov 1992 19:13:57 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 10
-
- In an earlier bug report, which I saw in gnu.gcc.bug, Magnus Nordborg
- (magnus@fisher.stanford.edu) reports that GCC version 2.3.1 does not compile
- on Next computers running release 3.0 of the operating system.
-
- The problem seems to be the use of Objective C (or C++) style comments in
- Next's /usr/include/ansi/m68k/stdarg.h include file, which is included
- indirectly when the GCC source code contains #include <stdarg.h>. I don't
- think the use of the // comment syntax belongs in an ANSI include file.
-
-
-