[llvm-bugs] [Bug 30301] New: [3.9.1 Merge] r280190 - PR12298 et al: don't recursively instantiate a template specialization from within the instantiation of that same specialization.
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Sep 6 14:53:23 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30301
Bug ID: 30301
Summary: [3.9.1 Merge] r280190 - PR12298 et al: don't
recursively instantiate a template specialization from
within the instantiation of that same specialization.
Product: clang
Version: 3.9
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: eric at efcs.ca
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
Classification: Unclassified
This could previously happen for eagerly-instantiated function templates,
variable templates, exception specifications, default arguments, and a handful
of other cases.
This commit is needed to fix:
- http://llvm.org/PR12298
- http://llvm.org/PR29123
--
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/20160906/a6970050/attachment.html>
More information about the llvm-bugs
mailing list