public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX
@ 2003-11-03 18:53 vlako at bart dot nl
  2003-11-05  0:16 ` [Bug bootstrap/12889] " dhazeghi at yahoo dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: vlako at bart dot nl @ 2003-11-03 18: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=12889

           Summary: Fatal error while compiling on Compaq Tru64 UNIX
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: vlako at bart dot nl
                CC: gcc-bugs at gcc dot gnu dot org

Trying to compile gcc 3.3.2 source on a Compaq Tru64 UNIX V5.1 (Rev. 732) 
(ALPHA MACHINE) with the Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 
732) compiler (Compiler Driver V6.3-026 (sys) cc Driver).

After doing a successfull configure, and while doing the make bootstrap, the 
following error occured:

case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare 
| sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac;  if [ -f .bad_compare ]; 
then  echo "Bootstrap comparison failure!";  cat .bad_compare;  exit 1;  else  
case "compare" in  *-lean ) rm -rf stage$stage ;;  *) ;;  esac; true;  fi
Bootstrap comparison failure!
fix-header.o differs
*** Exit 1
Stop.
*** Exit 1
Stop.

I have talked to some people on EFNET about solving this problem, and they 
told me that this was probably a GCC bug.

Response would be appriciated.
If you need any further information, please contact me at vlako@bart.nl.


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

* [Bug bootstrap/12889] Fatal error while compiling on Compaq Tru64 UNIX
  2003-11-03 18:53 [Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX vlako at bart dot nl
@ 2003-11-05  0:16 ` dhazeghi at yahoo dot com
  2003-11-07 18:16 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-11-05  0:16 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=12889


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
           Priority|P1                          |P2


------- Additional Comments From dhazeghi at yahoo dot com  2003-11-05 00:16 -------
What options did you pass to configure? Was CFLAGS specified as anything in particular?

We have a reported successful build from 10/14: http://gcc.gnu.org/ml/gcc-testresults/2003-10/
msg00585.html


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

* [Bug bootstrap/12889] Fatal error while compiling on Compaq Tru64 UNIX
  2003-11-03 18:53 [Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX vlako at bart dot nl
  2003-11-05  0:16 ` [Bug bootstrap/12889] " dhazeghi at yahoo dot com
@ 2003-11-07 18:16 ` pinskia at gcc dot gnu dot org
  2003-11-07 19:37 ` gnat-dev at buzco dot nyct dot net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-07 18:16 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=12889


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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

* [Bug bootstrap/12889] Fatal error while compiling on Compaq Tru64 UNIX
  2003-11-03 18:53 [Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX vlako at bart dot nl
  2003-11-05  0:16 ` [Bug bootstrap/12889] " dhazeghi at yahoo dot com
  2003-11-07 18:16 ` pinskia at gcc dot gnu dot org
@ 2003-11-07 19:37 ` gnat-dev at buzco dot nyct dot net
  2003-11-08 19:33 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: gnat-dev at buzco dot nyct dot net @ 2003-11-07 19:37 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=12889



------- Additional Comments From gnat-dev at buzco dot nyct dot net  2003-11-07 19:37 -------
Subject: Re:  Fatal while compiling on Tru64

On 03-11-03 18:53:06, vlako at bart dot nl wrote:

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

| Trying to compile gcc 3.3.2 source on a Compaq Tru64 UNIX V5.1 (Rev. 732)
| (ALPHA MACHINE) with the Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev.
| 732) compiler (Compiler Driver V6.3-026 (sys) cc Driver).

| After doing a successfull configure, and while doing the make bootstrap, the
| following error occured:

| case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare
| | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac;	if [ -f .bad_compare ];
| then	echo "Bootstrap comparison failure!";  cat .bad_compare;  exit 1;  else
| case "compare" in  *-lean ) rm -rf stage$stage ;;  *) ;;  esac; true;  fi
| Bootstrap comparison failure!
| fix-header.o differs
| *** Exit 1
| Stop.
| *** Exit 1
| Stop.

=== End quoted text ===

Have you tried doing a 4-stage bootstrap? I once had a similar problem
of one file not comparing after stage 3 and one more stage fixed it.

I think this has something to do w/ generated files doing something
funny when bootstrapping from certain compilers.

== Buz :)

--
Buz Cory of BuzCo Systems -- New York NY USA http://BuzCo.nyct.net
<gnat-dev at BuzCo dot nyct dot net> (Buz as GNAT Programmer)
write to <helpdesk at BuzCo dot nyct dot net> for FREE help with:
    Getting started with the Ada Programming Language dot
Ada 95 is here! Why use an archaic, bug-prone language?


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

* [Bug bootstrap/12889] Fatal error while compiling on Compaq Tru64 UNIX
  2003-11-03 18:53 [Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX vlako at bart dot nl
                   ` (2 preceding siblings ...)
  2003-11-07 19:37 ` gnat-dev at buzco dot nyct dot net
@ 2003-11-08 19:33 ` dhazeghi at yahoo dot com
  2003-12-24 23:29 ` pinskia at gcc dot gnu dot org
  2003-12-28  3:56 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-11-08 19:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2003-11-08 19:33 -------
Bootstrap should be fine with only 3 stages. It works something like this:
stage1: build gcc with native compiler (c compiler only)
stage2: build gcc with compiler built in stage1
stage3: build gcc with compiler built in stage2

compare .o files from stages 2 and 3.

If this fails, it means that given identical input, the compiler is producing
different output. That's a bug.

Anyhow, we're still waiting for the options you configured with, Karlo.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dhazeghi at yahoo dot com


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


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

* [Bug bootstrap/12889] Fatal error while compiling on Compaq Tru64 UNIX
  2003-11-03 18:53 [Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX vlako at bart dot nl
                   ` (3 preceding siblings ...)
  2003-11-08 19:33 ` dhazeghi at yahoo dot com
@ 2003-12-24 23:29 ` pinskia at gcc dot gnu dot org
  2003-12-28  3:56 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-24 23:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-24 23:12 -------
I want to say that Compaq's compiler is miscompiling the first stage which miscompiles 
only fix-header.o but the stage1 compiler compiles stage2 just fine otherwise and stage2 
compiles stage3 just fine. So this might not be a GCC bug.
Can you try with a new Compaq compiler?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


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


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

* [Bug bootstrap/12889] Fatal error while compiling on Compaq Tru64 UNIX
  2003-11-03 18:53 [Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX vlako at bart dot nl
                   ` (4 preceding siblings ...)
  2003-12-24 23:29 ` pinskia at gcc dot gnu dot org
@ 2003-12-28  3:56 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-28  3:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-28 03:26 -------
This looks like a problem in the Compaq compiler.

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


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


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

end of thread, other threads:[~2003-12-28  3:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-03 18:53 [Bug bootstrap/12889] New: Fatal error while compiling on Compaq Tru64 UNIX vlako at bart dot nl
2003-11-05  0:16 ` [Bug bootstrap/12889] " dhazeghi at yahoo dot com
2003-11-07 18:16 ` pinskia at gcc dot gnu dot org
2003-11-07 19:37 ` gnat-dev at buzco dot nyct dot net
2003-11-08 19:33 ` dhazeghi at yahoo dot com
2003-12-24 23:29 ` pinskia at gcc dot gnu dot org
2003-12-28  3:56 ` pinskia 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).