From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reichelt To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: c/4384 Date: Fri, 28 Sep 2001 08:26:00 -0000 Message-id: <20010928152601.25335.qmail@sourceware.cygnus.com> X-SW-Source: 2001-09/msg00536.html List-Id: The following reply was made to PR c/4384; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, georg.wild@gmx.de Cc: Subject: Re: c/4384 Date: Fri, 28 Sep 2001 17:24:09 +0200 Hi, the testcase can be reduced to the following: int main() { long int i; char c; if (i) __asm__ __volatile__ ("btl %1,%2 ; setcb %b0" : "=q" (c) : "r" (0), "m" (i) : "cc"); } The code crashes gcc 3.1 20010925 with -O2 on an i686-pc-linux-gnu. Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4384&database=gcc