http://llvm.org/bugs/show_bug.cgi?id=3808
Summary: ccc ignores -x assembler-with-cpp rev. 66921
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected], [email protected],
[email protected], [email protected]
Created an attachment (id=2713)
--> (http://llvm.org/bugs/attachment.cgi?id=2713)
asm that works on gcc but not ccc
ccc does not run the preprocessor when asked for asm
with rev 66921
rev 66623 is known to work.
ccc -c -x assembler-with-cpp testcase.s
testcase.s: Assembler messages:
testcase.s:4: Error: junk `(end)' after expression
cc -c -x assembler-with-cpp testcase.s
(no error)
cc -c testcase.s
testcase.s: Assembler messages:
testcase.s:4: Error: junk `(end)' after expression
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs