Hi Charles! On Nov 12, 2007 10:54 PM, Charles Plessy <[EMAIL PROTECTED]> wrote: > Le Mon, Nov 12, 2007 at 10:32:20PM -0200, Nelson A. de Oliveira a écrit : > > (...) > > gcc -Wall -g -O2 -c -o prob.o prob.c > > prob.c: In function 'calc_score_dist': > > prob.c:157: warning: 'sq1' is used uninitialized in this function > > prob.c:158: warning: 'sq2' is used uninitialized in this function > > prob.c:248: internal compiler error: in assign_386_stack_local, at > > config/i386/i386.c:13481 > > Please submit a full bug report, > > with preprocessed source if appropriate. > > See <URL:http://gcc.gnu.org/bugs.html> for instructions. > > For Debian GNU/Linux specific bug reporting instructions, > > see <URL:file:///usr/share/doc/gcc-4.2/README.Bugs>. > > make[1]: *** [prob.o] Error 1 > > make[1]: Leaving directory `/tmp/buildd/dialign-t-0.2.2/source' > > make: *** [build-stamp] Error 2 > > dpkg-buildpackage: failure: debian/rules build gave error exit status 2 > > pbuilder: Failed autobuilding of package > > (...) > > > > gcc is version 4.2.1 on unstable. > > Ok, I thought that 4.1 was still the default. I will contact upstream.
It builds fine if using -O0 Do you want to use -O0 temporarily and upload it? Best regards, Nelson

