[LLVMbugs] [Bug 3808] New: ccc ignores -x assembler-with-cpp rev. 66921
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Mar 14 09:57:50 PDT 2009
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: unassignedbugs at nondot.org
ReportedBy: db at db.net
CC: asl at math.spbu.ru, llvmbugs at cs.uiuc.edu, ed at 80386.nl,
rdivacky at freebsd.org, pawel.worach at gmail.com
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.
More information about the llvm-bugs
mailing list