public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/35051]  New: [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs
@ 2008-02-01 17:49 rsandifo at gcc dot gnu dot org
  2008-02-01 17:50 ` [Bug bootstrap/35051] " rsandifo at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2008-02-01 17:49 UTC (permalink / raw)
  To: gcc-bugs

If you build a cross-host compiler (such as building a
mips64-linux-gnu native compiler from x86_64-linux-gnu),
--with-gmp and --with-mpfr rightly apply to the host.
However, even the generator files include <gmp.h> and
<mpfr.h>, so the build machine needs gmp.h and mpfr.h
to be installed too.  There's no real need for this,
and, as --with-gmp and --with-mpfr show, we can't assume
that the files are installed in the standard directories.


-- 
           Summary: [4.3 Regression] Build machine requires GMP and MPFR for
                    building cross-host gccs
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rsandifo at gcc dot gnu dot org
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: mips64-linux-gnu
GCC target triplet: mips64-linux-gnu


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


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

* [Bug bootstrap/35051] [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs
  2008-02-01 17:49 [Bug bootstrap/35051] New: [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs rsandifo at gcc dot gnu dot org
@ 2008-02-01 17:50 ` rsandifo at gcc dot gnu dot org
  2008-02-01 18:20 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2008-02-01 17:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rsandifo at gcc dot gnu dot org  2008-02-01 17:49 -------
Testing a patch.


-- 

rsandifo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rsandifo at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-02-01 17:49:36
               date|                            |


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


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

* [Bug bootstrap/35051] [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs
  2008-02-01 17:49 [Bug bootstrap/35051] New: [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs rsandifo at gcc dot gnu dot org
  2008-02-01 17:50 ` [Bug bootstrap/35051] " rsandifo at gcc dot gnu dot org
@ 2008-02-01 18:20 ` pinskia at gcc dot gnu dot org
  2008-02-02 12:32 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-02-01 18:20 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.3.0


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


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

* [Bug bootstrap/35051] [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs
  2008-02-01 17:49 [Bug bootstrap/35051] New: [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs rsandifo at gcc dot gnu dot org
  2008-02-01 17:50 ` [Bug bootstrap/35051] " rsandifo at gcc dot gnu dot org
  2008-02-01 18:20 ` pinskia at gcc dot gnu dot org
@ 2008-02-02 12:32 ` rguenth at gcc dot gnu dot org
  2008-02-05 21:08 ` rsandifo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-02-02 12:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-02-02 12:31 -------
Confirmed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
           Priority|P3                          |P2


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


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

* [Bug bootstrap/35051] [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs
  2008-02-01 17:49 [Bug bootstrap/35051] New: [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs rsandifo at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-02-02 12:32 ` rguenth at gcc dot gnu dot org
@ 2008-02-05 21:08 ` rsandifo at gcc dot gnu dot org
  2008-02-08 19:11 ` rsandifo at gcc dot gnu dot org
  2008-02-08 19:12 ` rsandifo at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2008-02-05 21:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rsandifo at gcc dot gnu dot org  2008-02-05 21:08 -------
Patch here: http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00041.html


-- 

rsandifo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |02/msg00041.html
           Keywords|                            |patch


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


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

* [Bug bootstrap/35051] [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs
  2008-02-01 17:49 [Bug bootstrap/35051] New: [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs rsandifo at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-02-05 21:08 ` rsandifo at gcc dot gnu dot org
@ 2008-02-08 19:11 ` rsandifo at gcc dot gnu dot org
  2008-02-08 19:12 ` rsandifo at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2008-02-08 19:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rsandifo at gcc dot gnu dot org  2008-02-08 19:11 -------
Subject: Bug 35051

Author: rsandifo
Date: Fri Feb  8 19:10:25 2008
New Revision: 132188

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132188
Log:
gcc/
        PR bootstrap/35051
        * double-int.h: Don't include gmp.h for GENERATOR_FILEs.
        (mpz_set_double_int, mpz_get_double_int): Hide from GENERATOR_FILEs.
        * real.h: Don't include gmp.h or mpfr.h for GENERATOR_FILEs.
        (real_from_mpfr, mpfr_from_real): Hide from GENERATOR_FILEs.
        * tree.h (get_type_static_bounds): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/double-int.h
    trunk/gcc/real.h
    trunk/gcc/tree.h


-- 


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


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

* [Bug bootstrap/35051] [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs
  2008-02-01 17:49 [Bug bootstrap/35051] New: [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs rsandifo at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-02-08 19:11 ` rsandifo at gcc dot gnu dot org
@ 2008-02-08 19:12 ` rsandifo at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2008-02-08 19:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rsandifo at gcc dot gnu dot org  2008-02-08 19:11 -------
Patch applied.  Thanks to Richard G. for the review.


-- 

rsandifo at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-02-08 19:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01 17:49 [Bug bootstrap/35051] New: [4.3 Regression] Build machine requires GMP and MPFR for building cross-host gccs rsandifo at gcc dot gnu dot org
2008-02-01 17:50 ` [Bug bootstrap/35051] " rsandifo at gcc dot gnu dot org
2008-02-01 18:20 ` pinskia at gcc dot gnu dot org
2008-02-02 12:32 ` rguenth at gcc dot gnu dot org
2008-02-05 21:08 ` rsandifo at gcc dot gnu dot org
2008-02-08 19:11 ` rsandifo at gcc dot gnu dot org
2008-02-08 19:12 ` rsandifo at gcc dot gnu dot org

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