http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43690
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-11-11 20:36:54 UTC --- Author: jakub Date: Thu Nov 11 20:36:49 2010 New Revision: 166617 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166617 Log: Backport from mainline 2010-11-05 Jakub Jelinek <ja...@redhat.com> PR middle-end/43690 * gimplify.c (gimplify_asm_expr): If a "m" input is a {pre,post}{in,de}crement, fail. * c-c++-common/pr43690.c: New test. Added: branches/gcc-4_5-branch/gcc/testsuite/c-c++-common/pr43690.c Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/gimplify.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog