[cfe-commits] r127603 - in /cfe/trunk: lib/Sema/SemaTemplateInstantiateDecl.cpp test/CXX/except/except.spec/template.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Tue Mar 15 13:23:49 PDT 2011


On 14.03.2011, at 21:28, Douglas Gregor wrote:

> 
> On Mar 14, 2011, at 1:21 PM, Sebastian Redl wrote:
> 
>> 
>> On 14.03.2011, at 21:17, Douglas Gregor wrote:
>> 
>>> I think we *do* end up instantiating exception specifications at the wrong time still, but that's probably a separable issue. In particular, I think we're only supposed to instantiate the exception specifications once we've selected an overload in overload resolution
>> 
>> Yes. I wrote a test case that was supposed to fail with ambiguity, but it failed to instantiate the prototypes.
> 
> If you have that test case around, could you put it in a PR? 
> 

Done, 9485.

Sebastian



More information about the cfe-commits mailing list