[Bug c++/52742] Initializing an array using brace initializer and template parameters

2015-08-12 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52742 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|M at ttDiese

[Bug c++/52742] Initializing an array using brace initializer and template parameters

2015-08-12 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52742 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Aug 12 17:18:14 2015 New Revision: 226824 URL: https://gcc.gnu.org/viewcvs?rev=226824&root=gcc&view=rev Log: 2015-08-12 Paolo Carlini PR c++/52742 * g++

[Bug c++/52742] Initializing an array using brace initializer and template parameters

2015-05-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52742 Jonathan Wakely changed: What|Removed |Added Known to work||4.8.1 Known to fail|

[Bug c++/52742] Initializing an array using brace initializer and template parameters

2012-03-29 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52742 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/52742] Initializing an array using brace initializer and template parameters

2012-03-28 Thread M at ttDiesel dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52742 --- Comment #1 from Mat 2012-03-28 07:07:58 UTC --- A shorter reproducer has been shown here: https://gist.github.com/2220810 This does not actually have the template parameters inside the braces.