public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/36702]  New: [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9
@ 2008-07-02 17:19 dominiq at lps dot ens dot fr
  2008-07-02 17:50 ` [Bug bootstrap/36702] " hjl dot tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-07-02 17:19 UTC (permalink / raw)
  To: gcc-bugs

Bootstrap fails at revision 137369 on i686-apple-darwin9 with:

...
/opt/gcc/i686-darwin/./gcc/xgcc -B/opt/gcc/i686-darwin/./gcc/
-B/opt/gcc/gcc4.4w/i686-apple-darwin9/bin/
-B/opt/gcc/gcc4.4w/i686-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.4w/i686-apple-darwin9/include -isystem
/opt/gcc/gcc4.4w/i686-apple-darwin9/sys-include -g -O2 -O2  -g -O2 -DIN_GCC  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual
-Wold-style-definition  -isystem ./include  -fPIC -pipe -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc
-I../../../gcc-4.4-work/libgcc -I../../../gcc-4.4-work/libgcc/.
-I../../../gcc-4.4-work/libgcc/../gcc -I../../../gcc-4.4-work/libgcc/../include
 -DHAVE_CC_TLS -o _floattitf.o -MT _floattitf.o -MD -MP -MF _floattitf.dep
-DL_floatditf -c ../../../gcc-4.4-work/libgcc/../gcc/libgcc2.c
-fvisibility=hidden -DHIDE_EXPORTS \
                -DLIBGCC2_UNITS_PER_WORD=8
{standard input}:31:Unknown pseudo-op: .symver
{standard input}:31:Rest of line ignored. 1st junk character valued 95 (_).
{standard input}:32:Unknown pseudo-op: .symver
{standard input}:32:Rest of line ignored. 1st junk character valued 95 (_).
/opt/gcc/i686-darwin/./gcc/xgcc -B/opt/gcc/i686-darwin/./gcc/
-B/opt/gcc/gcc4.4w/i686-apple-darwin9/bin/
-B/opt/gcc/gcc4.4w/i686-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.4w/i686-apple-darwin9/include -isystem
/opt/gcc/gcc4.4w/i686-apple-darwin9/sys-include -g -O2 -O2  -g -O2 -DIN_GCC  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual
-Wold-style-definition  -isystem ./include  -fPIC -pipe -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc
-I../../../gcc-4.4-work/libgcc -I../../../gcc-4.4-work/libgcc/.
-I../../../gcc-4.4-work/libgcc/../gcc -I../../../gcc-4.4-work/libgcc/../include
 -DHAVE_CC_TLS -o _floatuntisf.o -MT _floatuntisf.o -MD -MP -MF
_floatuntisf.dep -DL_floatundisf -c
../../../gcc-4.4-work/libgcc/../gcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS \
                -DLIBGCC2_UNITS_PER_WORD=8
make[5]: *** [getf2_s.o] Error 1
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [all-stage1-target-libgcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2


-- 
           Summary: [4.4 Regression] Bootstrap fails at revision 137369 on
                    i686-apple-darwin9
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 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=36702


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

* [Bug bootstrap/36702] [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9
  2008-07-02 17:19 [Bug bootstrap/36702] New: [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9 dominiq at lps dot ens dot fr
@ 2008-07-02 17:50 ` hjl dot tools at gmail dot com
  2008-07-02 19:33 ` hjl at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-07-02 17:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2008-07-02 17:49 -------
Can you try

http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00127.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl dot tools at gmail dot
                   |                            |com
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |07/msg00127.html


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


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

* [Bug bootstrap/36702] [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9
  2008-07-02 17:19 [Bug bootstrap/36702] New: [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9 dominiq at lps dot ens dot fr
  2008-07-02 17:50 ` [Bug bootstrap/36702] " hjl dot tools at gmail dot com
@ 2008-07-02 19:33 ` hjl at gcc dot gnu dot org
  2008-07-04 21:55 ` jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at gcc dot gnu dot org @ 2008-07-02 19:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl at gcc dot gnu dot org  2008-07-02 19:32 -------
Subject: Bug 36702

Author: hjl
Date: Wed Jul  2 19:31:53 2008
New Revision: 137380

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137380
Log:
2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>

        PR boostrap/36702
        * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
        and Linux/x86.  Include 64bit t-softfp-compat for Linux/x86.

        * config/i386/64/t-fprules-softfp: Moved to ...
        * config/i386/64/t-softfp-compat: This.  New.

Added:
    trunk/libgcc/config/i386/64/t-softfp-compat
      - copied unchanged from r137369,
trunk/libgcc/config/i386/64/t-fprules-softfp
Removed:
    trunk/libgcc/config/i386/64/t-fprules-softfp
Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.host


-- 


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


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

* [Bug bootstrap/36702] [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9
  2008-07-02 17:19 [Bug bootstrap/36702] New: [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9 dominiq at lps dot ens dot fr
  2008-07-02 17:50 ` [Bug bootstrap/36702] " hjl dot tools at gmail dot com
  2008-07-02 19:33 ` hjl at gcc dot gnu dot org
@ 2008-07-04 21:55 ` jsm28 at gcc dot gnu dot org
  2008-07-18 16:58 ` rguenth at gcc dot gnu dot org
  2008-07-18 20:23 ` dominiq at lps dot ens dot fr
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 21:55 UTC (permalink / raw)
  To: gcc-bugs



-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug bootstrap/36702] [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9
  2008-07-02 17:19 [Bug bootstrap/36702] New: [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (2 preceding siblings ...)
  2008-07-04 21:55 ` jsm28 at gcc dot gnu dot org
@ 2008-07-18 16:58 ` rguenth at gcc dot gnu dot org
  2008-07-18 20:23 ` dominiq at lps dot ens dot fr
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-07-18 16:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-07-18 16:57 -------
Is this fixed?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/36702] [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9
  2008-07-02 17:19 [Bug bootstrap/36702] New: [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9 dominiq at lps dot ens dot fr
                   ` (3 preceding siblings ...)
  2008-07-18 16:58 ` rguenth at gcc dot gnu dot org
@ 2008-07-18 20:23 ` dominiq at lps dot ens dot fr
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-07-18 20:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dominiq at lps dot ens dot fr  2008-07-18 20:22 -------
> Is this fixed?

As far as I can tell, yes.


-- 

dominiq at lps dot ens dot fr changed:

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


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


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

end of thread, other threads:[~2008-07-18 20:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-02 17:19 [Bug bootstrap/36702] New: [4.4 Regression] Bootstrap fails at revision 137369 on i686-apple-darwin9 dominiq at lps dot ens dot fr
2008-07-02 17:50 ` [Bug bootstrap/36702] " hjl dot tools at gmail dot com
2008-07-02 19:33 ` hjl at gcc dot gnu dot org
2008-07-04 21:55 ` jsm28 at gcc dot gnu dot org
2008-07-18 16:58 ` rguenth at gcc dot gnu dot org
2008-07-18 20:23 ` dominiq at lps dot ens dot fr

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