Re: [C++ Patch] PR 58882

2014-12-15 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 58882

2014-12-14 Thread Paolo Carlini
Hi, in order to handle correctly the testcase, thus do not ICE on it, I think we have simply to replace the existing gcc_unreachable with a normal error call. Additionally, I noticed that we aren't handling correctly things like constexpr user-defined type-conversion operators, thus I added t