Ada testsuite issues with c74004a, c940010, c94002f, and c94002g... (and more?)

2005-09-03 Thread Christian Joensson
I have to manually kill at least c74004a, c940010, c94002f, and c94002g... (and more?) Iis there something fishy going on again or would this more probably be related to my system? Aurora SPARC Linux release 2.0 (Kashmir FC3) UltraSparc IIi (Sabre) sun4u: (auroralinux corona + rathann's and rzm'

Problems with the m32c target and M16C6N cpu

2005-09-03 Thread fvzeppelin
I have built a cross-gcc (gcc Aug 19th, binutils Aug. 21st, newlib Aug. 27th) on cygwin for the m32c target. The small test program that I use is: struct bit_def { charb0:1; charb1:1; charb2:1; charb3:1; charb4:1; charb5:1;

Re: Ada testsuite issues with c74004a, c940010, c94002f, and c94002g... (and more?)

2005-09-03 Thread Andreas Jaeger
Christian Joensson <[EMAIL PROTECTED]> writes: > I have to manually kill at least c74004a, c940010, c94002f, and > c94002g... (and more?) Ada is quite broken right now - see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23646 Andreas -- Andreas Jaeger, [EMAIL PROTECTED], http://www.suse.d

Re: Language Changes in Bug-fix Releases?

2005-09-03 Thread Giovanni Bajo
Richard B. Kreckel <[EMAIL PROTECTED]> wrote: > Since the creation of the GCC 4.0 branch back in February a number of > minor C++ language changes seem to have slipped in. Let me mention just > two examples: [...] > Are you really, really sure such language tightening is appropiate for > bug-fix

Re: Problems with the m32c target and M16C6N cpu

2005-09-03 Thread DJ Delorie
The most likely problem is that you're not providing a reset vector that points at your program, so the board doesn't know the starting location (neither kd30 nor the flash program honor the "start address" s-record). I should probably have the tools do that automatically. With the tools you hav

GCC 4.0.1 bootstrap successfully built and installed

2005-09-03 Thread Garc�ffffffffffeda
Output from running srcdir/config.guess i686-pc-linux-gnu The output of `gcc -v' Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.0.1/configure Thread model: posix gcc version 4.0.1 The distribution name and version from /etc/issue Welcome to SuSE Li

Re: Ada testsuite issues with c74004a, c940010, c94002f, and c94002g... (and more?)

2005-09-03 Thread Arnaud Charlet
> Ada is quite broken right now - see also: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23646 Right, sorry about that. I was almost ready to commit the fix on friday, but got stuck because someone was doing a long cvs operation locking any other use, so I had to leave before being able to co

Successful 4.0.1 build

2005-09-03 Thread Christian Schüler
Build on Win32 under MinGW 3.4.2 ../gcc-4.0.1/config.guess i686-pc-mingw32 gcc -v Using built-in specs. Target: i686-pc-mingw32 Configured with: ../gcc-4.0.1/configure : (reconfigured) ../gcc-4.0.1/configure --prefix=/mingw --disable-nls Thread model: win32 gcc vers

Re: Ada testsuite issues with c74004a, c940010, c94002f, and c94002g... (and more?)

2005-09-03 Thread Andreas Jaeger
Arnaud Charlet <[EMAIL PROTECTED]> writes: >> Ada is quite broken right now - see also: >> >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23646 > > Right, sorry about that. > > I was almost ready to commit the fix on friday, but got stuck because > someone was doing a long cvs operation locking a