[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Bug in gcc version 3.0 20010605 (and yesterday's)
From: |
Markus Gietzen |
Subject: |
Re: [avr-gcc-list] Bug in gcc version 3.0 20010605 (and yesterday's) |
Date: |
Tue, 26 Jun 2001 09:32:35 +0200 |
> In short, it seems that if I name strlen something other than strlen, and
> then rebuild the libraries, it works?
For me this looks like a bug within the "intrinsic optimizations". I guess
that strlen is recognized by the compiler and then directly optimized.
This would also explain why you don't see this error when you turn off
the optimizations.
Markus