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

Re: Checking failure building arm-elf


> 	I am still seeing this failure on powerpc-ibm-aix4.3.3.0 after
> applying the recent cgraph.c:cgraph_node patch:
> 
> /gcc/dje/build/powerpc-ibm-aix4.3.3.0-20030306/gcc/xgcc -shared-libgcc
> -B/gcc/dje/build/powerpc-ibm-aix4.3.3.0-20030306/gcc/ -nostdinc++
> -L/gcc/dje/build/powerpc-ibm-aix4.3.3.0-20030306/powerpc-ibm-aix4.3.3.0/pthread/libstdc++-v3/src
> -L/gcc/dje/build/powerpc-ibm-aix4.3.3.0-20030306/powerpc-ibm-aix4.3.3.0/pthread/libstdc++-v3/src/.libs
> -B/gcc/dje/install/powerpc-ibm-aix4.3.3.0-20030306/powerpc-ibm-aix4.3.3.0/bin/
> -B/gcc/dje/install/powerpc-ibm-aix4.3.3.0-20030306/powerpc-ibm-aix4.3.3.0/lib/
> -isystem
> /gcc/dje/install/powerpc-ibm-aix4.3.3.0-20030306/powerpc-ibm-aix4.3.3.0/include
> -isystem
> /gcc/dje/install/powerpc-ibm-aix4.3.3.0-20030306/powerpc-ibm-aix4.3.3.0/sys-include
> -pthread -nostdinc++
> -I/gcc/dje/build/powerpc-ibm-aix4.3.3.0-20030306/powerpc-ibm-aix4.3.3.0/pthread/libstdc++-v3/include/powerpc-ibm-aix4.3.3.0
> -I/gcc/dje/build/powerpc-ibm-aix4.3.3.0-20030306/powerpc-ibm-aix4.3.3.0/pthread/libstdc++-v3/include
> -I/gcc/dje/src/libstdc++-v3/libsupc++ -I/gcc/dje/src/libstdc++-v3/libmath
> -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -Wno-format -W
> -Wwrite-strings -Winline -fdiagnostics-show-location=once -c
> /gcc/dje/src/libstdc++-v3/src/codecvt.cc   -DPIC -o .libs/codecvt.o
> /gcc/dje/build/powerpc-ibm-aix4.3.3.0-20030306/powerpc-ibm-aix4.3.3.0/pthread/libstdc++-v3/include/bits/codecvt.h:
> In
>    constructor `std::codecvt<char, char, char*>::codecvt(long unsigned
>    int)':
> /gcc/dje/build/powerpc-ibm-aix4.3.3.0-20030306/powerpc-ibm-aix4.3.3.0/pthread/libstdc++-v3/include/bits/codecvt.h:122:
> internal compiler error: tree
>    check: expected class 'd', have 't' (record_type) in
>    decl_assembler_name, at 
>    tree.c:151
> Please submit a full bug report,

Even with --enable-checking=gcac libstdc++ builds fine for me...
I will try to implement the code to avoid garbage collecting anyway, and
send you to try it out.

Honza


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