public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/12644] New: Gcc 3.3.2 failed on glibc
@ 2003-10-16 17:48 hjl at lucon dot org
  2003-10-16 17:51 ` [Bug target/12644] " hjl at lucon dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2003-10-16 17:48 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Gcc 3.3.2 failed on glibc
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu

Gcc 3.3.2 failed to compile a working glibc due to a missing patch:

http://gcc.gnu.org/ml/gcc-patches/2003-04/msg00392.html

As the result, glibc doesn't work correctly on ia64:

http://sources.redhat.com/ml/libc-hacker/2003-10/msg00011.html


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

* [Bug target/12644] Gcc 3.3.2 failed on glibc
  2003-10-16 17:48 [Bug target/12644] New: Gcc 3.3.2 failed on glibc hjl at lucon dot org
@ 2003-10-16 17:51 ` hjl at lucon dot org
  2003-10-16 17:53 ` hjl at lucon dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2003-10-16 17:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From hjl at lucon dot org  2003-10-16 17:51 -------
Created an attachment (id=4945)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4945&action=view)
A patch


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

* [Bug target/12644] Gcc 3.3.2 failed on glibc
  2003-10-16 17:48 [Bug target/12644] New: Gcc 3.3.2 failed on glibc hjl at lucon dot org
  2003-10-16 17:51 ` [Bug target/12644] " hjl at lucon dot org
@ 2003-10-16 17:53 ` hjl at lucon dot org
  2003-10-17 15:22 ` [Bug target/12644] [3.3 only] " pinskia at gcc dot gnu dot org
  2003-10-23  0:32 ` wilson at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2003-10-16 17:53 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org


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

* [Bug target/12644] [3.3 only] Gcc 3.3.2 failed on glibc
  2003-10-16 17:48 [Bug target/12644] New: Gcc 3.3.2 failed on glibc hjl at lucon dot org
  2003-10-16 17:51 ` [Bug target/12644] " hjl at lucon dot org
  2003-10-16 17:53 ` hjl at lucon dot org
@ 2003-10-17 15:22 ` pinskia at gcc dot gnu dot org
  2003-10-23  0:32 ` wilson at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 15:22 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Gcc 3.3.2 failed on glibc   |[3.3 only] Gcc 3.3.2 failed
                   |                            |on glibc
   Target Milestone|---                         |3.3.3


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

* [Bug target/12644] [3.3 only] Gcc 3.3.2 failed on glibc
  2003-10-16 17:48 [Bug target/12644] New: Gcc 3.3.2 failed on glibc hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2003-10-17 15:22 ` [Bug target/12644] [3.3 only] " pinskia at gcc dot gnu dot org
@ 2003-10-23  0:32 ` wilson at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: wilson at gcc dot gnu dot org @ 2003-10-23  0:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


wilson at gcc dot gnu dot org changed:

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


------- Additional Comments From wilson at gcc dot gnu dot org  2003-10-23 00:23 -------
Jakub added the patch to the gcc-3.3 branch 2 days ago.  There is expected to be
another gcc-3.3.x release, so this will be in gcc-3.3.3.


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

end of thread, other threads:[~2003-10-23  0:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-16 17:48 [Bug target/12644] New: Gcc 3.3.2 failed on glibc hjl at lucon dot org
2003-10-16 17:51 ` [Bug target/12644] " hjl at lucon dot org
2003-10-16 17:53 ` hjl at lucon dot org
2003-10-17 15:22 ` [Bug target/12644] [3.3 only] " pinskia at gcc dot gnu dot org
2003-10-23  0:32 ` wilson 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).