Patches to allow operation on native OS/390 systems.

Richard Henderson rth@cygnus.com
Sun Apr 16 17:58:00 GMT 2000


On Wed, Apr 12, 2000 at 11:00:25AM -0600, David Pitts wrote:
>   These patches make corrections to the IBM OS/390 Unix Systems Services
> (USS), formerly called OpenEdition, port of the compiler to allow native
> compilation.

I checked in almost all of this.

The parts I didn't commit are everything related to:

> + #if defined(LE370)
> + 	    for (; c == ' '; c = GETC()) ; /* IBM allows blanks after */
> + 	    if (c == '\n')
> + 	      lineno++;
> + 	    else
> + 	      error ("stray '\\' in program");
> + #else
>   	    error ("stray '\\' in program");
> + #endif

This is incredibly distasteful.  Does this actually show up in
IBM system header files?  If so, can we fixinclude them?


r~


More information about the Gcc-patches mailing list