public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/37993]  New: bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8
@ 2008-11-01 22:06 danglin at gcc dot gnu dot org
  2008-11-02 10:46 ` [Bug ada/37993] [4.4 Regression] " rguenth at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-11-01 22:06 UTC (permalink / raw)
  To: gcc-bugs

/Users/dave/Documents/gnu/gcc/objdir/./gcc/xgcc
-B/Users/dave/Documents/gnu/gcc/
objdir/./gcc/ -B/opt/gnu/gcc/gcc-4.4.0/i686-apple-darwin9/bin/
-B/opt/gnu/gcc/gc
c-4.4.0/i686-apple-darwin9/lib/ -isystem
/opt/gnu/gcc/gcc-4.4.0/i686-apple-darwi
n9/include -isystem /opt/gnu/gcc/gcc-4.4.0/i686-apple-darwin9/sys-include -c -g 
-O2 -m64 -fPIC -pipe                     -fno-common  -W -Wall -gnatpg -m64 
a-d
irect.adb -o a-direct.o
a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8
a-direct.ads:426:09: alignment for "Search_Typer80s" must be at least 8
a-direct.ads:426:09: alignment for "Search_Typet77s" must be at least 8


-- 
           Summary: bootstrap with ada fails: a-direct.ads:426:09: alignment
                    for "Search_Typeb82s" must be at least 8
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/37993] [4.4 Regression] bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8
  2008-11-01 22:06 [Bug ada/37993] New: bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8 danglin at gcc dot gnu dot org
@ 2008-11-02 10:46 ` rguenth at gcc dot gnu dot org
  2008-11-02 10:58 ` charlet at adacore dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-11-02 10:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
            Summary|bootstrap with ada fails: a-|[4.4 Regression] bootstrap
                   |direct.ads:426:09: alignment|with ada fails: a-
                   |for "Search_Typeb82s" must  |direct.ads:426:09: alignment
                   |be at least 8               |for "Search_Typeb82s" must
                   |                            |be at least 8
   Target Milestone|---                         |4.4.0


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/37993] [4.4 Regression] bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8
  2008-11-01 22:06 [Bug ada/37993] New: bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8 danglin at gcc dot gnu dot org
  2008-11-02 10:46 ` [Bug ada/37993] [4.4 Regression] " rguenth at gcc dot gnu dot org
@ 2008-11-02 10:58 ` charlet at adacore dot com
  2008-11-03 19:19 ` [Bug ada/37993] [4.4 Regression] missing Ada multilib support ebotcazou at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: charlet at adacore dot com @ 2008-11-02 10:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from charlet at adacore dot com  2008-11-02 10:57 -------
Subject: Re:  [4.4 Regression] bootstrap with ada fails:
        a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at
        least 8

This is yet again a failure due to having multilibs enabled by default
for Ada with no proper support for it (this time on darwin).

Do we have the many times discussed option --disable-multilibada yet or not
by the way? Otherwise I suspect this issue will become a real FAQ.

Arno


-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/37993] [4.4 Regression] missing Ada multilib support
  2008-11-01 22:06 [Bug ada/37993] New: bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8 danglin at gcc dot gnu dot org
  2008-11-02 10:46 ` [Bug ada/37993] [4.4 Regression] " rguenth at gcc dot gnu dot org
  2008-11-02 10:58 ` charlet at adacore dot com
@ 2008-11-03 19:19 ` ebotcazou at gcc dot gnu dot org
  2008-11-13 16:18 ` laurent at guerby dot net
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-11-03 19:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ebotcazou at gcc dot gnu dot org  2008-11-03 19:17 -------
> a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8
> a-direct.ads:426:09: alignment for "Search_Typer80s" must be at least 8
> a-direct.ads:426:09: alignment for "Search_Typet77s" must be at least 8

You must add multilib support to gcc-interface/Makefile.in, see existing
examples
like x86_64/Linux or SPARC/Solaris.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-11-03 19:17:58
               date|                            |
            Summary|[4.4 Regression] bootstrap  |[4.4 Regression] missing Ada
                   |with ada fails: a-          |multilib support
                   |direct.ads:426:09: alignment|
                   |for "Search_Typeb82s" must  |
                   |be at least 8               |


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/37993] [4.4 Regression] missing Ada multilib support
  2008-11-01 22:06 [Bug ada/37993] New: bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8 danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-11-03 19:19 ` [Bug ada/37993] [4.4 Regression] missing Ada multilib support ebotcazou at gcc dot gnu dot org
@ 2008-11-13 16:18 ` laurent at guerby dot net
  2008-11-15  6:50 ` [Bug ada/37993] [4.4 Regression] missing Ada multilib support for darwin laurent at guerby dot net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: laurent at guerby dot net @ 2008-11-13 16:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from laurent at guerby dot net  2008-11-13 16:17 -------
Created an attachment (id=16663)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16663&action=view)
patch v1

Dave is testing the attached patch.


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |laurent at guerby dot net
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/37993] [4.4 Regression] missing Ada multilib support for darwin
  2008-11-01 22:06 [Bug ada/37993] New: bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8 danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-11-13 16:18 ` laurent at guerby dot net
@ 2008-11-15  6:50 ` laurent at guerby dot net
  2008-11-15 11:25 ` guerby at gcc dot gnu dot org
  2008-11-15 11:58 ` laurent at guerby dot net
  6 siblings, 0 replies; 8+ messages in thread
From: laurent at guerby dot net @ 2008-11-15  6:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from laurent at guerby dot net  2008-11-15 06:49 -------
Patch for review:

http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00690.html


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |11/msg00690.html
           Keywords|                            |patch
            Summary|[4.4 Regression] missing Ada|[4.4 Regression] missing Ada
                   |multilib support            |multilib support for darwin


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/37993] [4.4 Regression] missing Ada multilib support for darwin
  2008-11-01 22:06 [Bug ada/37993] New: bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8 danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-11-15  6:50 ` [Bug ada/37993] [4.4 Regression] missing Ada multilib support for darwin laurent at guerby dot net
@ 2008-11-15 11:25 ` guerby at gcc dot gnu dot org
  2008-11-15 11:58 ` laurent at guerby dot net
  6 siblings, 0 replies; 8+ messages in thread
From: guerby at gcc dot gnu dot org @ 2008-11-15 11:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from guerby at gcc dot gnu dot org  2008-11-15 11:24 -------
Subject: Bug 37993

Author: guerby
Date: Sat Nov 15 11:22:42 2008
New Revision: 141882

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141882
Log:
2008-11-15  Laurent Guerby  <laurent@guerby.net>

        PR ada/37993
        * gcc-interface/Makefile.in: Add multilib handling for x86_64
        on darwin.
        * system-darwin-x86_64.ads: New file.


Added:
    trunk/gcc/ada/system-darwin-x86_64.ads
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/Makefile.in


-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/37993] [4.4 Regression] missing Ada multilib support for darwin
  2008-11-01 22:06 [Bug ada/37993] New: bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8 danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-11-15 11:25 ` guerby at gcc dot gnu dot org
@ 2008-11-15 11:58 ` laurent at guerby dot net
  6 siblings, 0 replies; 8+ messages in thread
From: laurent at guerby dot net @ 2008-11-15 11:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from laurent at guerby dot net  2008-11-15 11:57 -------
Fixed.


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-11-15 11:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-01 22:06 [Bug ada/37993] New: bootstrap with ada fails: a-direct.ads:426:09: alignment for "Search_Typeb82s" must be at least 8 danglin at gcc dot gnu dot org
2008-11-02 10:46 ` [Bug ada/37993] [4.4 Regression] " rguenth at gcc dot gnu dot org
2008-11-02 10:58 ` charlet at adacore dot com
2008-11-03 19:19 ` [Bug ada/37993] [4.4 Regression] missing Ada multilib support ebotcazou at gcc dot gnu dot org
2008-11-13 16:18 ` laurent at guerby dot net
2008-11-15  6:50 ` [Bug ada/37993] [4.4 Regression] missing Ada multilib support for darwin laurent at guerby dot net
2008-11-15 11:25 ` guerby at gcc dot gnu dot org
2008-11-15 11:58 ` laurent at guerby dot net

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).