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/64452] [4.8/4.9/5.0 Regression] ICE in avr-gcc when passing struct member to varargs function


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

--- Comment #2 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Fri Feb 20 10:30:24 2015
New Revision: 220847

URL: https://gcc.gnu.org/viewcvs?rev=220847&root=gcc&view=rev
Log:
gcc/
    PR target/64452
    * config/avr/avr.md (pushhi_insn): New insn.
    (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
gcc/testsuite/
    PR target/64452
    * gcc.target/avr/torture/pr64452.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/avr/torture/pr64452.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr.md
    trunk/gcc/testsuite/ChangeLog


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