]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR debug/43165 (ice in simplify_subreg, at simplify-rtx.c:5146)
authorJakub Jelinek <jakub@redhat.com>
Thu, 25 Feb 2010 10:41:52 +0000 (11:41 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 25 Feb 2010 10:41:52 +0000 (11:41 +0100)
commit7d5d39bb9dbdf4374f8240128048302338faaca7
tree5246e3d3be5b91effeda301f47ee217ba7e1b8a8
parentf205d1da0f39deccade0353a5765d86239f324ba
re PR debug/43165 (ice in simplify_subreg, at simplify-rtx.c:5146)

PR debug/43165
* cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
if bitpos isn't multiple of mode's bitsize.

* gcc.dg/torture/pr43165.c: New test.

From-SVN: r157062
gcc/ChangeLog
gcc/cfgexpand.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr43165.c [new file with mode: 0644]