delorie.com/archives/browse.cgi | search |
Date: | Sun, 29 Oct 2000 04:33:52 +0100 |
From: | Marc Lehmann <pcg AT goof DOT com> |
To: | pgcc AT delorie DOT com |
Subject: | Re: Bug in PGCC? |
Message-ID: | <20001029043352.H3117@cerebro.laendle> |
Mail-Followup-To: | pgcc AT delorie DOT com |
References: | <Pine DOT LNX DOT 4 DOT 21 DOT 0010262340230 DOT 2586-100000 AT iconia DOT net> |
Mime-Version: | 1.0 |
In-Reply-To: | <Pine.LNX.4.21.0010262340230.2586-100000@iconia.net>; from portal@iconia.net on Fri, Oct 27, 2000 at 12:00:01AM -0700 |
X-Operating-System: | Linux version 2.2.17 (root AT cerebro) (gcc version pgcc-2.95.2 19991024 (release)) |
X-Copyright: | copyright 2000 Marc Alexander Lehmann - all rights reserved |
Reply-To: | pgcc AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | pgcc AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Fri, Oct 27, 2000 at 12:00:01AM -0700, JH <portal AT iconia DOT net> wrote: > > cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O3 > -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce > -march=i686 -mpentiumpro -mmx -mcpu=pentiumpro -malign-loops=2 > -malign-jumps=2 -malign-functions=4 -DCPU=686 -c -o genhd.o genhd.c > {standard input}: Assembler messages: > {standard input}:1113: Error: invalid character (0xffffff84) in mnemonic > cc: Internal compiler error: program as got fatal signal 11 > make[3]: *** [genhd.o] Error 1 > > This mnemonic message is consistent on any variation of linux I've used > from binutil 2.9.5.* to binutil 2.10 and pgcc's earlier versions to This is a bug in your binutils (most probably caused by a known bug in pgcc that should be fixed in cvs). I'd recommend to report it to the binutils maintainer. Useful would be the assembler output of the compiler (.i.e replace "-c -o genhd.o" with "-S -o genhd.S" and send that file gzipped along with the bugreport). > optimized or useable code, shouldn't the compiler just go forward with the the assembler should not segafult regardless of what the compiler feeds it ;) -- -----==- | ----==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / pcg AT opengroup DOT org |e| -=====/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |