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 c++/70755] [ARM] excessive struct alignment for globals


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70755

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
             Status|RESOLVED                    |NEW
   Last reconfirmed|                            |2016-05-10
         Resolution|WONTFIX                     |---
     Ever confirmed|0                           |1
           Severity|normal                      |enhancement

--- Comment #4 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
Having given this some thought, there is perhaps a worthwhile enhancement
opportunity here.  We should probably add some options similar to those used in
the CHRIS port that allow users to turn off over-alignment.

       -mstack-align
       -mno-stack-align
       -mdata-align
       -mno-data-align
       -mconst-align
       -mno-const-align

I would expect the -m<type>-align options to remain the default setting,
however.

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