This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc-3.0 Internal error #19991203
- To: gcc-bugs at gcc dot gnu dot org
- Subject: gcc-3.0 Internal error #19991203
- From: nbecker at fred dot net
- Date: 20 Jun 2001 09:01:24 -0400
PATH=/opt/gcc/bin:$PATH g++ -g -Wall -O6 -ffast-math -funroll-all-loops -fprofile-arcs -malign-functions=4 -fschedule-insns2 -fexpensive-optimizations -I../Common -I../SigGen -I ../../ -I /usr/local/src/boost -I /usr/local/include -mcpu=athlon -march=athlon -Wp,-MD,Bug.d -I../Decoder -I../Common -I../Xmit -I../Rcv -I../Channel -I../Remod -I./ -I../IC -I../Parser -c -o Bug.o Bug.cc -v -save-temps
Reading specs from /opt/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.0/specs
Configured with: ../../gcc-3.0/configure --prefix=/opt/gcc
Thread model: single
gcc version 3.0
/opt/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.0/cpp0 -lang-c++ -D__GNUG__=3 -D__GXX_DEPRECATED -D__EXCEPTIONS -D__GXX_ABI_VERSION=100 -v -I../Common -I../SigGen -I ../../ -I /usr/local/src/boost -I /usr/local/include -I../Decoder -I../Common -I../Xmit -I../Rcv -I../Channel -I../Remod -I./ -I../IC -I../Parser -D__GNUC__=3 -D__GNUC_MINOR__=0 -D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem=posix -D__OPTIMIZE__ -D__FAST_MATH__ -D__STDC_HOSTED__=1 -Wall -D_GNU_SOURCE -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__athlon -D__athlon__ -D__tune_athlon__ -MD Bug.d Bug.cc Bug.ii
GNU CPP version 3.0 (cpplib) (i386 Linux/ELF)
ignoring nonexistent directory "/opt/gcc/i686-pc-linux-gnu/include"
ignoring duplicate directory "../Common"
#include "..." search starts here:
#include <...> search starts here:
../Common
../SigGen
../..
/usr/local/src/boost
/usr/local/include
../Decoder
../Xmit
../Rcv
../Channel
../Remod
.
../IC
../Parser
/opt/gcc/include/g++-v3
/opt/gcc/include/g++-v3/i686-pc-linux-gnu
/opt/gcc/include/g++-v3/backward
/opt/gcc/include
/opt/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.0/include
/usr/include
End of search list.
/opt/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.0/cc1plus -fpreprocessed Bug.ii -quiet -dumpbase Bug.cc -malign-functions=4 -mcpu=athlon -march=athlon -g -O6 -Wall -version -ffast-math -funroll-all-loops -fprofile-arcs -fschedule-insns2 -fexpensive-optimizations -o Bug.s
GNU CPP version 3.0 (cpplib) (i386 Linux/ELF)
GNU C++ version 3.0 (i686-pc-linux-gnu)
compiled by GNU C version 2.96 20000731 (Red Hat Linux 7.1 2.96-81).
In file included from ../Xmit/RSerialFFTFilt.H:4,
from ../Xmit/PhaseNoiseMod.H:5,
from ../Xmit/Xmit.H:15,
from Bug.cc:3:
../Xmit/RFFTFilt.H: In constructor `RFFTFilt::RFFTFilt(int, const
std::vector<double, std::allocator<double> >&)':
../Xmit/RFFTFilt.H:20: warning: member initializers for `int RFFTFilt::fftSize'
../Xmit/RFFTFilt.H:18: warning: and `std::vector<double,
std::allocator<double> > RFFTFilt::coef'
../Xmit/RFFTFilt.H:43: warning: will be re-ordered to match declaration order
../Xmit/RFFTFilt.H:44: warning: comparison between signed and unsigned integer
expressions
../Xmit/RFFTFilt.H: In copy constructor `RFFTFilt::RFFTFilt(const RFFTFilt&)':
../Xmit/RFFTFilt.H:20: warning: member initializers for `int RFFTFilt::fftSize'
../Xmit/RFFTFilt.H:18: warning: and `std::vector<double,
std::allocator<double> > RFFTFilt::coef'
../Xmit/RFFTFilt.H:52: warning: will be re-ordered to match declaration order
../Common/OModulator.H: In constructor
`OModulator<T>::OModulator(InputIterator, InputIterator, int, double) [with
InputIterator = const double*, T = double]':
../Xmit/Xmit.H:66: instantiated from here
../Common/OModulator.H:27: warning: member initializers for `double
OModulator<double>::phase'
../Common/OModulator.H:26: warning: and `double OModulator<double>::freq'
../Common/OModulator.H:104: warning: will be re-ordered to match declaration
order
../Common/SincInterp.H: In function `void SincInterp(in_t, in_t, out_t, double,
int) [with in_t = const double*, out_t = std::__normal_iterator<double*,
std::vector<double, std::allocator<double> > >]':
../Xmit/Xmit.H:83: instantiated from here
../Common/SincInterp.H:30: warning: comparison between signed and unsigned
integer expressions
../Xmit/PhaseNoiseMod.H: In constructor
`PhaseNoiseMod<RNG>::PhaseNoiseMod(const FUNC&, RNG&, int, double, bool,
int) [with FUNC = PhaseNoiseSpec, RNG = int main()::rng_t]':
../Xmit/Xmit.H:119: instantiated from `Xmit<rng_t>::Xmit(rng_t&, InputIter, InputIter, int, bool, double, bool) [with InputIter = std::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, rng_t = int main()::rng_t]'
Bug.cc:15: instantiated from here
../Xmit/PhaseNoiseMod.H:51: warning: member initializers for `PhaseNoiseGen<int
main()::rng_t> PhaseNoiseMod<int main()::rng_t>::pn'
../Xmit/PhaseNoiseMod.H:49: warning: and `RSerialFFTFilt PhaseNoiseMod<int
main()::rng_t>::phaseNoiseFilt'
../Xmit/PhaseNoiseMod.H:72: warning: will be re-ordered to match declaration
order
../Xmit/PhaseNoiseMod.H: In member function `RSerialFFTFilt
PhaseNoiseMod<RNG>::InitFilt(const FUNC&, int, int, double) [with FUNC =
PhaseNoiseSpec, RNG = int main()::rng_t]':
../Xmit/PhaseNoiseMod.H:72: instantiated from `PhaseNoiseMod<RNG>::PhaseNoiseMod(const FUNC&, RNG&, int, double, bool, int) [with FUNC = PhaseNoiseSpec, RNG = int main()::rng_t]'
../Xmit/Xmit.H:119: instantiated from `Xmit<rng_t>::Xmit(rng_t&, InputIter, InputIter, int, bool, double, bool) [with InputIter = std::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, rng_t = int main()::rng_t]'
Bug.cc:15: instantiated from here
../Xmit/PhaseNoiseMod.H:61: warning: comparison between signed and unsigned
integer expressions
In file included from ../Xmit/FiltDesign.cc:20:
../Xmit/FiltDesign.cc: At global scope:
../Xmit/FiltDesign.cc: In instantiation of `double std::vector<std::complex<double>, std::allocator<std::complex<double> > > FiltDesign(int, const FUNC&)::Hanning::operator()(int) [with FUNC = PhaseNoiseSpec]':
../Xmit/FiltDesign.cc:44: instantiated from `std::vector<std::complex<double>, std::allocator<std::complex<double> > > FiltDesign(int, const FUNC&) [with FUNC = PhaseNoiseSpec]'
../Xmit/PhaseNoiseMod.H:58: instantiated from `RSerialFFTFilt PhaseNoiseMod<RNG>::InitFilt(const FUNC&, int, int, double) [with FUNC = PhaseNoiseSpec, RNG = int main()::rng_t]'
../Xmit/PhaseNoiseMod.H:72: instantiated from `PhaseNoiseMod<RNG>::PhaseNoiseMod(const FUNC&, RNG&, int, double, bool, int) [with FUNC = PhaseNoiseSpec, RNG = int main()::rng_t]'
../Xmit/Xmit.H:119: instantiated from `Xmit<rng_t>::Xmit(rng_t&, InputIter, InputIter, int, bool, double, bool) [with InputIter = std::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, rng_t = int main()::rng_t]'
Bug.cc:15: instantiated from here
../Xmit/FiltDesign.cc:14: Internal error #19991203.
../Xmit/FiltDesign.cc:14: Internal compiler error in expand_call_inline, at
cp/optimize.c:860
Bug.ii.bz2