Re: [Sdcc-user] SDCC bug: Optimizer breaks the code

2012-01-29 Thread Gert van der Knokke
Op 19-01-12 16:50, Butuza Tamas schreef: > Dear SDCC developers, > > I found a bug when I tried to compile a code for pic16F1938. (14 bit enhanced > core) > > The problem is: The optimizer breaks the code. Makes part of the code > unreachable. > Error message is: > test.c:51: warning 110: conditi

Re: [Sdcc-user] SDCC bug: Optimizer breaks the code

2012-01-19 Thread Erik Petrich
On Thu, 19 Jan 2012, Butuza Tamas wrote: > Dear SDCC developers, > > I found a bug when I tried to compile a code for pic16F1938. (14 bit > enhanced core) > > The problem is: The optimizer breaks the code. Makes part of the code > unreachable. > Error message is: > test.c:51: warning 110: cond

Re: [Sdcc-user] SDCC bug: Optimizer breaks the code

2012-01-19 Thread Borut Ražem
On 19. 01. 2012 16:50, Butuza Tamas wrote: > Dear SDCC developers, > > I found a bug when I tried to compile a code for pic16F1938. (14 bit enhanced > core) > > The problem is: The optimizer breaks the code. Makes part of the code > unreachable. > Error message is: > test.c:51: warning 110: condi