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/26297] New: boostrap fails with invalid cast cast on AIX


/usr/local/build/gcc/xgcc -shared-libgcc -B/usr/local/build/gcc/ -nostdinc++
-L/
usr/local/build/powerpc-ibm-aix4.2.1.0/soft-float/libstdc++-v3/src
-L/usr/local/
build/powerpc-ibm-aix4.2.1.0/soft-float/libstdc++-v3/src/.libs
-B/usr/local/gcc3
45/powerpc-ibm-aix4.2.1.0/bin/ -B/usr/local/gcc345/powerpc-ibm-aix4.2.1.0/lib/
-
isystem /usr/local/gcc345/powerpc-ibm-aix4.2.1.0/include -isystem
/usr/local/gcc
345/powerpc-ibm-aix4.2.1.0/sys-include -msoft-float
-I/usr/local/build/powerpc-i
bm-aix4.2.1.0/soft-float/libstdc++-v3/include/powerpc-ibm-aix4.2.1.0
-I/usr/loca
l/build/powerpc-ibm-aix4.2.1.0/soft-float/libstdc++-v3/include
-I/home/multix/gc
c-3.4.5/libstdc++-v3/libsupc++ -O2 -O -g -O2 -msoft-float
-fno-implicit-template
s -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once
-ffuncti
on-sections -fdata-sections -c c++locale.cc   -DPIC -o .libs/c++locale.o
c++locale.cc:1: warning: -ffunction-sections may affect debugging on some
target
s
c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&,
std::_Ios
_Iostate&, int* const&) [with _Tv = float]':
c++locale.cc:61: error: invalid conversion from `const char*' to `char*'
c++locale.cc:61: error:   initializing argument 1 of `float strtof(char*,
char**)'
make[7]: *** [c++locale.lo] Error 1
make[7]: Leaving directory
`/usr/local/build/powerpc-ibm-aix4.2.1.0/soft-float/libstdc++-v3/src'


-- 
           Summary: boostrap fails with invalid cast cast on AIX
           Product: gcc
           Version: 3.4.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: multix at gmail dot com
 GCC build triplet: powerpc-ibm-aix4.2.1.0
  GCC host triplet: powerpc-ibm-aix4.2.1.0
GCC target triplet: powerpc-ibm-aix4.2.1.0


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


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