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

--- Comment #5 from uros at gcc dot gnu.org ---
Author: uros
Date: Mon Sep 21 19:08:38 2015
New Revision: 227984

URL: https://gcc.gnu.org/viewcvs?rev=227984&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.
        * lib/target-supports.exp (check_effective_target_builtin_eh_return):
        New procedure.


Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.dg/torture/pr67619.c
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/except.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_9-branch/gcc/testsuite/lib/target-supports.exp

Reply via email to