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 target/53448] [avr] ignoring __attribute__((aligned(2)))


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

--- Comment #2 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-05-23 15:25:27 UTC ---
Author: gjl
Date: Wed May 23 15:25:22 2012
New Revision: 187803

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187803
Log:
    PR target/53448
    * config/avr/avr.h (ASM_OUTPUT_ALIGN): Don't inhibit .p2align 1.
    * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Use
    ASM_OUTPUT_ALIGN.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr.h
    trunk/gcc/config/avr/elf.h


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