From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Brolley To: stuarts@icpdd.neca.nec.com.au Cc: gcc@gcc.gnu.org Subject: Re: cpp w/DOS line feeds Date: Fri, 31 Dec 1999 23:54:00 -0000 Message-ID: <384FD594.C416D236@cygnus.com> References: <006b01bf4228$ea4552c0$cb884c93@porpoise.icpdd.neca.nec.com.au> X-SW-Source: 1999-12n/msg00154.html Message-ID: <19991231235400.iKtCGZc7OVEpKkzVgZCB6Th5crnyhCHIslL31ptulT4@z> Stuart Summerville (NEC) wrote: > Hi all, > > I'm currently contemplating the problem in gcc (or cpp in particular) of > multi-line macros that are not interpreted properly if the EOL is made up of > CRs as well as LFs. I've seen the informative thread from 21-Jan-99 about > this, with some bandied solutions, but nothing since then. Couldn't find > much in the gcc-bugs or gcc-announce lists either. > > So, whats the current status on this issue? I'm currently running gcc > V2.91.57, & hope that 2.95.x contains the fix. Looks like this had been fixed in the cpplib version of the compilers (configured with --enable-cpplib or --enable-c-cpplib) but not in cccp.c. Dave