This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/12889] Fatal error while compiling on Compaq Tru64 UNIX


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]