C Compiler bugs

Doug Gwyn gwyn at brl-smoke.ARPA
Thu Jun 9 12:49:25 AEST 1988


In article <15367 at tut.cis.ohio-state.edu> lvc at tut.cis.ohio-state.edu (Lawrence V. Cipriani) writes:
>The *fixed* crt0.o
>must have been recoded to recognize arbitrary return values.

That would be a pretty neat trick!

Some linkers are able to detect interface type mismatches and
issue a warning, which would catch the kind of error under discussion,
but I haven't yet seen an AT&T CCS (aka SGS) linker that does that.

Perhaps the "fix" was simply that the error did not have catastrophic
results when the way struct values are returned was changed, or
something like that.



More information about the Comp.lang.c mailing list