This is the mail archive of the gcc-prs@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]

bootstrap/3228: bootstrap of gcc 3.0 fails in libstdc++ on tru64 unix 5.0



>Number:         3228
>Category:       bootstrap
>Synopsis:       bootstrap of gcc 3.0 fails in libstdc++ on tru64 unix 5.0
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 18 09:16:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Ernst
>Release:        gcc version 3.0
>Organization:
>Environment:
alphaev6-dec-osf5.0 
Tru64 Unix 5.0 on a DEC XP1000 Workstation
>Description:
gcc 3.0 fails to bootstrap. It halts in stage 2 when running 
"configure" for libstdc++-v3. Here are the last few lines 
from config.log found in $(OBJ)/alphaev6-dec-osf5.0/libstdc++-v3:

configure:2597: /tmp_mnt/auto.all/data0/tobi/obj/gcc/xgcc -B/tmp_mnt/auto.all/data0/tobi/obj/gcc/ -nost
dinc++  -L/tmp_mnt/auto.all/data0/tobi/obj/alphaev6-dec-osf5.0/libstdc++-v3/src -L/tmp_mnt/auto.all/dat
a0/tobi/obj/alphaev6-dec-osf5.0/libstdc++-v3/src/.libs -B/local/gcc-3.0/alphaev6-dec-osf5.0/bin/ -B/loc
al/gcc-3.0/alphaev6-dec-osf5.0/lib/ -isystem /local/gcc-3.0/alphaev6-dec-osf5.0/include -c -g -O2 -miee
e  conftest.C 1>&5
<internal>:0: Internal error #536845808.
<internal>:0: Internal compiler error in , at ^A:536845792
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
configure: failed program was:
#line 2586 "configure"
#include "confdefs.h"

int main() {

  #if __GNUC__ < 3
    not_ok
  #endif
  
; return 0; }

I verified that xgcc really crashes when trying to 
compile this source with these options.

I bootstrapped gcc using DEC CC V6.1-011. I first tried 
to bootstrap using gcc 2.95.1, but that gave me an internal
compiler error in gcc 2.95.1 even in stage zero.
>How-To-Repeat:
See Description.
>Fix:
Not known.
>Release-Note:
>Audit-Trail:
>Unformatted:


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