On 29 August 2011 14:20, Daniel Fischer <daniel.is.fischer@googlemail.com> wrote:
Try a larger value or use the sledgehammer method and turn off the limit:
-fno-spec-constr-count

Yes I tried this and it removes the warnings.

Strangest thing is, when I set -f-spec-constr-count to 10, the generated warning isĀ "... has four call patterns, but the limit is 3 ...". Somehow it doesn't say the limit is 10.

Ozgur