https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119714
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> --- Try `e == 42` with your edit. Obviously that should work, but you've completely broken the comparison operator. That's not a fix.
redi at gcc dot gnu.org via Gcc-bugs Sun, 11 May 2025 01:20:26 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119714
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> --- Try `e == 42` with your edit. Obviously that should work, but you've completely broken the comparison operator. That's not a fix.