public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sam at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595
Date: Mon, 12 May 2008 12:11:00 -0000	[thread overview]
Message-ID: <20080512121102.4611.qmail@sourceware.org> (raw)
In-Reply-To: <bug-36207-8837@http.gcc.gnu.org/bugzilla/>



------- Comment #1 from sam at gcc dot gnu dot org  2008-05-12 12:11 -------
Could you post the disassembly of the previous stage "get_target_char_size"
from targtyps.o? (objdump --source targtyps.o)

On i686-pc-linux-gnu, I get:

Pos
get_target_char_size (void)
{
  14:   55                      push   %ebp
  15:   89 e5                   mov    %esp,%ebp
  return CHAR_TYPE_SIZE;
  17:   b8 08 00 00 00          mov    $0x8,%eax
}
  1c:   5d                      pop    %ebp
  1d:   c3                      ret    

This function is called to initialize Standard_Short_Short_Integer_Size. If
CHAR_TYPE_SIZE is not defined for your target, it defaults to BITS_PER_UNIT
(gigi.h).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36207


  parent reply	other threads:[~2008-05-12 12:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-11  9:25 [Bug ada/36207] New: " aaronavay62 at aaronwl dot com
2008-05-12 11:01 ` [Bug ada/36207] " aaronavay62 at aaronwl dot com
2008-05-12 12:11 ` sam at gcc dot gnu dot org [this message]
2008-05-12 12:19 ` sam at gcc dot gnu dot org
2008-05-13 13:51 ` aaronavay62 at aaronwl dot com
2008-05-17  7:28 ` dannysmith at users dot sourceforge dot net
2008-05-22 20:14 ` pinskia at gcc dot gnu dot org
2008-06-03 19:33 ` aaronavay62 at aaronwl dot com
2008-06-03 19:58 ` ebotcazou at gcc dot gnu dot org
2008-06-25 12:04 ` rguenth at gcc dot gnu dot org
2008-07-11 21:20 ` ebotcazou at gcc dot gnu dot org
2008-07-14  8:58 ` aaronavay62 at aaronwl dot com
2008-07-14  9:04 ` ebotcazou at gcc dot gnu dot org
2008-07-14 14:38 ` aaronavay62 at aaronwl dot com
2008-07-14 14:45 ` ebotcazou at gcc dot gnu dot org
2008-07-27 17:11 ` ebotcazou at gcc dot gnu dot org
2008-07-29 19:43 ` aaronavay62 at aaronwl dot com
2008-07-29 20:48 ` ebotcazou at gcc dot gnu dot org

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=20080512121102.4611.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).