[Bug c++/79504] Overload resolution in trailing-return-type ignores reference qualifier and leads to recursive template instantiation.

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79504 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0

[Bug target/103571] ABI: V2HF, V4HF and V8HFmode argument passing issues

2021-12-08 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103571 --- Comment #19 from Hongtao.liu --- (In reply to Hongtao.liu from comment #17) > (In reply to Hongtao.liu from comment #16) > > There're already testcases for vec_extract/vec_set/vec_duplicate, but those > > testcases are written under TARGET_A

[Bug target/103622] New: ICE: Segmentation fault (in altivec_resolve_new_overloaded_builtin)

2021-12-08 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103622 Bug ID: 103622 Summary: ICE: Segmentation fault (in altivec_resolve_new_overloaded_builtin) Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: error-reco

[Bug c++/86646] Special member function 'cannot be defaulted' if type alias is used

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86646 --- Comment #3 from Andrew Pinski --- MSVC also rejects it for the same reason as GCC (and ICC). Which makes clang the one which is different than all others.

[Bug c++/98614] Copy ctor/assign cannot be defaulted in specialization by concept

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98614 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-12-09 Ever confirmed|0

[Bug target/103571] ABI: V2HF, V4HF and V8HFmode argument passing issues

2021-12-08 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103571 --- Comment #20 from Hongtao.liu --- V2HF/V4HF should also be restricted under AVX512FP16.

[Bug c++/67259] list-initialization of a reference fails to initialize char array from string literal

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67259 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection --- Comment #3 from Andr

[Bug c++/91499] Compile error when trying to aggregate-initialize a member array of non-movable objects with user-defined destructor

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91499 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/63707] Brace initialization of array sometimes fails if no copy constructor

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63707 Andrew Pinski changed: What|Removed |Added CC||l2m at ukr dot net --- Comment #24 from

[Bug c++/91023] Unification Fails for parameter pack

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91023 --- Comment #3 from Andrew Pinski --- The trunk we get the following ICE: : In substitution of 'template std::optional > parse_variant(const Foo >& ...) [with T = ]': :34:34: required from here :34:34: internal compiler error: tree check: expec

[Bug c++/58590] Hidden typename not ill-formed

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58590 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/32066] member/type lookup doesn't work properly with templates

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32066 Andrew Pinski changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug c++/98752] wrong "error: ‘this’ is not a constant expression" with consteval constructor

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98752 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2021-01-19 00:00:00 |2021-12-8 --- Comment #5 from Andrew Pin

<    1   2   3