This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.3 error when inlining
On Saturday 14 June 2003 09:05 pm, Michael S. Zick wrote:
>
> It still looks like a multiple choice problem:
> a) mal-formed source, but no warning
> b) mal-formed code generation
> c) cockpit error
> d) an old fool wasting ML bandwidth
>
The correct answer is choice "d"
The code generated is correct.
If the condition is TRUE, do len++, return
if the condition is FALSE, execute goto label,
do len++, return
The condition is over-ridden by the construction
of the source.
Sorry I wasted so much time on the obvious.
Mike