On Sun, Sep 19, 2010 at 7:37 PM, Ruben Van Boxem <[email protected]> wrote: > Hi, > > With GCC 4.6 snapshot dated 20100911, I have this error: > >> /home/Ruben/mingw64/build64/gcc/./prev-gcc/xgcc >> -B/home/Ruben/mingw64/build64/gcc/./prev-gcc/ >> -B/mingw64/x86_64-w64-mingw32/bin/ -L/mingw64/x86_64-w64-mingw32/lib >> -L/mingw64/mingw/lib -isystem /mingw64/x86_64-w64-mingw32/include -isystem >> /mingw64/mingw/include -B/mingw64/x86_64-w64-mingw32/bin/ >> -B/mingw64/x86_64-w64-mingw32/lib/ -isystem >> /mingw64/x86_64-w64-mingw32/include -isystem >> /mingw64/x86_64-w64-mingw32/sys-include -I../../../src/gcc/libcpp -I. >> -I../../../src/gcc/libcpp/../include -I./../intl >> -I../../../src/gcc/libcpp/include -g -O2 -D__USE_MINGW_ACCESS >> -Wno-pedantic-ms-format -gtoggle -W -Wall -Wwrite-strings >> -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes >> -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -Werror >> -I../../../src/gcc/libcpp -I. -I../../../src/gcc/libcpp/../include >> -I./../intl -I../../../src/gcc/libcpp/include -c -o files.o -MT files.o >> -MMD -MP -MF .deps/files.Tpo ../../../src/gcc/libcpp/files.c >> >> ../../../src/gcc/libcpp/files.c: In function 'read_file_guts': >> ../../../src/gcc/libcpp/files.c:609:7: error: comparison is always false >> due to limited range of data type [-Werror=type-limits] >> cc1.exe: all warnings being treated as errors >> >> make[3]: *** [files.o] Error 1 >> make[3]: Leaving directory `/home/Ruben/mingw64/build64/gcc/libcpp' >> make[2]: *** [all-stage2-libcpp] Error 2 >> make[2]: Leaving directory `/home/Ruben/mingw64/build64/gcc' >> make[1]: *** [stage2-bubble] Error 2 >> make[1]: Leaving directory `/home/Ruben/mingw64/build64/gcc' >> make: *** [all] Error 2 > > > It seems *cough* trivial to fix, but for now I am reconfiguring GCC with > "--disable-werror" to get rid of this problem. Thought it might be helpful > if you knew about this. > > Ruben
http://gcc.gnu.org/ml/gcc-patches/2009-08/msg01669.html -- Ozkan ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
