]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/67619 (ICE at -O1 and above on x86_64-linux-gnu in int_mode_for_mode...
authorUros Bizjak <ubizjak@gmail.com>
Mon, 21 Sep 2015 19:08:38 +0000 (21:08 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 21 Sep 2015 19:08:38 +0000 (21:08 +0200)
commitd6043a753edcdc33cc6ab35bbe848906608142a3
tree7068a42fc4b1b305d0e7e43a8abf6aa84e637320
parenteea600e349b94364aa3ad31d0eb4e8368e63edfb
re PR middle-end/67619 (ICE at -O1 and above on x86_64-linux-gnu in int_mode_for_mode, at stor-layout.c:425)

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.

From-SVN: r227984
gcc/ChangeLog
gcc/except.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr67619.c [new file with mode: 0644]
gcc/testsuite/lib/target-supports.exp