public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "Benno Tietz" <benno.tietz@arcormail.de>
To: <egcs-bugs@cygnus.com>
Subject: Bugreport
Date: Sun, 31 Jan 1999 11:40:00 -0000	[thread overview]
Message-ID: <000701be4d51$13bd10c0$0858fd91@default> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1204 bytes --]

Hi,
here is my bugreport. gcc-2.7.2.1 
compiles the files without any problems.
Benno Tietz
 
BYW: Thnx for producing such a good 
compiler.
 
 
Compiler version:
 
batty:/home/benno/hyatt/16.3 # gcc 
-v Reading specs from 
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.93.04/specs
 
gcc version egcs-2.93.04 19990131 
(gcc2 ss-980929 experimental) 
 
File producing 
trouble:
 
========= ut.i 
============= typedef struct {  unsigned long fds_bits [(1024 / (8 * 
sizeof(unsigned long)) ) ]; } __kernel_fd_set;
 
int CheckInput(void) {   
__kernel_fd_set readfds;
 
  __asm__ __volatile__("cld 
; rep ; stosl" :"=m" (*(__kernel_fd_set *) (  
&readfds  )) :"a" (0), "c" ((1024 / (8 * 
sizeof(unsigned long)) ) ), "D" ((__kernel_fd_set *) (  
&readfds  )) :"cx","di")  
; } ============================
 
Command-line option:
 
batty:/home/benno/hyatt/16.3 # 
gcc  -O2 -c ut.i ut.i: In function `CheckInput': ut.i:8: Invalid 
`asm' statement: ut.i:8: fixed or forbidden register 2 (cx) was spilled for 
class CREG.
 
Machine-type:
 
AMD K6-2 running Linux 
2.0.35
 
Compiler building:
 
./configure 
--enable-haifa
 
 


             reply	other threads:[~1999-01-31 11:40 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-31 11:40 Benno Tietz [this message]
1999-01-31 20:04 ` Bugreport Jeffrey A Law
  -- strict thread matches above, loose matches on Subject: below --
2003-10-31 15:14 bugreport Jean-Pierre.Flament
2003-10-31 22:06 ` bugreport Toon Moene
2000-04-01 12:43 bugreport ggg
1999-09-30 19:57 bugreport Dietmar Schaefer
1999-11-04 13:16 ` bugreport Alexandre Oliva
1999-09-01  6:22 Bugreport Christian Wichert
1999-07-31 23:33 Bugreport Max Weninger
1999-07-16  3:13 ` Bugreport Nathan Sidwell
1999-06-30 23:07 bugreport Berthold Höllmann
1999-06-05 15:08 ` bugreport Martin v. Loewis
1999-06-06  3:55   ` bugreport Berthold Höllmann
1999-06-30 23:07     ` bugreport Martin v. Loewis
1999-06-30 23:07   ` bugreport Berthold Höllmann
1999-06-30 23:07 Bugreport Simon Thum
1999-06-22 22:54 ` Bugreport Alexandre Oliva
1999-05-31 21:06 bugreport Max Gilead
1999-05-31 18:45 ` bugreport Alexandre Oliva
1999-02-08 12:11 Bugreport Oliver Kohlbacher
1999-02-08 12:42 ` Bugreport Alexandre Oliva
1998-09-07 22:57 bugreport Magnus Drougge
1998-09-08  1:05 ` bugreport Gerald Pfeifer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000701be4d51$13bd10c0$0858fd91@default' \
    --to=benno.tietz@arcormail.de \
    --cc=egcs-bugs@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).