public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/49160] [4.7 Regression] Bootstrap failure
  2011-05-25 13:50 [Bug bootstrap/49160] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
@ 2011-05-25 13:49 ` hjl.tools at gmail dot com
  2011-05-25 13:50 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-25 13:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-25 13:33:18 UTC ---
Revision 174185 is OK.


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

* [Bug bootstrap/49160] New: [4.7 Regression] Bootstrap failure
@ 2011-05-25 13:50 hjl.tools at gmail dot com
  2011-05-25 13:49 ` [Bug bootstrap/49160] " hjl.tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-25 13:50 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] Bootstrap failure
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86-64, revision 174193 gave:

In file included from ../../../src-trunk/libgcc/../gcc/libgcc2.c:57:0,
                from ../../../src-trunk/libgcc/config/i386/64/_divtc3.c:6:
../../../src-trunk/libgcc/../gcc/libgcc2.h:340:0: warning: "__divtc3" redefined
[enabled by default]
../../../src-trunk/libgcc/config/i386/64/_divtc3.c:2:0: note: this is the
location of the previous definition
../../../src-trunk/libgcc/config/i386/64/_divtc3.c:10:20: error:
'__divtc3_shared' undeclared here (not in a function)
../../../src-trunk/libgcc/config/i386/64/_divtc3.c:10:37: error:
'__divtc3_compat' aliased to undefined symbol '__divtc3_shared'
make[6]: *** [_divtc3_s.o] Error 1
make[6]: *** Waiting for unfinished jobs....
In file included from ../../../src-trunk/libgcc/../gcc/libgcc2.c:57:0,
                from ../../../src-trunk/libgcc/config/i386/64/_multc3.c:6:
../../../src-trunk/libgcc/../gcc/libgcc2.h:336:0: warning: "__multc3" redefined
[enabled by default]
../../../src-trunk/libgcc/config/i386/64/_multc3.c:2:0: note: this is the
location of the previous definition
In file included from ../../../src-trunk/libgcc/../gcc/libgcc2.c:57:0,
                from ../../../src-trunk/libgcc/config/i386/64/_powitf2.c:6:
../../../src-trunk/libgcc/../gcc/libgcc2.h:329:0: warning: "__powitf2"
redefined [enabled by default]
../../../src-trunk/libgcc/config/i386/64/_powitf2.c:2:0: note: this is the
location of the previous definition
../../../src-trunk/libgcc/config/i386/64/_powitf2.c:10:20: error:
'__powitf2_shared' undeclared here (not in a function)
../../../src-trunk/libgcc/config/i386/64/_powitf2.c:10:38: error:
'__powitf2_compat' aliased to undefined symbol '__powitf2_shared'
../../../src-trunk/libgcc/config/i386/64/_multc3.c:10:20: error:
'__multc3_shared' undeclared here (not in a function)
make[6]: *** [_powitf2_s.o] Error 1
../../../src-trunk/libgcc/config/i386/64/_multc3.c:10:37: error:
'__multc3_compat' aliased to undefined symbol '__multc3_shared'
make[6]: *** [_multc3_s.o] Error 1


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

* [Bug bootstrap/49160] [4.7 Regression] Bootstrap failure
  2011-05-25 13:50 [Bug bootstrap/49160] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
  2011-05-25 13:49 ` [Bug bootstrap/49160] " hjl.tools at gmail dot com
@ 2011-05-25 13:50 ` hjl.tools at gmail dot com
  2011-05-25 14:01 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-25 13:50 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernds at gcc dot gnu.org

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-25 13:34:49 UTC ---
It may be caused by revision 174187:

http://gcc.gnu.org/ml/gcc-cvs/2011-05/msg00968.html


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

* [Bug bootstrap/49160] [4.7 Regression] Bootstrap failure
  2011-05-25 13:50 [Bug bootstrap/49160] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
  2011-05-25 13:49 ` [Bug bootstrap/49160] " hjl.tools at gmail dot com
  2011-05-25 13:50 ` hjl.tools at gmail dot com
@ 2011-05-25 14:01 ` rguenth at gcc dot gnu.org
  2011-05-25 16:49 ` bernds at gcc dot gnu.org
  2011-05-25 21:57 ` bernds at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-05-25 14:01 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug bootstrap/49160] [4.7 Regression] Bootstrap failure
  2011-05-25 13:50 [Bug bootstrap/49160] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-05-25 14:01 ` rguenth at gcc dot gnu.org
@ 2011-05-25 16:49 ` bernds at gcc dot gnu.org
  2011-05-25 21:57 ` bernds at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: bernds at gcc dot gnu.org @ 2011-05-25 16:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Bernd Schmidt <bernds at gcc dot gnu.org> 2011-05-25 16:42:26 UTC ---
Author: bernds
Date: Wed May 25 16:42:23 2011
New Revision: 174216

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174216
Log:
    PR bootstrap/49160
    * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
    __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
    __divxc3, __divtc3): Wrap definitions in #ifndef.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/libgcc2.h


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

* [Bug bootstrap/49160] [4.7 Regression] Bootstrap failure
  2011-05-25 13:50 [Bug bootstrap/49160] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-05-25 16:49 ` bernds at gcc dot gnu.org
@ 2011-05-25 21:57 ` bernds at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: bernds at gcc dot gnu.org @ 2011-05-25 21:57 UTC (permalink / raw)
  To: gcc-bugs

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

Bernd Schmidt <bernds at gcc dot gnu.org> changed:

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

--- Comment #4 from Bernd Schmidt <bernds at gcc dot gnu.org> 2011-05-25 21:39:45 UTC ---
Fixed.


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

end of thread, other threads:[~2011-05-25 21:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-25 13:50 [Bug bootstrap/49160] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
2011-05-25 13:49 ` [Bug bootstrap/49160] " hjl.tools at gmail dot com
2011-05-25 13:50 ` hjl.tools at gmail dot com
2011-05-25 14:01 ` rguenth at gcc dot gnu.org
2011-05-25 16:49 ` bernds at gcc dot gnu.org
2011-05-25 21:57 ` bernds at gcc dot gnu.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).