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 #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Fri Feb 20 11:15:56 2015
New Revision: 220849

URL: https://gcc.gnu.org/viewcvs?rev=220849&root=gcc&view=rev
Log:
gcc/
    Backport from 2015-02-20 trunk r220847.
    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/
    Backport from 2015-02-20 trunk r220847.
    PR target/64452
    * gcc.target/avr/torture/pr64452.c: New test.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/gcc.target/avr/torture/pr64452.c
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config/avr/avr.md
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog


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