public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: "jonsmirl@gmail.com" <jonsmirl@gmail.com>
To: Martin Guy <martinwguy@gmail.com>
Cc: crossgcc@sourceware.org
Subject: Re: Canadian build for AVR
Date: Thu, 09 May 2013 23:12:00 -0000	[thread overview]
Message-ID: <CAKON4OwpxFH87eUHcbTi69i9gF26DYREXbHr0C+kRNQHHLkihA@mail.gmail.com> (raw)
In-Reply-To: <CAKON4OwKaa_knkhXoPuN68+oxOVjyxDp53AWs6cuw5cGR-ihjQ@mail.gmail.com>

Configured with --enable-long-long
Preprocessor output:

struct real_value {
  unsigned int cl : 2;
  unsigned int decimal : 1;
  unsigned int sign : 1;
  unsigned int signalling : 1;
  unsigned int canonical : 1;
  unsigned int uexp : (32 - 6);
  unsigned long sig[((128 + (8 * 4)) / (8 * 4))];
};
# 77 "../.././gcc/real.h"
extern char test_real_width
  [sizeof(struct real_value) <= (((128 + (8 * 4)) + 32)/(8 * 8) +
(((128 + (8 * 4)) + 32)%(8 * 8) ? 1 : 0))*sizeof(long long) ? 1 : -1];

--
Jon Smirl
jonsmirl@gmail.com

--
For unsubscribe information see http://sourceware.org/lists.html#faq

  reply	other threads:[~2013-05-09 23:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-08 22:32 jonsmirl
2013-05-09 10:49 ` Martin Guy
2013-05-09 12:15   ` jonsmirl
2013-05-09 22:26     ` jonsmirl
2013-05-09 23:12       ` jonsmirl [this message]
2013-05-10 13:26         ` Ben Greenfield
2013-05-10 14:33           ` jonsmirl
2013-05-11  3:33             ` jonsmirl
2013-07-02 19:15               ` Trevor Woerner
2013-07-02 21:16                 ` jonsmirl
2013-07-02 21:19                   ` jonsmirl

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=CAKON4OwpxFH87eUHcbTi69i9gF26DYREXbHr0C+kRNQHHLkihA@mail.gmail.com \
    --to=jonsmirl@gmail.com \
    --cc=crossgcc@sourceware.org \
    --cc=martinwguy@gmail.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).