[LLVMbugs] [Bug 8481] New: TemplateDeductionResult triggers an assertion at line 464
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Oct 27 10:14:18 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=8481
Summary: TemplateDeductionResult triggers an assertion at line
464
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: necro351 at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=5675)
--> (http://llvm.org/bugs/attachment.cgi?id=5675)
stdout and stderr from running the described command
When trying to compile a hello-world program with the gcc 4.4 libraries and
headers, this error arises while trying to compile headers included by iostream
in /usr/include/c++/4.4.0/bits. The full stderr and stdout of the build are
included below. This was the hello-world program:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}
This was the command:
Debug+Asserts/bin/clang++ -vc hello.cpp 2>stderr 1>stdout
This is uname -a:
Linux vm1.fsl.cs.sunysb.edu 2.6.18-194.3.1.el5 #1 SMP Thu May 13 13:08:30 EDT
2010 x86_64 x86_64 x86_64 GNU/Linux
It was on Centos 5 using the gcc44 preview package, which was installed using
yum from the standard repos.
--
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