This is the mail archive of the gcc@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: error in 02g.gch


Bobby McNulty wrote:
I received the following error in libstdc++-   v3
i686-pc-cygwin and trunk.



/home/Owner/gcc/o/./gcc/xgcc -shared-libgcc -B/home/Owner/gcc/o/./gcc -n
ostdinc++ -L/home/Owner/gcc/o/i686-pc-cygwin/libstdc++-v3/src -L/home/Owner/gcc/
o/i686-pc-cygwin/libstdc++-v3/src/.libs -B/usr/local/i686-pc-cygwin/bin/ -B/usr/
local/i686-pc-cygwin/lib/ -isystem /usr/local/i686-pc-cygwin/include -isystem /u
sr/local/i686-pc-cygwin/sys-include -Winvalid-pch -Wno-deprecated -x c++-header
-g -O2 -I/home/Owner/gcc/o/i686-pc-cygwin/libstdc++-v3/include/i686-pc-cygwin -
I/home/Owner/gcc/o/i686-pc-cygwin/libstdc++-v3/include -I/home/Owner/gcc/gcc/lib
stdc++-v3/libsupc++ -O2 -g /home/Owner/gcc/gcc/libstdc++-v3/include/precompiled/
stdc++.h -o i686-pc-cygwin/bits/stdc++.h.gch/O2g.gch
In file included from /home/Owner/gcc/gcc/libstdc++-v3/include/precompiled/stdc+
+.h:81:
/home/Owner/gcc/o/i686-pc-cygwin/libstdc++-v3/include/valarray: In function 'voi
d __static_initialization_and_destruction_0(int, int)':
/home/Owner/gcc/o/i686-pc-cygwin/libstdc++-v3/include/valarray:1024: internal co
mpiler error: in loop_optimizer_init, at loop-init.c:54
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [i686-pc-cygwin/bits/stdc++.h.gch/O2g.gch] Error 1
make[4]: Leaving directory `/home/Owner/gcc/o/i686-pc-cygwin/libstdc++-v3/includ
e'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/Owner/gcc/o/i686-pc-cygwin/libstdc++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/Owner/gcc/o/i686-pc-cygwin/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/Owner/gcc/o'
make: *** [all] Error 2


Owner@peacekeeper ~/gcc/o
$


False alarm. I ran make clean and it is working now.



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