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 middle-end/67619] ICE at -O1 and above on x86_64-linux-gnu in int_mode_for_mode, at stor-layout.c:425


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

--- Comment #2 from uros at gcc dot gnu.org ---
Author: uros
Date: Fri Sep 18 16:27:51 2015
New Revision: 227909

URL: https://gcc.gnu.org/viewcvs?rev=227909&root=gcc&view=rev
Log:
        PR middle-end/67619
        * except.c (expand_builtin_eh_return): Use copy_addr_to_reg to copy
        the address to a register.

testsuite/ChangeLog:

        PR middle-end/67619
        * gcc.dg/torture/pr67619.c: New test.


Added:
    trunk/gcc/testsuite/gcc.dg/torture/pr67619.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/except.c
    trunk/gcc/testsuite/ChangeLog


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