[Bug libstdc++/79195] make_array should not ask for common_type when the type is explicitly specified

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79195 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/79195] make_array should not ask for common_type when the type is explicitly specified

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79195 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Wed Feb 1 12:12:34 2017 New Revision: 245087 URL: https://gcc.gnu.org/viewcvs?rev=245087=gcc=rev Log: PR libstdc++/79195 fix make_array type deduction PR libstdc++/79195

[Bug libstdc++/79195] make_array should not ask for common_type when the type is explicitly specified

2017-01-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79195 --- Comment #2 from Jonathan Wakely --- Fixed on trunk so far.

[Bug libstdc++/79195] make_array should not ask for common_type when the type is explicitly specified

2017-01-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79195 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Mon Jan 23 15:56:05 2017 New Revision: 244813 URL: https://gcc.gnu.org/viewcvs?rev=244813=gcc=rev Log: PR libstdc++/79195 fix make_array type deduction PR libstdc++/79195

[Bug libstdc++/79195] make_array should not ask for common_type when the type is explicitly specified

2017-01-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79195 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/79195] make_array should not ask for common_type when the type is explicitly specified

2017-01-23 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79195 --- Comment #1 from TC --- While we are here, the `return {{forward<_Types>(__t)...}};` in the body should call std::forward qualified.