Path: utzoo!telly!ddsw1!lll-winken!killer!osu-cis!tut.cis.ohio-state.edu!UCBVAX.BERKELEY.EDU!decvax!abvax!faron.ICD.ABNET.COM!acy
From: decvax!abvax!faron.ICD.ABNET.COM!acy@UCBVAX.BERKELEY.EDU (Adnan Yaqub)
Newsgroups: gnu.gcc.bug
Subject: Preprocessing Order Bug in Gcc V27?
Message-ID: <8809212048.AA07318@faron.icd.abnet.com>
Date: 21 Sep 88 20:48:34 GMT
Sender: daemon@tut.cis.ohio-state.edu
Distribution: gnu
Organization: GNUs Not Usenet
Lines: 27

Gcc version 27 (which, by the way, says it is version 26) chokes when
compiling the Sun include file .  This file has
the following strange comment in it:

#ifdef	COMMENT
...
	have to be concerned.  In fact, the vuid interface doesn't
...
#endif	COMMENT

The Gcc complains as follows:

faron% gcc -g -O  -mc68020 -c  t.c
/usr/include/sundev/vuid_event.h:39: unterminated character constant
faron%

when I compile the following code:

#include 
main(){}

Note that line 39 of vuid_event.h is the line in the "ifdef" with the
word "doesn't".

+-----------------------------------------------------------------------------+
|Adnan Yaqub			  ...[cwjcc|pyramid|decvax|masscomp]!abvax!acy|
|Allen-Bradley Company 747 Alpha Dr. Highland Hts. OH 44143 USA (216) 646-4409|
+-----------------------------------------------------------------------------+