If you can duplicate that with mspgcc4 please let me know or file a ticket on that project and I'll see it gets fixed.
Peter On Mon, Apr 19, 2010 at 7:09 AM, Michiel Konstapel <[email protected]>wrote: > > -----Original Message----- > > From: Peter Bigot [mailto:[email protected]] > > Sent: maandag 19 april 2010 14:02 > > To: GCC for MSP430 - http://mspgcc.sf.net > > Subject: Re: [Mspgcc-users] sscanf for msp430-gcc > > > > Closest useful functionality may be strtoul(3), which is present (I > > haven't personally tested it). > > I have, and it works. > However, I did encounter breakage with one of the newer compiler builds, > apparently because it uses register variables. As a workaround, I made a > copy with "normal" variable declarations, which works fine. > Michiel > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users >
