public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/3432: Attempt to build on DEC UNIX 5.0 dies with internal compiler error
@ 2001-06-26 13:06 jfn
  0 siblings, 0 replies; 4+ messages in thread
From: jfn @ 2001-06-26 13:06 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3432
>Category:       bootstrap
>Synopsis:       Attempt to build on DEC UNIX 5.0 dies with internal compiler error
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 26 13:06:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     J.F Nooan
>Release:        gcc-3,0
>Organization:
>Environment:
DEC Alpha running v5.0 of Tru64Unix (nee DEC UNIX, nee OSF/1)
>Description:
While compiling function 'etoasc' in real.c, the compiler (gcc 2.95.2) dies with an internal compiler error.  Here is a snippet of the output:

gmake[2]: Leaving directory `/user4/jfn/Gcc3/Dec/gcc/po'                        
gcc -c  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissin
g-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. 
-I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc
-3.0/gcc/../include ../../gcc-3.0/gcc/real.c -o real.o                          
../../gcc-3.0/gcc/real.c: In function `etoasc':                                 
../../gcc-3.0/gcc/real.c:4913: Internal compiler error in `int_mode_for_mode', a
t stor-layout.c:202                                                             
Please submit a full bug report.                                                
See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for instructions.  
gmake[1]: *** [real.o] Error 1                                                  
gmake[1]: Leaving directory `/user4/jfn/Gcc3/Dec/gcc'                           
gmake: *** [all-gcc] Error 2                                                    

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: bootstrap/3432: Attempt to build on DEC UNIX 5.0 dies with internal compiler error
@ 2002-04-20 13:26 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2002-04-20 13:26 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jfn, nobody, rodrigc

Synopsis: Attempt to build on DEC UNIX 5.0 dies with internal compiler error

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Apr 20 13:26:32 2002
State-Changed-Why:
    No feedback.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3432


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

* Re: bootstrap/3432: Attempt to build on DEC UNIX 5.0 dies with internal compiler error
@ 2002-02-24 17:26 J.F. Noonan
  0 siblings, 0 replies; 4+ messages in thread
From: J.F. Noonan @ 2002-02-24 17:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/3432; it has been noted by GNATS.

From: "J.F. Noonan" <jfn@msc.com>
To: <rodrigc@gcc.gnu.org>, <gcc-bugs@gcc.gnu.org>, <gcc-prs@gcc.gnu.org>,
   <jfn@msc.com>, <nobody@gcc.gnu.org>, <rodrigc@gcc.gnu.org>,
   <gcc-gnats@gcc.gnu.org>
Cc:  
Subject: Re: bootstrap/3432: Attempt to build on DEC UNIX 5.0 dies with
 internal compiler error
Date: Sun, 24 Feb 2002 19:14:36 -0600 (CST)

 I don't know.  I've just built and installed 3.0.3 on some red hat
 7.1 boxes (on which 3.0 had installed OK), but I haven't tried it
 on dec unix yet.  I will try this week and report back.
 
 
 --
 
 Joseph F. Noonan
 Rigaku/MSC Inc.
 jfn@msc.com					cel:281-433-2731
 voice:281-363-1033 x117				fax:281-364-3644
 
 On 24 Feb 2002 at 3:10am rodrigc@gcc.gnu.org wrote:
 
 > Synopsis: Attempt to build on DEC UNIX 5.0 dies with internal compiler error
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: rodrigc
 > State-Changed-When: Sat Feb 23 19:10:02 2002
 > State-Changed-Why:
 >     Is this still a problem?  We have successful build reports
 >     on Tru64Unix here:
 >     http://gcc.gnu.org/gcc-3.0/buildstat.html
 >
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3432
 >
 


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

* Re: bootstrap/3432: Attempt to build on DEC UNIX 5.0 dies with internal compiler error
@ 2002-02-23 19:16 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2002-02-23 19:16 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jfn, nobody, rodrigc

Synopsis: Attempt to build on DEC UNIX 5.0 dies with internal compiler error

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Sat Feb 23 19:10:02 2002
State-Changed-Why:
    Is this still a problem?  We have successful build reports
    on Tru64Unix here: 
    http://gcc.gnu.org/gcc-3.0/buildstat.html

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3432


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

end of thread, other threads:[~2002-04-20 20:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-26 13:06 bootstrap/3432: Attempt to build on DEC UNIX 5.0 dies with internal compiler error jfn
2002-02-23 19:16 rodrigc
2002-02-24 17:26 J.F. Noonan
2002-04-20 13:26 rodrigc

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