[Bug c++/99968] ICE on remove_const_t in requires-expression

2022-09-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 --- Comment #10 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:37ff51a98583e63fb9afe83cf9f4351760149028 commit r13-2344-g37ff51a98583e63fb9afe83cf9f4351760149028 Author: Jonathan Wakely

[Bug c++/99968] ICE on remove_const_t in requires-expression

2022-09-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 --- Comment #9 from Jonathan Wakely --- Should we close this as fixed since 12.1?

[Bug c++/99968] ICE on remove_const_t in requires-expression

2021-12-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 --- Comment #8 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:db25655fa5dd23bba684ec7db628643c19e64d6a commit r12-6136-gdb25655fa5dd23bba684ec7db628643c19e64d6a Author: Jason Merrill Date:

[Bug c++/99968] ICE on remove_const_t in requires-expression

2021-12-27 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/99968] ICE on remove_const_t in requires-expression

2021-12-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2021-10-01 00:00:00 |2021-12-11 Target Milestone|10.4

[Bug c++/99968] ICE on remove_const_t in requires-expression

2021-04-09 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 --- Comment #7 from Patrick Palka --- Slightly more reduced: template struct A { using type = T; static const bool value = false; }; enum E { e0 = __is_enum(E), e1 = A::value }; Compiled with -std=c++11 -g

[Bug c++/99968] ICE on remove_const_t in requires-expression

2021-04-09 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment

[Bug c++/99968] ICE on remove_const_t in requires-expression

2021-04-08 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 Marek Polacek changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/99968] ICE on remove_const_t in requires-expression

2021-04-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:43ab1dc24abd6fded8d5bf6547f0de6851beb200 commit r11-8039-g43ab1dc24abd6fded8d5bf6547f0de6851beb200 Author: Jonathan Wakely Date:

[Bug c++/99968] ICE on remove_const_t in requires-expression

2021-04-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 Jonathan Wakely changed: What|Removed |Added Summary|[10/11 Regression] ICE on |ICE on