home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / gcc / bug / 3232 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  845 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!rosmer.nr.no!aas
  2. From: aas@rosmer.nr.no (Gisle Aas)
  3. Newsgroups: gnu.gcc.bug
  4. Subject: CPP expands macro parameters with newlines wrong
  5. Date: 22 Jan 1993 21:13:23 -0500
  6. Organization: Norwegian Computing Centre, Oslo, Norway
  7. Lines: 16
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gcc@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <AAS.93Jan22094820@rosmer.nr.no>
  12. Reply-To: Gisle.Aas@nr.no
  13.  
  14. ------------------------------------
  15. #define macro(a) a a a
  16. macro(foo
  17. bar)
  18. ------------------------------------
  19. becomes when run though gcc -E:
  20.  
  21. foo
  22. bar foobar foobar 
  23.  
  24. --
  25. Gisle Aas               |  snail: Boks 114 Blindern, N-0314 Oslo, Norway
  26. Norsk Regnesentral      |  X.400: G=Gisle;S=Aas;O=nr;P=uninett;C=no
  27. voice: +47-2-453561     |  inet:  Gisle.Aas@nr.no
  28.  
  29.  
  30.