[LLVMbugs] [Bug 22918] New: Segmentation fault for g++.dg/overload/ellipsis3.C
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 16 03:51:10 PDT 2015
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: unassignedbugs at nondot.org
Reporter: dcb314 at hotmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150316/d4fc3a54/attachment.html>
More information about the llvm-bugs
mailing list