https://llvm.org/bugs/show_bug.cgi?id=22918
Bug ID: 22918
Summary: Segmentation fault for g++.dg/overload/ellipsis3.C
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
>From the gcc testsuite, this crashes trunk clang++
struct A {
A(...);
};
int main()
{
volatile A a;
volatile A a2(a); // { dg-error "volatile" }
}
--
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