[Bug c/7652] -Wswitch-break : Warn if a switch case falls through

2016-07-18 Thread thaines.astro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652 Tim Haines changed: What|Removed |Added CC||thaines.astro at gmail dot com --- Comment

[Bug middle-end/68000] Suboptimal ternary operator codegen

2015-10-18 Thread thaines.astro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68000 --- Comment #3 from Tim Haines --- (In reply to Andrew Pinski from comment #1) > Note I think the trunk already has improved code generation. Here is the codegen from the latest trunk build using the same options as before. foo_manual_hoist:

[Bug c/68000] New: Suboptimal ternary operator codegen

2015-10-17 Thread thaines.astro at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: thaines.astro at gmail dot com Target Milestone: --- Created attachment 36534 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36534=edit Preprocessed C code for "Suboptimal ternary operator codegen" I think