]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR inline-asm/32109 (ICE with inline-asm and class with destructor)
authorJakub Jelinek <jakub@redhat.com>
Wed, 20 Jun 2007 06:51:47 +0000 (08:51 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 20 Jun 2007 06:51:47 +0000 (08:51 +0200)
commitd84e88ac12b3b18667177c273bf06bae03efb9ac
tree48c4e14b6a7dcdae18e869daf800a4b73310e4a7
parent4612d896e3349900d5bdbe38a2c66284fa31019b
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: r125880
gcc/ChangeLog
gcc/gimplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/asm10.C [new file with mode: 0644]