Is this a known bug?

John Kempf corwin at hope.UUCP
Sun Sep 7 19:49:10 AEST 1986


> 
> Is the following a known 4.2bsc C compiler bug? I think I had heard
> of something related to this.
> 
> The following program segment:
> 
> foo()
> {
>     void goo();
>     void (*moo)();
> 
>     moo = goo;
> }
> 
> Produces the error:
> 
> "void.c", line 6: operands of = have incompatible types

> Also, does anybody whether the 4.3 compiler still has this bug?

"Fixed in 4.3"
-- 
-cory

"No matter how subtle the wizard, a knife between the shoulder blades
will seriously cramp his style."

VOICE:  (714) 788 0709
UUCP:   {ucbvax!ucdavis,sdcsvax,ucivax}!ucrmath!hope!corwin
ARPA:   ucrmath!hope!corwin at sdcsvax.ucsd.edu  
USNAIL: 3637 Canyon Crest apt G302
        Riverside Ca.  92507



More information about the Comp.lang.c mailing list