From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7776 invoked by alias); 22 May 2002 13:50:45 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 7699 invoked from network); 22 May 2002 13:50:36 -0000 Received: from unknown (HELO prism.cybercomm.net) (208.199.66.140) by sources.redhat.com with SMTP; 22 May 2002 13:50:36 -0000 Received: (from kutek@localhost) by prism.cybercomm.net (8.11.6/8.11.1) id g4MDikm04704 for gcc-help@gcc.gnu.org; Wed, 22 May 2002 09:44:46 -0400 From: kutek@cybercomm.net Date: Wed, 22 May 2002 06:50:00 -0000 To: gcc-help@gcc.gnu.org Subject: interesting error compiling zgv-5.6 with gcc 3.0.4 Message-ID: <20020522134434.GO32535@cybercomm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.3.28i X-SW-Source: 2002-05/txt/msg00234.txt.bz2 this is what happened, i've never seen it before: gcc -Wall -DRGB_DB_FILE=3D\"/usr/X11R6/lib/X11/rgb.txt\" -O2 -fomit-frame-pointer -finline-functions -c -o readnbkey.o readnbkey.c readnbkey.c: In function =17ait_for_keys_or_mouse': readnbkey.c:215: Can't find a register in class =03REG' while reloading =01= sm'. readnbkey.c: In function =0Dousecur_wait_for_keys_or_mouse': readnbkey.c:215: Can't find a register in class =03REG' while reloading =01= sm'. make[1]: *** [readnbkey.o] Error 1 make[1]: Leaving directory /uni3/rem/buu/zgv-5.6/src' make: *** [zgv] Error 2 this code compiles with no errors or warnings using egcs-2.91.66 and the same assembler (gnu 2.12) used with 3.0.4.