https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431
--- Comment #13 from Jeffrey Walton ---
This issued caused Crypto++ to remove -Wall (and above) under GCC. Crypto++ is
C++ with lots of interfaces, and it performs a fair amount of intermediate
calculations used in an assert. It really needed the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66217
David Edelsohn changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714
--- Comment #22 from cesar at gcc dot gnu.org ---
(In reply to vries from comment #21)
> How about
>
> + else
> + gcc_unreachable ();
>
> ?
>
> That makes sure you run into all the unhandled cases.
Good idea. Unfort
101 - 103 of 103 matches
Mail list logo