------- Comment #3 from eric dot weddington at atmel dot com 2010-03-08 21:35 ------- (In reply to comment #2) > (In reply to comment #1) > > I cannot reproduce the problem. > > > > c: 80 91 00 00 lds r24, 0x0000 > > Its mean load data from SRAM at address 0x0000. Variable (in our case > mUsart0BufferReadPtr) has address not equal to zero. > > In my first post i use three equal strings > rdptr = mUsart0BufferReadPtr;
I still cannot reproduce the error with the information that you've given me. You need to provide a test case that can reproduce the error. > because first generated with error > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43104