This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/48383] Line continuations handled incorrectly in 4.5 and above
- From: "dg at cowlark dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 31 Mar 2011 09:39:03 +0000
- Subject: [Bug preprocessor/48383] Line continuations handled incorrectly in 4.5 and above
- Auto-submitted: auto-generated
- References: <bug-48383-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48383
--- Comment #2 from David Given <dg at cowlark dot com> 2011-03-31 09:38:58 UTC ---
Adding -P does fix our immediate problem; thanks.
I would note that there's no indication in the documentation as to why this
option would help; I would never have known to use it if you hadn't told me!
Some discussion of the issue there might be useful (and also in the
'Preprocessor Output Format' section).