public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/6952: gcc 3.1 fails to configure on HP-UX A.09
@ 2003-05-07 18:26 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-07 18:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/6952: gcc 3.1 fails to configure on HP-UX A.09
Date: Wed, 7 May 2003 11:24:03 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=6952
 
 Hello,
 
 support for HP-UX 9 is obsoleted in gcc 3.3. I think we should probably  
 suspend this PR.
 
 Dara
 


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

* Re: bootstrap/6952: gcc 3.1 fails to configure on HP-UX A.09
@ 2003-05-07 21:22 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-05-07 21:22 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, ralfixx

Synopsis: gcc 3.1 fails to configure on HP-UX A.09

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Wed May  7 21:22:15 2003
State-Changed-Why:
    HP-UX 9 is no longer supported

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


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

* bootstrap/6952: gcc 3.1 fails to configure on HP-UX A.09
@ 2002-06-07  2:46 ralfixx
  0 siblings, 0 replies; 3+ messages in thread
From: ralfixx @ 2002-06-07  2:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6952
>Category:       bootstrap
>Synopsis:       gcc 3.1 fails to configure on HP-UX A.09
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 07 02:46:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ralf Fassel
>Release:        gcc 3.1
>Organization:
>Environment:
HP-UX venus A.09.05 A 9000/712
gcc 3.1
>Description:
configure fails in gcc-3.1/gcc due to od -c output.

On HP-UX A09, `od -c' lists offset information in decimal by default,
but the configure script expects octal numbers.

This breaks the tests for endianness and floating point format.

I am aware that HP A09 is quite old, but I thought I report it anyway.
>How-To-Repeat:
HP-UX venus A.09.05 A 9000/712
./configure
...
Configuring gcc...
...
checking for CHAR_BIT... yes
checking byte ordering... unknown
configure: error: *** unable to determine endianness
>Fix:
Changing the arguments to od from `od -c' to `od -tc -Ao'.
I don't know whether other systems will break.

*** gcc-3.1/gcc/aclocal.m4~	Tue Jan 22 23:48:45 2002
--- gcc-3.1/gcc/aclocal.m4	Fri Jun  7 11:42:00 2002
***************
*** 935,941 ****
  $1
  ]EOF
  if AC_TRY_EVAL(ac_compile); then
!   od -c conftest.o |
      sed ['s/^[0-7]*[ 	]*/ /
  	  s/\*/./g
  	  s/ \\n/*/g
--- 935,941 ----
  $1
  ]EOF
  if AC_TRY_EVAL(ac_compile); then
!   od -tc -Ao conftest.o |
      sed ['s/^[0-7]*[ 	]*/ /
  	  s/\*/./g
  	  s/ \\n/*/g

Diff finished at Fri Jun  7 11:42:05

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


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

end of thread, other threads:[~2003-05-07 21:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-07 18:26 bootstrap/6952: gcc 3.1 fails to configure on HP-UX A.09 Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-05-07 21:22 bangerth
2002-06-07  2:46 ralfixx

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