This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/32109] [4.1/4.2/4.3 regression] ICE with inline-asm and class with destructor
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2007 06:51:58 -0000
- Subject: [Bug inline-asm/32109] [4.1/4.2/4.3 regression] ICE with inline-asm and class with destructor
- References: <bug-32109-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from jakub at gcc dot gnu dot org 2007-06-20 06:51 -------
Subject: Bug 32109
Author: jakub
Date: Wed Jun 20 06:51:47 2007
New Revision: 125880
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125880
Log:
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.
Added:
branches/gcc-4_1-branch/gcc/testsuite/g++.dg/ext/asm10.C
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/gimplify.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32109