[Bug middle-end/68034] Print warning when memset is optimized out

2024-11-16 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68034 --- Comment #3 from Sam James --- Accordingly, it's a better fit for static analysis.

[Bug middle-end/68034] Print warning when memset is optimized out

2024-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68034 --- Comment #2 from Andrew Pinski --- I am not sure if this needs to be done since there is memset_explicit in C23 now. https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2897.htm

[Bug middle-end/68034] Print warning when memset is optimized out

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68034 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/68034] Print warning when memset is optimized out

2015-12-23 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68034 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Component|c