[llvm-commits] [llvm-gcc] Changes In Boolean (please commit)
Jeff Cohen
jeffc at jolt-lang.org
Thu Jan 11 13:51:14 PST 2007
Jeff Cohen wrote:
> Jeff Cohen wrote:
>
>> Reid Spencer wrote:
>>
>>
>>> On Thu, 2007-01-11 at 13:33 -0800, Jeff Cohen wrote:
>>>
>>>
>>>
>>>> Look at the error more closely. It is not complaining about an unused
>>>> label. That is a warning. It is complaining about using an undefined
>>>> label. I have no local changes.
>>>>
>>>>
>>>>
>>> Ah, yes, you're right. This is a result of stripping the label out in
>>> the Makefile. Your version of FLEX must actually us it or a REJECT was
>>> added recently. In any event, I'll fix the makefile in just a second and
>>> it should work for you again. Thanks for being dilligent on this through
>>> my misunderstanding of the situation.
>>>
>>> Reid.
>>>
>>>
>>>
>> I'm using version 2.5.4. Flex has been stable for ages, so I'm
>> surprised if everyone isn't using the same version.
>>
> Also, I was not getting this error until just this past update. My
> version of flex definitely did not change.
And it turns out I wasn't running flex anyway. The build still fails
because you did not regenerate the *.cvs files. When I touched the *.l
files, the problem went away.
More information about the llvm-commits
mailing list