public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/57714] New: Newline rendered incorrectly in output
@ 2013-06-25 20:36 potswa at mac dot com
  2013-06-25 20:38 ` [Bug preprocessor/57714] " pinskia at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: potswa at mac dot com @ 2013-06-25 20:36 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57714

            Bug ID: 57714
           Summary: Newline rendered incorrectly in output
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: preprocessor
          Assignee: unassigned at gcc dot gnu.org
          Reporter: potswa at mac dot com

main(){\
return 0;
}

preprocesses to

main(){return
       0;
}

The problem only appears in output from the -E option; observing the newline
within the program as with

#define main(){\
return 0;
}
main()

produces the correct result

}
{return 0;

This is a regression since 4.2.1; the GCC version included with Mac OS X does
not exhibit the problem.


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-06-29 14:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-25 20:36 [Bug preprocessor/57714] New: Newline rendered incorrectly in output potswa at mac dot com
2013-06-25 20:38 ` [Bug preprocessor/57714] " pinskia at gcc dot gnu.org
2013-06-25 20:53 ` potswa at mac dot com
2013-06-25 20:58 ` potswa at mac dot com
2013-06-25 22:23 ` manu at gcc dot gnu.org
2013-06-25 22:41 ` potswa at mac dot com
2013-06-25 22:43 ` potswa at mac dot com
2013-06-25 22:46 ` potswa at mac dot com
2013-06-25 22:52 ` potswa at mac dot com
2013-06-26  8:38 ` manu at gcc dot gnu.org
2013-06-29  9:18 ` harald at gigawatt dot nl
2013-06-29 11:45 ` harald at gigawatt dot nl
2013-06-29 12:48 ` potswa at mac dot com
2013-06-29 12:58 ` potswa at mac dot com
2013-06-29 14:17 ` potswa at mac dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).