This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [janitor] Convert ra-* to ISO C90


Steven Bosscher <s.bosscher@student.tudelft.nl> writes:

> Hi,
>
> This patch converts all the ra-* files to ISO C90. Now, only Ada
> and config/* still use the PARAMS macro.

There's still java left:

java/jcf.h:typedef int (*jcf_filbuf_t) PARAMS ((struct JCF*, int needed));
java/jvspec.c:static char *find_spec_file       PARAMS ((const char *));
java/jvspec.c:static int verify_class_name    PARAMS ((const char *));
java/builtins.c:typedef tree builtin_creator_function PARAMS ((tree, tree));

Last time I tried I had some problems with bootstrap after removing
these and I would appreciate if somebody could tackle these.

I guess for Ada we wait until the long promised merge comes in - and
let the Gnat guys do it then.

For config, it's only the subdirs of config.  The files in config are
converted already.

Missing subdirs of config are: frv, c4x, cris, arc, ip2k, dsp16xx,
i370, i960, m32r, mn10300, ns32k,pdp11, sh, v850, vax, avr, d30v,
fr30, mcore, m68hc11, stormy16, xtensa - so all the major
architectures have been converted.

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]