[Mspgcc-users] BUG REPORT: Compiler bug - 64-bit variables AND Linker bug - global initializations

2007-05-03 Thread Paul Young
The attached files illustrate 2 bugs: 1) A global pointer is incorrectly initialized. 2) A 64-bit variable is overwritten when it is multiplied. This is the version information: msp430-gcc (GCC) 3.2.3 Copyright (C) 2002 Free Software Foundation, Inc. Running under cygwin on WinXP SP2, targetin

[Mspgcc-users] bug report

2006-06-15 Thread Yvan Castilloux
Hi, When I try to compile/link my program as if everything was in the same file, by including the .c in Main.c, I get the following errors: cc/Master.c: In function `Master': cc/Master.c:732: Internal compiler error in gen_lowpart, at emit-rtl.c:1197 Please submit a full bug report, with prepr

[Mspgcc-users] Bug Report: Accessing bit-fields in structs

2004-11-09 Thread Jan Hauer
Hello, There is a problem with accessing bit fields in structs: It seems that whenever the first member of a struct is a bitfield consisting of more than 1 bit a subsequent bitfield in the same struct is accessed incorrectly (writing seems to work ok, but reading not). This is true for msp430-gcc

Re: [Mspgcc-users] Bug Report: Internal compiler error in gen_lowpart

2004-10-20 Thread Dmitry
Hi, could you please strip down this monster file just toMgmtQueryM$Timer$fired() function in order to allow me to debug a compiler? :) Thanks, ~d > > I'm compiling on Windows XP, and have found a fatal compiler bug. > > Here is the GCC version information, from msp430-gcc: > > Reading specs fr

RE: [Mspgcc-users] Bug Report: Internal compiler error in gen_lowpart

2004-10-19 Thread DKorovkin
ng so wrong that gcc doesn't know what to do at all. Regards, Dmitriy Korovkin, -Original Message- From: mspgcc-users-ad...@lists.sourceforge.net [mailto:mspgcc-users-ad...@lists.sourceforge.net] Sent: Tuesday, October 19, 2004 8:10 AM To: mspgcc-users@lists.sourceforge.net Subject:

[Mspgcc-users] Bug Report: Internal compiler error in gen_lowpart

2004-10-18 Thread Gilman Tolle
I'm compiling on Windows XP, and have found a fatal compiler bug. Here is the GCC version information, from msp430-gcc: Reading specs from /cygdrive/c/mspgcc/bin/../lib/gcc-lib/msp430/3.2.3/specs Configured with: ./configure --target=msp430 -- prefix=/c/daten/mspgcc/build/installed --disable-n

Re: [Fwd: [Mspgcc-users] Bug Report]

2002-12-06 Thread Dmitry
this has been fixed a while ago... You have to get new sources from CVS and recompile gcc. ~d On Friday 06 December 2002 17:46, HiD wrote: > Hi, > when I compiled the attached file with msp430-gcc version 3.2 I got the > following error messages: >

[Fwd: [Mspgcc-users] Bug Report]

2002-12-06 Thread HiD
Hi, when I compiled the attached file with msp430-gcc version 3.2 I got the following error messages: -- msp430-gcc.exe -c CircularBuffer.c -o CircularBuffer.o -I"C:/Dev-Cpp/include" -mmcu=msp430x149 CircularBuffer.c: In function `CB

[Mspgcc-users] Bug Report

2002-12-06 Thread Wolfgang Heidl
Hi, when I compiled the attached file with msp430-gcc version 3.2 I got the following error messages: -- msp430-gcc.exe -c CircularBuffer.c -o CircularBuffer.o -I"C:/Dev-Cpp/include" -mmcu=msp430x149 CircularBuffer.c: In function `

Re: [Mspgcc-users] Bug report

2002-09-27 Thread Dmitry
Well, probably none... (defenetely not the one mentioned below) But I recommend you build gcc-3.2 ~d On Friday 27 September 2002 17:38, J.C. Wren wrote: > Dmitry, > > How many of these fixes like those below are something that we should > watch out for in the gcc-3.0 toolchain? > >

RE: [Mspgcc-users] Bug report

2002-09-27 Thread J.C. Wren
Dmitry, How many of these fixes like those below are something that we should watch out for in the gcc-3.0 toolchain? --John Update of /cvsroot/mspgcc/gcc/gcc-3.3/gcc/config/msp430 In directory usw-pr-cvs1:/tmp/cvs-serv3235 Modified Files: msp430.md Log Message: fixed w

Re: [Mspgcc-users] Bug report

2002-09-27 Thread Dmitry
Yes, this is a fundamental gcc issue :) a char const 128 is a 'sign bit', therefore weared gcc behaviour. The same about int 32768. Fixed/workedaround anyway. Please update source and recompile. ~d On Thursday 26 September 2002 22:43, Andreas Schwarz wrote: > Hi, > > robert.r...@tekelek.com.a

[Mspgcc-users] Bug report

2002-09-26 Thread Andreas Schwarz
Hi, robert.r...@tekelek.com.au sent me the following bug report today: Hi Andreas, I'm not sure what to do next about this one?? I'm sending it to you as it occurred using MSPGCC windows installer 2002-09-22 (8.88MB). Is this a fundamental