[LLVMbugs] [Bug 4388] clang: preprocessor output missing newline
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Jun 14 23:57:06 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4388
Török Edwin <edwintorok at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|DUPLICATE |
--- Comment #2 from Török Edwin <edwintorok at gmail.com> 2009-06-15 01:57:05 ---
This was not fixed when PR2741 was fixed:
$ clang -E -nostdinc -include x.h -P -C foo.S
/* foo */# 2 "<built-in>" 2 3
/*
* wakeup.ld
*
* Linker script for the real-mode wakeup code
*/
$ cat x.h
/* foo */
$ cat foo.S
/*
* wakeup.ld
*
* Linker script for the real-mode wakeup code
*/
The #2 is still there in clang's output.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list