From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6982 invoked by alias); 28 Apr 2003 04:06:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 6953 invoked by uid 71); 28 Apr 2003 04:06:01 -0000 Date: Mon, 28 Apr 2003 04:06:00 -0000 Message-ID: <20030428040600.6952.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Pete Gonzalez Subject: Re: inline-asm/10396: Constraint alternatives cause error " `asm' operand requires impossible reload" Reply-To: Pete Gonzalez X-SW-Source: 2003-04/txt/msg01216.txt.bz2 List-Id: The following reply was made to PR inline-asm/10396; it has been noted by GNATS. From: Pete Gonzalez To: gcc-gnats@gcc.gnu.org,gcc-bugs@gcc.gnu.org,nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org Cc: Subject: Re: inline-asm/10396: Constraint alternatives cause error " `asm' operand requires impossible reload" Date: Sun, 27 Apr 2003 23:56:05 -0400 >Do you have this problem with 3.3 as well? Many reload and >inline-asm problems have been fixed for 3.3, maybe your problem >is fixed there as well. I attempted to recompile using the latest 3.3 snapshot (20030421), however the build fails with this error: >gcc -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings >-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic >-Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengtype.exe \ > gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a >./gengtype >Signal 11 >make[2]: *** [s-gtype] Error 139 >make[2]: Leaving directory >`/home/Administrator/DevKitAdv-Source/build-gcc/gcc' >make[1]: *** [all-gcc] Error 2 >make[1]: Leaving directory `/home/Administrator/DevKitAdv-Source/build-gcc' >make: *** [stmp-gcc-make-all] Error 2 I guess I should wait for a more stable version of the source code. How far off is the official 3.3 release? Thanks, -Pete