public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/24348]  New: [4.1 regression] bootstrap failure building libgcc
@ 2005-10-13 10:13 debian-gcc at lists dot debian dot org
  2005-10-13 13:59 ` [Bug target/24348] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-10-13 10:13 UTC (permalink / raw)
  To: gcc-bugs

building a CVS 20051008 cross compiler, built with 20051008 native compiler

  Matthias

/scratch/packages/gcc/snap/gcc-snapshot-20051008/build-hppa64/./gcc/xgcc
-B/scratch/packages/gcc/snap/gcc-snapshot-20051008/build-hppa64/./gcc/
-B/usr/lib/gcc-snapshot/hppa64-linux-gnu/bin/
-B/usr/lib/gcc-snapshot/hppa64-linux-gnu/lib/ -isystem
/usr/lib/gcc-snapshot/hppa64-linux-gnu/include -isystem
/usr/lib/gcc-snapshot/hppa64-linux-gnu/sys-include -O2  -O2 -g -O2  -DIN_GCC
-DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -Dpa64=1
-DELF=1 -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I.
-I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include
-I../../src/gcc/../libcpp/include  -DL_muldi3 -c ../../src/gcc/libgcc2.c -o
libgcc/./_muldi3.o../../src/gcc/libgcc2.c: In function '__muldi3':
../../src/gcc/libgcc2.c:520: internal compiler error: in
eliminate_reg_to_offset, at dwarf2out.c:8604
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [libgcc/./_muldi3.o] Error 1


-- 
           Summary: [4.1 regression] bootstrap failure building libgcc
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
  GCC host triplet: hppa-linux
GCC target triplet: hppa64-linux


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


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

* [Bug target/24348] [4.1 regression] bootstrap failure building libgcc
  2005-10-13 10:13 [Bug target/24348] New: [4.1 regression] bootstrap failure building libgcc debian-gcc at lists dot debian dot org
@ 2005-10-13 13:59 ` pinskia at gcc dot gnu dot org
  2005-10-23 21:22 ` debian-gcc at lists dot debian dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-13 13:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug target/24348] [4.1 regression] bootstrap failure building libgcc
  2005-10-13 10:13 [Bug target/24348] New: [4.1 regression] bootstrap failure building libgcc debian-gcc at lists dot debian dot org
  2005-10-13 13:59 ` [Bug target/24348] " pinskia at gcc dot gnu dot org
@ 2005-10-23 21:22 ` debian-gcc at lists dot debian dot org
  2005-10-23 22:10 ` danglin at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-10-23 21:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from debian-gcc at lists dot debian dot org  2005-10-23 21:22 -------
confirmed with 20051023


-- 


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


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

* [Bug target/24348] [4.1 regression] bootstrap failure building libgcc
  2005-10-13 10:13 [Bug target/24348] New: [4.1 regression] bootstrap failure building libgcc debian-gcc at lists dot debian dot org
  2005-10-13 13:59 ` [Bug target/24348] " pinskia at gcc dot gnu dot org
  2005-10-23 21:22 ` debian-gcc at lists dot debian dot org
@ 2005-10-23 22:10 ` danglin at gcc dot gnu dot org
  2005-10-30 23:32 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-10-23 22:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2005-10-23 22:10 -------
See http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00558.html for a
preliminary patch.  hppa64 builds have been broken since Richard
applied his cft "fix".  The patch works ok under linux but there's
still stuff that needs fixing under hpux.


-- 


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


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

* [Bug target/24348] [4.1 regression] bootstrap failure building libgcc
  2005-10-13 10:13 [Bug target/24348] New: [4.1 regression] bootstrap failure building libgcc debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2005-10-23 22:10 ` danglin at gcc dot gnu dot org
@ 2005-10-30 23:32 ` pinskia at gcc dot gnu dot org
  2005-11-16 14:16 ` danglin at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 23:32 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5
   Target Milestone|4.2.0                       |4.1.0


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


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

* [Bug target/24348] [4.1 regression] bootstrap failure building libgcc
  2005-10-13 10:13 [Bug target/24348] New: [4.1 regression] bootstrap failure building libgcc debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  2005-10-30 23:32 ` pinskia at gcc dot gnu dot org
@ 2005-11-16 14:16 ` danglin at gcc dot gnu dot org
  2005-11-18  3:22 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-11-16 14:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2005-11-16 14:16 -------
Affects hpux as well as linux.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|hppa64-linux                |hppa64-*-*


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


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

* [Bug target/24348] [4.1 regression] bootstrap failure building libgcc
  2005-10-13 10:13 [Bug target/24348] New: [4.1 regression] bootstrap failure building libgcc debian-gcc at lists dot debian dot org
                   ` (4 preceding siblings ...)
  2005-11-16 14:16 ` danglin at gcc dot gnu dot org
@ 2005-11-18  3:22 ` danglin at gcc dot gnu dot org
  2005-12-18  0:32 ` [Bug target/24348] [4.1/4.2 " danglin at gcc dot gnu dot org
  2006-01-06 20:27 ` debian-gcc at lists dot debian dot org
  7 siblings, 0 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-11-18  3:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2005-11-18 03:22 -------
Subject: Bug 24348

Author: danglin
Date: Fri Nov 18 03:22:18 2005
New Revision: 107157

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107157
Log:
        PR target/24348
        * config.gcc (hppa*-*-hpux*): Add pa/t-slibgcc-elf-ver to tmake config
        when not using sjlj exceptions.
        * config/pa/pa64-hpux.h (LIB_SPEC): Add -lpthread in static links.
        * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
        * config/pa/som.h (ASM_PREFERRED_EH_DATA_FORMAT): Delete define.
        * config/pa/linux-unwind.h (pa32_fallback_frame_state): Use
        DWARF_ALT_FRAME_RETURN_COLUMN instead of column 0 as return column.
        * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): New define.
        * config/pa/pa-linux.h (INCOMING_RETURN_ADDR_RTX,
        DWARF_FRAME_RETURN_COLUMN, ASM_PREFERRED_EH_DATA_FORMAT,
        ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Delete defines.
        * config/pa/pa.h (ARG_POINTER_CFA_OFFSET): Delete.
        (FRAME_POINTER_CFA_OFFSET, INCOMING_RETURN_ADDR_RTX,
        DWARF_FRAME_RETURN_COLUMN, DWARF_ALT_FRAME_RETURN_COLUMN,
        ASM_PREFERRED_EH_DATA_FORMAT, ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): New
        defines.
        * config/pa/hpux-unwind.h: New file.

        * testsuite/gcc.dg/cleanup-8.c: Enable test on hppa*-*-hpux*.
        * testsuite/gcc.dg/cleanup-9.c: Likewise.
        * testsuite/gcc.dg/cleanup-10.c: Likewise.
        * testsuite/gcc.dg/cleanup-11.c: Likewise.


Added:
    trunk/gcc/config/pa/hpux-unwind.h
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/pa/linux-unwind.h
    trunk/gcc/config/pa/pa-hpux.h
    trunk/gcc/config/pa/pa-hpux11.h
    trunk/gcc/config/pa/pa-linux.h
    trunk/gcc/config/pa/pa.h
    trunk/gcc/config/pa/pa64-hpux.h
    trunk/gcc/config/pa/som.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/cleanup-10.c
    trunk/gcc/testsuite/gcc.dg/cleanup-11.c
    trunk/gcc/testsuite/gcc.dg/cleanup-8.c
    trunk/gcc/testsuite/gcc.dg/cleanup-9.c


-- 


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


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

* [Bug target/24348] [4.1/4.2 regression] bootstrap failure building libgcc
  2005-10-13 10:13 [Bug target/24348] New: [4.1 regression] bootstrap failure building libgcc debian-gcc at lists dot debian dot org
                   ` (5 preceding siblings ...)
  2005-11-18  3:22 ` danglin at gcc dot gnu dot org
@ 2005-12-18  0:32 ` danglin at gcc dot gnu dot org
  2006-01-06 20:27 ` debian-gcc at lists dot debian dot org
  7 siblings, 0 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-12-18  0:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from danglin at gcc dot gnu dot org  2005-12-18 00:32 -------
Is this fixed?


-- 

danglin at gcc dot gnu dot org changed:

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


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


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

* [Bug target/24348] [4.1/4.2 regression] bootstrap failure building libgcc
  2005-10-13 10:13 [Bug target/24348] New: [4.1 regression] bootstrap failure building libgcc debian-gcc at lists dot debian dot org
                   ` (6 preceding siblings ...)
  2005-12-18  0:32 ` [Bug target/24348] [4.1/4.2 " danglin at gcc dot gnu dot org
@ 2006-01-06 20:27 ` debian-gcc at lists dot debian dot org
  7 siblings, 0 replies; 9+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2006-01-06 20:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from debian-gcc at lists dot debian dot org  2006-01-06 20:27 -------
(In reply to comment #5)
> Is this fixed?

yes, according to
http://lists.debian.org/debian-gcc/2005/12/msg00220.html

  Matthias


-- 

debian-gcc at lists dot debian dot org changed:

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


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



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

end of thread, other threads:[~2006-01-06 20:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-13 10:13 [Bug target/24348] New: [4.1 regression] bootstrap failure building libgcc debian-gcc at lists dot debian dot org
2005-10-13 13:59 ` [Bug target/24348] " pinskia at gcc dot gnu dot org
2005-10-23 21:22 ` debian-gcc at lists dot debian dot org
2005-10-23 22:10 ` danglin at gcc dot gnu dot org
2005-10-30 23:32 ` pinskia at gcc dot gnu dot org
2005-11-16 14:16 ` danglin at gcc dot gnu dot org
2005-11-18  3:22 ` danglin at gcc dot gnu dot org
2005-12-18  0:32 ` [Bug target/24348] [4.1/4.2 " danglin at gcc dot gnu dot org
2006-01-06 20:27 ` debian-gcc at lists dot debian 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).