re PR debug/49567 (ICE in mem_loc_descriptor due to typed DWARF stack changes)
authorJakub Jelinek <jakub@redhat.com>
Wed, 29 Jun 2011 08:15:00 +0000 (10:15 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 29 Jun 2011 08:15:00 +0000 (10:15 +0200)
commita0f33d3a128be9cc917198f93a13d451795b8175
tree5f9c8925a92d79802ac210f1d17228247886af68
parent946c8b23ddf4ab7cc6af92c5a58b36814af3ecac
re PR debug/49567 (ICE in mem_loc_descriptor due to typed DWARF stack changes)

PR debug/49567
* dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTEND>: Give up
for non-MODE_INT modes instead of asserting the mode has MODE_INT
class.

* gcc.target/i386/pr49567.c: New test.

From-SVN: r175622
gcc/ChangeLog
gcc/dwarf2out.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr49567.c [new file with mode: 0644]