[Bug target/61443] [avr] ICE when varargs argument is indirect addr-space access

gjl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jun 12 08:55:00 GMT 2014


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

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Thu Jun 12 08:54:24 2014
New Revision: 211493

URL: http://gcc.gnu.org/viewcvs?rev=211493&root=gcc&view=rev
Log:
gcc/
    Backport from 2014-05-09 trunk r210272
    * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
    unsigned int initializers for regno_in, regno_out.

    Backport from 2014-05-14 trunk r210418
    * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
    shifted values to avoid build warning.

    Backport from 2014-06-12 trunk r211491
    PR target/61443
    * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
    loading from address spaces.
gcc/testsuite/
    Backport from 2014-06-12 trunk r211491
    PR target/61443
    * gcc.target/avr/torture/pr61443.c: New test.


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



More information about the Gcc-bugs mailing list