public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12609] New: Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value)
@ 2003-10-14  0:56 gcc-bugzilla at gcc dot gnu dot org
  2003-10-14  0:59 ` [Bug bootstrap/12609] " ro at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2003-10-14  0:56 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=12609

           Summary: Tru64 UNIX V5.1B bootstrap failure: ICE in
                    config/alpha/alpha.c (function_value)
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at techfak dot uni-bielefeld dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alpha-dec-osf5.1b
  GCC host triplet: alpha-dec-osf5.1b
GCC target triplet: alpha-dec-osf5.1b

Bootstrap fails on Tru64 UNIX V5.1B building libgcc:

./xgcc -B./ -B/vol/gcc/share/alpha-dec-osf5.1b/bin/ -isystem /vol/gcc/share/alpha-dec-osf5.1b/include -isystem /vol/gcc/share/alpha-dec-osf5.1b/sys-include -L/vol/gcc/obj/gcc-3.4-20031014/5.1b-gcc/gcc/../ld -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I -I/vol/gnu/src/gcc/gcc-dist-current/gcc -I/vol/gnu/src/gcc/gcc-dist-current/gcc/ -I/vol/gnu/src/gcc/gcc-dist-current/gcc/../include   -DL_fixunstfdi -c /vol/gnu/src/gcc/gcc-dist-current/gcc/libgcc2.c -o libgcc/./_fixunstfdi.o
/vol/gnu/src/gcc/gcc-dist-current/gcc/libgcc2.c: In function `__fixunstfti':

/vol/gnu/src/gcc/gcc-dist-current/gcc/libgcc2.c:1174: internal compiler error: in function_value, at config/alpha/alpha.c:6048

Environment:
System: OSF1 bartok V5.1 2650 alpha
Machine: alpha
	
host: alpha-dec-osf5.1b
build: alpha-dec-osf5.1b
target: alpha-dec-osf5.1b
configured with: /vol/gnu/src/gcc/gcc-dist-current/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls alpha-dec-osf5.1b

How-To-Repeat:
The error exists even when running ./cc1 libgcc2.i


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

* [Bug bootstrap/12609] Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value)
  2003-10-14  0:56 [Bug bootstrap/12609] New: Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value) gcc-bugzilla at gcc dot gnu dot org
@ 2003-10-14  0:59 ` ro at gcc dot gnu dot org
  2003-10-14  1:01 ` [Bug target/12609] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ro at gcc dot gnu dot org @ 2003-10-14  0:59 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=12609



------- Additional Comments From ro at gcc dot gnu dot org  2003-10-14 00:59 -------
Created an attachment (id=4931)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4931&action=view)
preprocessed input: libgcc2.i


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

* [Bug target/12609] [3.4 Regression] Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value)
  2003-10-14  0:56 [Bug bootstrap/12609] New: Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value) gcc-bugzilla at gcc dot gnu dot org
  2003-10-14  0:59 ` [Bug bootstrap/12609] " ro at gcc dot gnu dot org
@ 2003-10-14  1:01 ` pinskia at gcc dot gnu dot org
  2003-10-14  1:14 ` ro at techfak dot uni-bielefeld dot de
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-14  1:01 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=12609


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build, ice-on-valid-code
            Summary|Tru64 UNIX V5.1B bootstrap  |[3.4 Regression] Tru64 UNIX
                   |failure: ICE in             |V5.1B bootstrap failure: ICE
                   |config/alpha/alpha.c        |in config/alpha/alpha.c
                   |(function_value)            |(function_value)
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-14 01:01 -------
Most likely the same bug as PR 12588.


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

* [Bug target/12609] [3.4 Regression] Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value)
  2003-10-14  0:56 [Bug bootstrap/12609] New: Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value) gcc-bugzilla at gcc dot gnu dot org
  2003-10-14  0:59 ` [Bug bootstrap/12609] " ro at gcc dot gnu dot org
  2003-10-14  1:01 ` [Bug target/12609] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2003-10-14  1:14 ` ro at techfak dot uni-bielefeld dot de
  2003-10-14  5:03 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2003-10-14  1:14 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=12609



------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2003-10-14 01:14 -------
Subject: Re:  [3.4 Regression] Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value)

Confirmed: Falk's testcase triggers the same ICE.  Unfortunately, backing
out Richard Kenner's patch doesn't help.

	Rainer


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

* [Bug target/12609] [3.4 Regression] Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value)
  2003-10-14  0:56 [Bug bootstrap/12609] New: Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value) gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-10-14  1:14 ` ro at techfak dot uni-bielefeld dot de
@ 2003-10-14  5:03 ` pinskia at gcc dot gnu dot org
  2003-10-22 22:25 ` ro at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-14  5:03 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=12609


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-14 05:03:36
               date|                            |


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

* [Bug target/12609] [3.4 Regression] Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value)
  2003-10-14  0:56 [Bug bootstrap/12609] New: Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value) gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-10-14  5:03 ` pinskia at gcc dot gnu dot org
@ 2003-10-22 22:25 ` ro at gcc dot gnu dot org
  2003-10-22 22:33 ` pinskia at gcc dot gnu dot org
  2003-10-22 22:42 ` ro at techfak dot uni-bielefeld dot de
  6 siblings, 0 replies; 8+ messages in thread
From: ro at gcc dot gnu dot org @ 2003-10-22 22:25 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=12609


ro at gcc dot gnu dot org changed:

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


------- Additional Comments From ro at gcc dot gnu dot org  2003-10-22 22:18 -------
Fixed, probably by

http://gcc.gnu.org/ml/gcc-patches/2003-10/msg01970.html


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

* [Bug target/12609] [3.4 Regression] Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value)
  2003-10-14  0:56 [Bug bootstrap/12609] New: Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value) gcc-bugzilla at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2003-10-22 22:25 ` ro at gcc dot gnu dot org
@ 2003-10-22 22:33 ` pinskia at gcc dot gnu dot org
  2003-10-22 22:42 ` ro at techfak dot uni-bielefeld dot de
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-22 22:33 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=12609



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-22 22:25 -------
Is PR 12588 fixed also?


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

* [Bug target/12609] [3.4 Regression] Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value)
  2003-10-14  0:56 [Bug bootstrap/12609] New: Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value) gcc-bugzilla at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2003-10-22 22:33 ` pinskia at gcc dot gnu dot org
@ 2003-10-22 22:42 ` ro at techfak dot uni-bielefeld dot de
  6 siblings, 0 replies; 8+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2003-10-22 22:42 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=12609



------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2003-10-22 22:33 -------
Subject: Re:  [3.4 Regression] Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value)

I think so: at least Falk's testcase doesn't crash any longer, but it's
probably better to let the original submitter verify von Alpha GNU/Linux to
make sure.

	Rainer


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-14  0:56 [Bug bootstrap/12609] New: Tru64 UNIX V5.1B bootstrap failure: ICE in config/alpha/alpha.c (function_value) gcc-bugzilla at gcc dot gnu dot org
2003-10-14  0:59 ` [Bug bootstrap/12609] " ro at gcc dot gnu dot org
2003-10-14  1:01 ` [Bug target/12609] [3.4 Regression] " pinskia at gcc dot gnu dot org
2003-10-14  1:14 ` ro at techfak dot uni-bielefeld dot de
2003-10-14  5:03 ` pinskia at gcc dot gnu dot org
2003-10-22 22:25 ` ro at gcc dot gnu dot org
2003-10-22 22:33 ` pinskia at gcc dot gnu dot org
2003-10-22 22:42 ` ro at techfak dot uni-bielefeld dot de

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).