[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 libstdc++/93610] New: std::call_once not working as expected when the invocated function thwows an exception.

2020-02-05 Thread mariogalindoq at hotmail dot com
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: mariogalindoq at hotmail dot com Target Milestone: --- cppreference.com (https://en.cppreference.com/w/cpp/thread/call_once) says: If that invocation throws

[Bug libstdc++/92224] Set: Can't be created a set with const template parameter

2019-10-26 Thread mariogalindoq at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92224 --- Comment #3 from Mario Galindo --- Thank you sir. As clang is allowing this type of construction, I believe now that the "bug" is in clang, not gcc. Regards. Dr. Ing. Mario Galindo Q. Cel: 591-72062746 & 591-72010422 On 25 Oct 2019 06:20, "r

[Bug libstdc++/92224] New: Set: Can't be created a set with const template parameter

2019-10-25 Thread mariogalindoq at hotmail dot com
ormal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: mariogalindoq at hotmail dot com Target Milestone: --- std::set keys are always const, however it is not possible to create a set with a const template parameter. The following s

[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.

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

2019-07-24 Thread mariogalindoq at hotmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mariogalindoq at hotmail dot com Target Milestone: --- Created attachment 46624 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46624&action=edit Full program that do not compile