re PR inline-asm/32109 (ICE with inline-asm and class with destructor)
authorJakub Jelinek <jakub@redhat.com>
Wed, 20 Jun 2007 06:37:17 +0000 (08:37 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 20 Jun 2007 06:37:17 +0000 (08:37 +0200)
commitf497c16c2698e5f2ecd6a33f174982b2f826d48e
tree935957c9e37c4fe29aace1e86944da9c80ffeb83
parent6a4e56a90e3c299e0eb634611cab3d076acbe818
re PR inline-asm/32109 (ICE with inline-asm and class with destructor)

PR inline-asm/32109
* gimplify.c (gimplify_asm_expr): Issue error if type is addressable
and !allows_mem.

* g++.dg/ext/asm10.C: New test.

From-SVN: r125874
gcc/ChangeLog
gcc/gimplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/asm10.C [new file with mode: 0644]