[Bug c/33594] Local (stack) arrays not aligned on word boundaries

2007-10-06 Thread amruth dot laxman at nsn dot com
--- Comment #6 from amruth dot laxman at nsn dot com 2007-10-06 15:37 --- Based on the feedback below, I'd like to reopen this as an enhancement request. Rationale for requesting this as an enhancment is as follows: -> restoring gcc 3.x behavior will ease migration to gc

[Bug c/33594] Local (stack) arrays not aligned on word boundaries

2007-09-29 Thread amruth dot laxman at nsn dot com
--- Comment #4 from amruth dot laxman at nsn dot com 2007-09-29 23:58 --- You're right - I can use aligned, but I will have to search through 100,000+ lines of code to find all the places that character arrays are used and then add the aligned directive. A lot of this code is

[Bug c/33594] Local (stack) arrays not aligned on word boundaries

2007-09-29 Thread amruth dot laxman at nsn dot com
--- Comment #2 from amruth dot laxman at nsn dot com 2007-09-29 20:12 --- Two questions: - why change the behavior of gcc from 3.x to 4.x? - is there any harm in adding alignment for arrays? If not, can we make this an enhancement request? -- http://gcc.gnu.org/bugzilla

[Bug c/33594] New: Local (stack) arrays not aligned on word boundaries

2007-09-29 Thread amruth dot laxman at nsn dot com
boundaries Product: gcc Version: 4.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: amruth dot laxman at nsn dot com GCC build triplet: sparc