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'
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;
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
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
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
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
> 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
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
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