https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63440
--- Comment #4 from Eric Gallager ---
(In reply to Eric Gallager from comment #3)
> (In reply to Richard Biener from comment #1)
> > Note that the various "Enabled at levels ..." were not updated for -Og.
>
> This part is bug 59658.
...which Sa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63440
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63440
--- Comment #2 from R. Diez ---
Yes, I would enable -fmerge-constants with -Og.
I would do it even for -O0. Merging constants should be safe, and it saves
precious program space when generating debug builds for small embedded targets.
Besides,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63440
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|