[Bug c++/93295] ICE in alias_ctad_tweaks

2021-05-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 --- Comment #13 from CVS Commits --- The releases/gcc-10 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:92e9b2a995f718f1c2ab1cd0840b439c24d3535f commit r10-9852-g92e9b2a995f718f1c2ab1cd0840b439c24d3535f Author: Jason Merrill

[Bug c++/93295] ICE in alias_ctad_tweaks

2021-04-09 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/93295] ICE in alias_ctad_tweaks

2021-04-09 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 Jason Merrill changed: What|Removed |Added CC||mateusz.pusz at gmail dot com ---

[Bug c++/93295] ICE in alias_ctad_tweaks

2021-04-09 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 Jason Merrill changed: What|Removed |Added CC||wang_feng at live dot com --- Comment

[Bug c++/93295] ICE in alias_ctad_tweaks

2021-04-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 --- Comment #9 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:1a19d334ce493ec2ce2daeac74beef63fd67e2bc commit r11-8104-g1a19d334ce493ec2ce2daeac74beef63fd67e2bc Author: Jason Merrill Date:

[Bug c++/93295] ICE in alias_ctad_tweaks

2020-10-13 Thread sfranzen85 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 Steven Franzen changed: What|Removed |Added CC||sfranzen85 at hotmail dot com ---

[Bug c++/93295] ICE in alias_ctad_tweaks

2020-07-29 Thread oficsu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 ofee oficsu changed: What|Removed |Added CC||oficsu at gmail dot com --- Comment #7

[Bug c++/93295] ICE in alias_ctad_tweaks

2020-05-20 Thread arthur.j.odwyer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 Arthur O'Dwyer changed: What|Removed |Added CC||arthur.j.odwyer at gmail dot com ---

[Bug c++/93295] ICE in alias_ctad_tweaks

2020-02-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 --- Comment #5 from Marek Polacek --- Another test from Bug 93867: template struct basic_fixed_string { constexpr basic_fixed_string(const CharT *p) { for (int i = 0; i < N; ++i) { m_data[i] = p[i]; } } CharT m_data[N] {};

[Bug c++/93295] ICE in alias_ctad_tweaks

2020-02-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 Marek Polacek changed: What|Removed |Added CC||pkeir at outlook dot com --- Comment #4

[Bug c++/93295] ICE in alias_ctad_tweaks

2020-01-17 Thread ensadc at mailnesia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 --- Comment #3 from ensadc at mailnesia dot com --- It appears that alias_ctad_tweaks assumes the deduction of the right hand side of the deduction guide from the alias template does not fail. > int err = unify (ftparms, targs, ret, utype,

[Bug c++/93295] ICE in alias_ctad_tweaks

2020-01-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 --- Comment #2 from Marek Polacek --- commit 1a291106384cabc73da0bc0f457b1cd3a4015970 Author: Jason Merrill Date: Wed Nov 27 17:05:53 2019 -0500 Implement P1814R0, CTAD for alias templates. This patch implements C++20 class template

[Bug c++/93295] ICE in alias_ctad_tweaks

2020-01-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|