[LLVMbugs] [Bug 13965] New: clang error on GNUStep source compilation
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Sep 28 00:55:41 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13965
Bug #: 13965
Summary: clang error on GNUStep source compilation
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: Frontend
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: tomjpsun at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 9276
--> http://llvm.org/bugs/attachment.cgi?id=9276
2 diagnostic files + build script + log message
It is occurred on building the GNUStep source with clang, and is reported error
on compiling the NSSortDescriptor.m
The error message is:
1. NSSortDescriptor.m:64:37: current parser token ';'
2. NSSortDescriptor.m:54:1: parsing function body 'initialize'
3. NSSortDescriptor.m:54:1: in compound statement ('{}')
4. NSSortDescriptor.m:56:5: in compound statement ('{}')
clang: error: unable to execute command: Aborted
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.2 (trunk 164601) (llvm/trunk 164600)
Target: i386-pc-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and
associated run script.
The NSSortDescriptor-TpqXNQ.m and .sh files are attached according the clang's
diagnostic message.
The building script is also attached as build-gnustep.sh. for re-generating the
error case.
The whole log is attached for reference.
--
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