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 target/34780] Bootstrapping libstdc++-v3 failed



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-01-14 12:13 -------
I do get this warning but the build does not fail:
libtool: compile:  /Users/apinski/src/local/gcc/objdir/./gcc/xgcc
-shared-libgcc -B/Users/apinski/src/local/gcc/objdir/./gcc -nostdinc++
-L/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.11.1/libstdc++-v3/src
-L/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.11.1/libstdc++-v3/src/.libs
-B/Users/apinski/local-gcc/i386-apple-darwin8.11.1/bin/
-B/Users/apinski/local-gcc/i386-apple-darwin8.11.1/lib/ -isystem
/Users/apinski/local-gcc/i386-apple-darwin8.11.1/include -isystem
/Users/apinski/local-gcc/i386-apple-darwin8.11.1/sys-include
-I/Users/apinski/src/local/gcc/libstdc++-v3/../gcc
-I/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.11.1/libstdc++-v3/include/i386-apple-darwin8.11.1
-I/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.11.1/libstdc++-v3/include
-I/Users/apinski/src/local/gcc/libstdc++-v3/libsupc++ -fno-implicit-templates
-Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once
-fvisibility-inlines-hidden -ffunction-sections -fdata-sections -O2 -g -g -O2
-c /Users/apinski/src/local/gcc/libstdc++-v3/libsupc++/eh_call.cc  -fno-common
-DPIC -o eh_call.o
/Users/apinski/src/local/gcc/libstdc++-v3/../gcc/unwind-pe.h:74: warning:
'unsigned int size_of_encoded_value(unsigned char)' defined but not used


Are you sure you don't have CXXFLAGS set to include -Werror ?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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