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/71676] [avr] casesi won't handle switch values larger than 16 bits


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

--- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Wed Oct 26 09:46:44 2016
New Revision: 241547

URL: https://gcc.gnu.org/viewcvs?rev=241547&root=gcc&view=rev
Log:
        gen-pass-instances.awk is sensitive to the order in which
        passes are added; passes that appear later have to be added first.
        PR target/71676
        PR target/71678
        * config/avr/avr-passes.def: Swap order of directives for
        gen-pass-instances.awk.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr-passes.def

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