public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: hjl@lucon.org (H.J. Lu)
To: loewis@informatik.hu-berlin.de
Cc: egcs@cygnus.com
Subject: Your namespace change and a bug
Date: Sat, 09 May 1998 16:35:00 -0000	[thread overview]
Message-ID: <m0yYIPi-000268C@ocean.lucon.org> (raw)

Hi,

Here is a test case:

# /home/work/gnu/bin/egcs/gcc/xgcc -B/home/work/gnu/bin/egcs/gcc/ -S bar.ii  
bar.ii: In method `struct twolongs Fix48::assign(double)':
bar.ii:18: Internal compiler error.
bar.ii:18: Please submit a full bug report to `egcs-bugs@cygnus.com'.


-- 
H.J. Lu (hjl@gnu.org)
---bar.ii--
typedef struct {
  int u;
  unsigned int l;
} twolongs;


static const twolongs
  Fix48_m_max = { 0x7fffff00L, 0xffffff00L };
		  
class Fix48 
{ 
public:
  twolongs             assign(double d);
};

twolongs Fix48::assign(double d) 
{ 
  return Fix48_m_max;
}

                 reply	other threads:[~1998-05-09 16:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m0yYIPi-000268C@ocean.lucon.org \
    --to=hjl@lucon.org \
    --cc=egcs@cygnus.com \
    --cc=loewis@informatik.hu-berlin.de \
    /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).