[Bug c++/95629] consteval operator== crashes compiler

2020-06-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95629 Marek Polacek changed: What|Removed |Added CC||bence.kodaj at gmail dot com --- Comment

[Bug c++/95629] consteval operator== crashes compiler

2020-06-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95629 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/95629] consteval operator== crashes compiler

2020-06-14 Thread johelegp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95629 Johel Ernesto Guerrero Peña changed: What|Removed |Added CC||johelegp at gmail dot com

[Bug c++/95629] consteval operator== crashes compiler

2020-06-10 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95629 --- Comment #2 from Iain Sandoe --- preliminary analysis on pr95510 (which might be a dup) has the assert failing because the first operand of the target expression is a CTOR not a call. However, accepting a CTOR there just leads to a fail later

[Bug c++/95629] consteval operator== crashes compiler

2020-06-10 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95629 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Ever con