[Bug c++/91247] Variadic template expansion - Mistmatch argument pack length

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91247 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c++/91247] Variadic template expansion - Mistmatch argument pack length

2021-12-07 Thread mariogalindoq at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91247 --- Comment #4 from Mario Galindo --- It has been fixed fixed in GCC 10.2.0 and GCC 11+ Thanks.

[Bug c++/91247] Variadic template expansion - Mistmatch argument pack length

2021-08-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91247 Andrew Pinski changed: What|Removed |Added Known to fail||10.1.0, 9.4.0 Known to work|

[Bug c++/91247] Variadic template expansion - Mistmatch argument pack length

2020-01-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91247 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/91247] Variadic template expansion - Mistmatch argument pack length

2019-07-24 Thread mariogalindoq at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91247 --- Comment #1 from Mario Galindo --- When expanding the pack of a variadic template, the compiler erroneously adds an extra spurious type.