This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ Patch/RFC] PR 71569 ("[6/7/8 regression] Crash: External definition of template member from template struct")


Hi,

On 28/02/2018 17:24, Jason Merrill wrote:
What do you think, should we do something similar?
Sounds good.

(by the way, yesterday
got a bit confused because in other vaguely related cases clang also has
this kind of two-part error message and we don't. Eg, I cooked up:

template <class T>
class Foo
{
   template <class U>
   class Bar;
};

template<class T>
template<class U>
class Foo<T>::Bar<U>;
And the same would be good for this example.
Great. I'm finishing testing the below, looks Ok?

Thanks,
Paolo.

///////////////////////

Attachment: patch_71569_2
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]