public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/20511] New: Bootstrap failure because of aliased symbols
@ 2005-03-17  4:53 phython at gcc dot gnu dot org
  2005-03-17  5:00 ` [Bug target/20511] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-03-17  4:53 UTC (permalink / raw)
  To: gcc-bugs

It seems bootstrap is now broken on ia64:
/home/jim/gcc/gcc/gcc/config/ia64/unwind-ia64.c:2390: error:
'__libunwind_Unwind_FindTableEntry' aliased to external symbol
'_Unwind_FindTableEntry'

-- 
           Summary: Bootstrap failure because of aliased symbols
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: phython at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-linux
  GCC host triplet: ia64-linux
GCC target triplet: ia64-linux


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


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

* [Bug target/20511] [4.0/4.1 Regression] Bootstrap failure because of aliased symbols
  2005-03-17  4:53 [Bug target/20511] New: Bootstrap failure because of aliased symbols phython at gcc dot gnu dot org
@ 2005-03-17  5:00 ` pinskia at gcc dot gnu dot org
  2005-03-17  5:06 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-17  5:00 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
           Keywords|                            |build
            Summary|Bootstrap failure because of|[4.0/4.1 Regression]
                   |aliased symbols             |Bootstrap failure because of
                   |                            |aliased symbols


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


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

* [Bug target/20511] [4.0/4.1 Regression] Bootstrap failure because of aliased symbols
  2005-03-17  4:53 [Bug target/20511] New: Bootstrap failure because of aliased symbols phython at gcc dot gnu dot org
  2005-03-17  5:00 ` [Bug target/20511] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-03-17  5:06 ` pinskia at gcc dot gnu dot org
  2005-03-17  7:38 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-17  5:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

* [Bug target/20511] [4.0/4.1 Regression] Bootstrap failure because of aliased symbols
  2005-03-17  4:53 [Bug target/20511] New: Bootstrap failure because of aliased symbols phython at gcc dot gnu dot org
  2005-03-17  5:00 ` [Bug target/20511] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
  2005-03-17  5:06 ` pinskia at gcc dot gnu dot org
@ 2005-03-17  7:38 ` pinskia at gcc dot gnu dot org
  2005-03-17 17:06 ` [Bug target/20511] [4.0 " pinskia at gcc dot gnu dot org
  2005-03-17 18:12 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-17  7:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-17 07:38 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01625.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-17 07:38:03
               date|                            |


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


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

* [Bug target/20511] [4.0 Regression] Bootstrap failure because of aliased symbols
  2005-03-17  4:53 [Bug target/20511] New: Bootstrap failure because of aliased symbols phython at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-03-17  7:38 ` pinskia at gcc dot gnu dot org
@ 2005-03-17 17:06 ` pinskia at gcc dot gnu dot org
  2005-03-17 18:12 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-17 17:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-17 17:06 -------
Fixed at least on the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1 Regression]        |[4.0 Regression] Bootstrap
                   |Bootstrap failure because of|failure because of aliased
                   |aliased symbols             |symbols


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


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

* [Bug target/20511] [4.0 Regression] Bootstrap failure because of aliased symbols
  2005-03-17  4:53 [Bug target/20511] New: Bootstrap failure because of aliased symbols phython at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-03-17 17:06 ` [Bug target/20511] [4.0 " pinskia at gcc dot gnu dot org
@ 2005-03-17 18:12 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-17 18:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-17 18:11 -------
Fixed on thee 4.0 branch also.

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


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


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

end of thread, other threads:[~2005-03-17 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-17  4:53 [Bug target/20511] New: Bootstrap failure because of aliased symbols phython at gcc dot gnu dot org
2005-03-17  5:00 ` [Bug target/20511] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-03-17  5:06 ` pinskia at gcc dot gnu dot org
2005-03-17  7:38 ` pinskia at gcc dot gnu dot org
2005-03-17 17:06 ` [Bug target/20511] [4.0 " pinskia at gcc dot gnu dot org
2005-03-17 18:12 ` pinskia 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).