http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348
Jason Merrill changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348
Paolo Carlini changed:
What|Removed |Added
CC||miles at gnu dot org
--- Comment #7 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348
--- Comment #6 from Jason Merrill 2010-12-09
02:08:34 UTC ---
Author: jason
Date: Thu Dec 9 02:08:28 2010
New Revision: 167623
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167623
Log:
PR c++/46348
* semantics.c (cxx_eval_vec_in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348
--- Comment #5 from Paolo Carlini 2010-11-07
19:07:45 UTC ---
This:
template<__SIZE_TYPE__ _Nw>
struct _Base
{
typedef unsigned long _WordT;
_WordT _M_w[_Nw];
constexpr
_Base()
: _M_w() { }
};
int main()
{
_Base<25
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348
--- Comment #4 from Paolo Carlini 2010-11-07
18:45:19 UTC ---
Created attachment 22309
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22309
Apply to current v3 to see ICEs in the testsuite
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348
Paolo Carlini changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348
--- Comment #2 from Paolo Carlini 2010-11-07
18:09:35 UTC ---
Ah, now I see the patch, thanks Jason!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|