[comp.os.minix] Again: GCC diffs for MINIX-ST

HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) (02/01/91)

A few days ago, I sent three diffs for GCC patching
config/m68k.md, c-typeck.c, and fold-const.c

These patches were for gcc-1.37.1

The patch to config/m68k.md is obsolete in gcc-1.39, and the patches to
the two other files (they solve the sizeof-Problem allowing code like

....   = malloc(sizeof(FILE));  with -mshort)

can be applied directly to the gcc-1.39 sources.

C.v.W.