This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/57955] Uniquization of constants breaks constant alignment


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57955

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
The subject is very misleading, the alignment of constants is _not_ changed at
all, otherwise many things would have been broken.  The only change pertains to
the internal alignment of initializers and cannot break anything, as it at most
trades questionable optimization patterns for a smaller data footprint.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]