Prof A Olowofoyeku wrote:
- gcc-3.3.5 backend - several failures - see attached log
Most (if not all) seem to be related to predefines. Gpc had a workaround which should be not needed with integrated preprocessor, so I have disable it.
If yo change 0 to 1 in the snippet below (from lang.c line 448):
static void do_def (const char *s) { make_definition (s, 1); #if 0 if (co->print_needed_options) fprintf (stderr, "-D%s ", s); #endif }
the workaround will be active again.