This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH to support non-constexpr variable templates
- From: Jason Merrill <jason at redhat dot com>
- To: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Andrew Sutton <andrew dot n dot sutton at gmail dot com>, admin at maniacsvault dot net, adam at jessamine dot co dot uk
- Date: Sun, 24 Aug 2014 22:54:03 -0400
- Subject: Re: C++ PATCH to support non-constexpr variable templates
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUaCvOsUZOqRN7jM+mj3QU16Pv4gaDfW0icbNK70-F_qdQ at mail dot gmail dot com>
On 08/23/2014 06:29 PM, Ville Voutilainen wrote:
Based on my quick tests with it, it seems to me that we need more
tests for static member variable templates. My first attempt at something
like that gave an ICE...
Yeah, I figured there would be more to do. More tests are welcome. :)
Jason