This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53361] Could not convert â{0, 0, 0}â from â<brace-enclosed initializer list>â to âstd::array<unsigned int, 3ul>â
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 21 May 2012 21:36:10 +0000
- Subject: [Bug c++/53361] Could not convert â{0, 0, 0}â from â<brace-enclosed initializer list>â to âstd::array<unsigned int, 3ul>â
- Auto-submitted: auto-generated
- References: <bug-53361-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53361
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-21 21:36:10 UTC ---
Oops, you are right, now I can reproduce, no idea what I was doing earlier
today. Sorry.
In any case, I can confirm what Andrew said, I cannot reproduce with mainline
and, AFAICS, this isn't a regression, thus I'm going to add the testcase to the
testsuite and close the PR as fixed.