public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/18252] New: if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail
@ 2004-10-31 14:05 oyvind dot harboe at zylin dot com
  2004-10-31 14:06 ` [Bug bootstrap/18252] " oyvind dot harboe at zylin dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: oyvind dot harboe at zylin dot com @ 2004-10-31 14:05 UTC (permalink / raw)
  To: gcc-bugs

Will attach patch.

-- 
           Summary: if the last fn in lib2funcs is implemented in
                    lib1asmfuncs, configuration can fail
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: oyvind dot harboe at zylin dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug bootstrap/18252] if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail
  2004-10-31 14:05 [Bug bootstrap/18252] New: if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail oyvind dot harboe at zylin dot com
@ 2004-10-31 14:06 ` oyvind dot harboe at zylin dot com
  2004-10-31 14:08 ` oyvind dot harboe at zylin dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: oyvind dot harboe at zylin dot com @ 2004-10-31 14:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From oyvind dot harboe at zylin dot com  2004-10-31 14:06 -------
Created an attachment (id=7442)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7442&action=view)
Fixes problem

This problem definitely exists under CygWin, but I have not checked under e.g.
Linux.

-- 


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


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

* [Bug bootstrap/18252] if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail
  2004-10-31 14:05 [Bug bootstrap/18252] New: if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail oyvind dot harboe at zylin dot com
  2004-10-31 14:06 ` [Bug bootstrap/18252] " oyvind dot harboe at zylin dot com
@ 2004-10-31 14:08 ` oyvind dot harboe at zylin dot com
  2004-10-31 14:10 ` oyvind dot harboe at zylin dot com
  2005-07-02  1:36 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: oyvind dot harboe at zylin dot com @ 2004-10-31 14:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From oyvind dot harboe at zylin dot com  2004-10-31 14:08 -------
Created an attachment (id=7443)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7443&action=view)
test script I used to debug the problem


-- 


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


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

* [Bug bootstrap/18252] if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail
  2004-10-31 14:05 [Bug bootstrap/18252] New: if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail oyvind dot harboe at zylin dot com
  2004-10-31 14:06 ` [Bug bootstrap/18252] " oyvind dot harboe at zylin dot com
  2004-10-31 14:08 ` oyvind dot harboe at zylin dot com
@ 2004-10-31 14:10 ` oyvind dot harboe at zylin dot com
  2005-07-02  1:36 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: oyvind dot harboe at zylin dot com @ 2004-10-31 14:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From oyvind dot harboe at zylin dot com  2004-10-31 14:10 -------
I ran the test script under Linux, and the problem exists there as well.


-- 


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


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

* [Bug bootstrap/18252] if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail
  2004-10-31 14:05 [Bug bootstrap/18252] New: if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail oyvind dot harboe at zylin dot com
                   ` (2 preceding siblings ...)
  2004-10-31 14:10 ` oyvind dot harboe at zylin dot com
@ 2005-07-02  1:36 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-02  1:36 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


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


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

* [Bug bootstrap/18252] if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail
       [not found] <bug-18252-4225@http.gcc.gnu.org/bugzilla/>
  2008-12-28 21:18 ` pinskia at gcc dot gnu dot org
@ 2009-07-11 21:38 ` rguenth at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-11 21:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-07-11 21:37 -------
Likely fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/18252] if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail
       [not found] <bug-18252-4225@http.gcc.gnu.org/bugzilla/>
@ 2008-12-28 21:18 ` pinskia at gcc dot gnu dot org
  2009-07-11 21:38 ` rguenth at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-28 21:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-12-28 21:15 -------
mklibgcc.in has since been removed in 4.3.x, is this still an issue in 4.3?


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-07-11 21:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-31 14:05 [Bug bootstrap/18252] New: if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail oyvind dot harboe at zylin dot com
2004-10-31 14:06 ` [Bug bootstrap/18252] " oyvind dot harboe at zylin dot com
2004-10-31 14:08 ` oyvind dot harboe at zylin dot com
2004-10-31 14:10 ` oyvind dot harboe at zylin dot com
2005-07-02  1:36 ` pinskia at gcc dot gnu dot org
     [not found] <bug-18252-4225@http.gcc.gnu.org/bugzilla/>
2008-12-28 21:18 ` pinskia at gcc dot gnu dot org
2009-07-11 21:38 ` rguenth 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).