8sa1-gcc/gcc
Kazu Hirata aadf50ed06 re PR target/10795 (ICE in extract_insn, at recog.c:2188)
PR target/10795
	* gcc.c-torture/compile/20030708-1.c: New.

From-SVN: r69408
2003-07-15 13:44:50 +00:00
..
ada rtl.h (emit_line_note): Take a location_t. 2003-07-07 17:57:30 +00:00
config re PR target/10795 (ICE in extract_insn, at recog.c:2188) 2003-07-15 13:42:39 +00:00
cp re PR c++/11509 (ICE with expression with static member in template arg) 2003-07-14 21:32:26 +00:00
doc * doc/invoke.texi: Resync MIPS -march documentation. 2003-07-15 08:58:33 +00:00
f * lang-specs.h (f77-cpp-input): Use -o to specify the CPP output file. 2003-07-14 20:03:44 +00:00
fixinc inclhack.def (avoid_bool_define, [...]): Bypass with __cplusplus, not "we must use the C++ compiler's type" 2003-07-15 00:43:24 +00:00
ginclude re PR c++/11072 (Implementation of offsetof macro) 2003-07-02 14:30:53 +00:00
java * expr.c: Remove the last argument to expand_assignment(). 2003-07-15 05:32:21 +00:00
objc objc-act.h (CLASS_SUPER_NAME): Add a little typechecking. 2003-07-14 21:35:37 +00:00
po * exgettext: Add "This file is part of GCC". 2003-05-23 17:52:54 +00:00
testsuite re PR target/10795 (ICE in extract_insn, at recog.c:2188) 2003-07-15 13:44:50 +00:00
treelang * Make-lang.in (treelang/tree-convert.o): Depend on TM_H. 2003-07-12 20:54:06 +02:00
.cvsignore
ABOUT-GCC-NLS
aclocal.m4 aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE... 2003-07-12 20:03:14 +00:00
alias.c re PR rtl-optimization/11198 (-O2 -frename-registers generates wrong code) 2003-07-07 07:25:36 +00:00
alloc-pool.c alloc-pool.c: Fix comment formatting. 2003-06-29 13:53:12 +00:00
alloc-pool.h alloc-pool.c: Convert to ISO C90 prototypes. 2003-06-15 15:43:32 +02:00
attribs.c alloc-pool.c: Convert to ISO C90 prototypes. 2003-06-15 15:43:32 +02:00
basic-block.h basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
bb-reorder.c basic-block.h (create_basic_block, [...]): Kill. 2003-07-03 18:40:29 +00:00
bitmap.c bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent stdio calls. 2003-07-08 00:35:52 +00:00
bitmap.h alloc-pool.c: Fix comment formatting. 2003-06-29 13:53:12 +00:00
bt-load.c bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
builtin-attrs.def builtin-attrs.def (gcc_diag, [...]): New format attributes. 2003-06-30 00:31:21 +00:00
builtin-types.def builtins.def (BUILT_IN_BCOPY, [...]): New. 2003-04-28 14:10:35 +02:00
builtins.c optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists, then fall back to cmpstrM. 2003-07-11 23:04:56 +02:00
builtins.def builtins.def (BUILT_IN_CABS, [...]): New builtins representing ISO C99's cabs, cabsf and cabsl. 2003-06-03 11:27:23 +00:00
c-aux-info.c c-aux-info.c: Include toplev.h after c-tree.h. 2003-07-04 01:55:50 +00:00
c-common.c c-common.c (c_common_type_for_mode): Handle V4DFmode. 2003-07-15 05:44:30 +00:00
c-common.def tree.c (tree_size): For all 'c' and 'x' nodes... 2003-04-07 06:03:17 +00:00
c-common.h Index: ChangeLog 2003-07-11 08:33:21 +00:00
c-config-lang.in
c-convert.c c-aux-info.c: Convert to ISO C99. 2003-06-19 21:43:59 +02:00
c-cppbuiltin.c c-common.c (enum c_language_kind, flag_objc): Remove. 2003-06-30 19:36:25 +00:00
c-decl.c c-decl.c (link_hash_hash): Avoid warning about casting pointer to integer of different size. 2003-07-13 22:21:24 +02:00
c-dump.c c-aux-info.c: Convert to ISO C99. 2003-06-19 21:43:59 +02:00
c-errors.c diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a location_t. 2003-06-28 16:23:29 +00:00
c-format.c c-format.c: Fix comment formatting. 2003-07-12 22:49:48 +00:00
c-incpath.c bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
c-incpath.h c-aux-info.c: Convert to ISO C99. 2003-06-19 21:43:59 +02:00
c-lang.c Index: ChangeLog 2003-07-11 08:33:21 +00:00
c-lex.c * c-lex.c (cb_ident): Cast cstr.text to const char *. 2003-07-09 12:21:12 +00:00
c-objc-common.c Index: ChangeLog 2003-07-11 08:33:21 +00:00
c-opts.c c-opts.c (print_help): Remove. 2003-07-15 05:48:16 +00:00
c-parse.in Index: ChangeLog 2003-07-11 08:33:21 +00:00
c-pch.c c-common.c (enum c_language_kind, flag_objc): Remove. 2003-06-30 19:36:25 +00:00
c-ppoutput.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
c-pragma.c c-aux-info.c: Convert to ISO C99. 2003-06-19 21:43:59 +02:00
c-pragma.h basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
c-pretty-print.c *** empty log message *** 2003-07-14 20:52:04 +00:00
c-pretty-print.h c-lex.c: Convert to ISO C90. 2003-06-22 15:41:26 +02:00
c-semantics.c java-tree.h (DECL_NUM_STMTS): Rename to... 2003-07-09 00:31:20 +00:00
c-tree.h Index: ChangeLog 2003-07-11 08:33:21 +00:00
c-typeck.c c-format.c: Fix comment formatting. 2003-07-12 22:49:48 +00:00
c.opt c-opts.c (print_help): Remove. 2003-07-15 05:48:16 +00:00
caller-save.c alloc-pool.c: Fix comment formatting. 2003-06-29 13:53:12 +00:00
calls.c tm.texi (BLOCK_REG_PADDING): Describe. 2003-07-14 14:47:18 +09:30
cfg.c bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
cfganal.c basic-block.h (create_basic_block, [...]): Kill. 2003-07-03 18:40:29 +00:00
cfgbuild.c caller-save.c: Convert to ISO C90. 2003-06-22 17:03:27 +02:00
cfgcleanup.c bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
cfghooks.c caller-save.c: Convert to ISO C90. 2003-06-22 17:03:27 +02:00
cfghooks.h basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
cfglayout.c cfglayout.c (locator_file): Break out from .... 2003-07-14 21:18:15 +00:00
cfglayout.h cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies at all if edge is not specified. 2003-07-03 23:50:05 +00:00
cfgloop.c cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies at all if edge is not specified. 2003-07-03 23:50:05 +00:00
cfgloop.h bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
cfgloopanal.c basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
cfgloopmanip.c bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
cfgrtl.c genextract.c: Convert remaining prototypes to ISO C90. 2003-07-07 21:11:59 +02:00
cgraph.c fp-test.c (main): Use ISO C90 prototype. 2003-07-12 13:29:18 +02:00
cgraph.h fp-test.c (main): Use ISO C90 prototype. 2003-07-12 13:29:18 +02:00
cgraphunit.c * cgraphunit.c: Convert prototypes to ISO C90. 2003-07-13 10:40:07 +02:00
ChangeLog re PR target/10795 (ICE in extract_insn, at recog.c:2188) 2003-07-15 13:42:39 +00:00
ChangeLog.0
ChangeLog.1 ChangeLog.1: Fix a typo. 2003-06-23 16:11:56 +00:00
ChangeLog.2 ChangeLog: Follow spelling conventions. 2003-06-12 19:01:08 +00:00
ChangeLog.3 ChangeLog.3: Fix comment typos. 2003-06-17 19:03:12 +00:00
ChangeLog.4
ChangeLog.5
ChangeLog.6 ChangeLog.6: Fix misspellings. 2003-07-01 13:10:26 +00:00
ChangeLog.7 ChangeLog.6: Fix misspellings. 2003-07-01 13:10:26 +00:00
ChangeLog.8 ChangeLog: Rotated last year's entries to... 2003-03-13 19:20:26 +00:00
ChangeLog.lib
collect2.c target-def.h: Remove usage of OBJECT_FORMAT_ROSE. 2003-06-29 20:34:38 +02:00
collect2.h collect2.h: Convert prototypes to ISO C90. 2003-06-29 14:07:06 +02:00
combine.c combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0) to (eq (and X 1) 0). 2003-07-13 19:03:28 +00:00
common.opt common.opt: More --help messages. 2003-07-11 05:35:06 +00:00
conditions.h
config.gcc config.gcc (mips-sgi-irix6*o32, [...]): Add mips/sdb.h to the list of include files when using gas. 2003-07-14 20:09:20 +00:00
config.guess
config.in Regenerate again, oops 2003-07-12 20:05:24 +00:00
configure configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for i?86-*-*. 2003-07-13 02:53:00 +00:00
configure.frag
configure.in configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for i?86-*-*. 2003-07-13 02:53:00 +00:00
conflict.c collect2.h: Convert prototypes to ISO C90. 2003-06-29 14:07:06 +02:00
convert.c basic-block.h: Fix comment typos. 2003-07-01 12:18:01 +00:00
convert.h collect2.h: Convert prototypes to ISO C90. 2003-06-29 14:07:06 +02:00
COPYING
COPYING.LIB
coretypes.h
coverage.c c-format.c: Fix comment formatting. 2003-07-12 22:49:48 +00:00
coverage.h coverage.h (coverage_counter_alloc): New function. 2003-05-11 19:21:32 +00:00
cppcharset.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cppdefault.c
cppdefault.h
cpperror.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cppexp.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cppfiles.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cpphash.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cpphash.h Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cppinit.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cpplex.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cpplib.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cpplib.h Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cppmacro.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cpppch.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cppspec.c * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c 2003-06-17 06:17:44 +00:00
cpptrad.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
cppucnid.h cpplib.h (CPP_AT_NAME, [...]): New token types. 2003-07-05 00:24:00 +00:00
cppucnid.pl cpplib.h (CPP_AT_NAME, [...]): New token types. 2003-07-05 00:24:00 +00:00
cppucnid.tab cpplib.h (CPP_AT_NAME, [...]): New token types. 2003-07-05 00:24:00 +00:00
crtstuff.c crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE. 2003-06-07 19:30:32 +02:00
cse.c combine.c (distribute_notes): Don't bother REG_WAS_0. 2003-07-01 01:15:07 +00:00
cselib.c cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
cselib.h cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
cstamp-h.in
dbxout.c c-format.c: Fix comment formatting. 2003-07-12 22:49:48 +00:00
dbxout.h basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
dbxstclass.h
debug.c cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
debug.h basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
defaults.h expr.c (MOVE_MAX_PIECES): Move from here... 2003-07-09 00:58:58 +00:00
df.c basic-block.h: Fix comment typos. 2003-07-01 12:18:01 +00:00
df.h basic-block.h: Fix comment typos. 2003-07-01 12:18:01 +00:00
diagnostic.c genextract.c: Convert remaining prototypes to ISO C90. 2003-07-07 21:11:59 +02:00
diagnostic.def
diagnostic.h bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
dojump.c cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
doloop.c cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
dominance.c cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
doschk.c
dummy-conditions.c c-pch.c, [...]: Replace "GNU CC" with "GCC". 2003-03-13 03:48:31 +00:00
dwarf2.h
dwarf2asm.c cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
dwarf2asm.h basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
dwarf2out.c regclass.c (choose_hard_reg_mode): Add third argument. 2003-07-11 15:09:29 +01:00
dwarf2out.h cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
dwarf.h
dwarfout.c bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
emit-rtl.c ggc.h, [...]: Use rtx' instead of struct rtx_def *'... 2003-07-10 11:38:18 +00:00
errors.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
errors.h genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
et-forest.c bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
et-forest.h bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
except.c except.c: Convert prototypes to ISO C90. 2003-06-29 18:21:58 +02:00
except.h except.c: Convert prototypes to ISO C90. 2003-06-29 18:21:58 +02:00
explow.c except.c: Convert prototypes to ISO C90. 2003-06-29 18:21:58 +02:00
expmed.c except.c: Convert prototypes to ISO C90. 2003-06-29 18:21:58 +02:00
expr.c expr.c (expand_assignment): Remove an unused argument SUGGEST_REG. 2003-07-15 05:31:44 +00:00
expr.h expr.c (expand_assignment): Remove an unused argument SUGGEST_REG. 2003-07-15 05:31:44 +00:00
final.c cfglayout.c (locator_file): Break out from .... 2003-07-14 21:18:15 +00:00
fix-header.c fp-test.c (main): Use ISO C90 prototype. 2003-07-12 13:29:18 +02:00
fixproto fixproto: Define NULL and size_t in generated stdlib.h and unistd.h. 2003-03-22 00:15:53 +00:00
flags.h final.c: Convert prototypes to ISO C90. 2003-07-01 07:00:18 +02:00
flow.c basic-block.h (create_basic_block, [...]): Kill. 2003-07-03 18:40:29 +00:00
fold-const.c re PR c/11449 (ICE in invert_truthvalue called on AND operation) 2003-07-10 12:40:10 +00:00
fp-test.c fp-test.c (main): Use ISO C90 prototype. 2003-07-12 13:29:18 +02:00
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c expr.c (expand_assignment): Remove an unused argument SUGGEST_REG. 2003-07-15 05:31:44 +00:00
function.h fold-const.c: Convert prototypes to ISO C90. 2003-07-01 18:20:39 +02:00
future.options
gbl-ctors.h mklibgcc.in (lib2funcs): Remove _exit. 2003-06-07 20:50:54 +02:00
gcc.c Index: ChangeLog 2003-07-11 08:33:21 +00:00
gcc.h gcc.c: Convert prototypes to ISO C90. 2003-07-06 08:15:36 +02:00
gccbug.in gccbug.in: Add PCH to list of categories. 2003-06-25 15:08:26 -06:00
gccspec.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
gcov-dump.c gcov-io.h: Update documentation. 2003-07-10 14:13:01 +00:00
gcov-io.c gcov-io.h: Update documentation. 2003-07-10 14:13:01 +00:00
gcov-io.h c-format.c: Fix comment formatting. 2003-07-12 22:49:48 +00:00
gcov-iov.c gcov-io.h: Update documentation. 2003-07-09 12:12:29 +00:00
gcov.c gcov-io.h: Update documentation. 2003-07-10 14:13:01 +00:00
gcse.c re PR rtl-optimization/11440 (gcc-3.3.1 miscompiles c++ code with -O2, -fno-gcse cures it) 2003-07-14 09:29:44 +00:00
gdbinit.in * gdbinit.in: Update to reflect new identifier structure. 2003-04-28 21:24:06 +00:00
gen-protos.c gen-protos.c (main): Readd unused attribute for argc. 2003-06-01 20:48:38 +02:00
genattr.c genattr.c (internal_dfa_insn_code): Don't prototype. 2003-07-09 00:44:34 +00:00
genattrtab.c genattr.c (internal_dfa_insn_code): Don't prototype. 2003-07-09 00:44:34 +00:00
genattrtab.h genattr.c (internal_dfa_insn_code): Don't prototype. 2003-07-09 00:44:34 +00:00
genautomata.c genattr.c (internal_dfa_insn_code): Don't prototype. 2003-07-09 00:44:34 +00:00
gencheck.c builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on ISO C. 2003-06-16 19:14:22 +00:00
gencodes.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
genconditions.c genattr.c (internal_dfa_insn_code): Output prototype. 2003-07-05 05:27:22 +00:00
genconfig.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
genconstants.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
genemit.c stmt.c: Convert remaining prototypes to ISO C90. 2003-07-06 22:42:56 +02:00
genextract.c genextract.c: Convert remaining prototypes to ISO C90. 2003-07-07 21:11:59 +02:00
genflags.c genextract.c: Convert remaining prototypes to ISO C90. 2003-07-07 21:11:59 +02:00
gengenrtl.c genattr.c (internal_dfa_insn_code): Output prototype. 2003-07-05 05:27:22 +00:00
gengtype-lex.l basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
gengtype-yacc.y gengtype-yacc.y: Improve portability. 2003-04-29 18:51:38 +00:00
gengtype.c genextract.c: Convert remaining prototypes to ISO C90. 2003-07-07 21:11:59 +02:00
gengtype.h genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
genmultilib
genopinit.c genattr.c (internal_dfa_insn_code): Output prototype. 2003-07-05 05:27:22 +00:00
genoutput.c genattr.c (internal_dfa_insn_code): Output prototype. 2003-07-05 05:27:22 +00:00
genpeep.c genattr.c (internal_dfa_insn_code): Output prototype. 2003-07-05 05:27:22 +00:00
genpreds.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
genrecog.c genattr.c (internal_dfa_insn_code): Output prototype. 2003-07-05 05:27:22 +00:00
gensupport.c system.h: Include filenames.h. 2003-07-03 04:24:01 +00:00
gensupport.h genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
ggc-common.c ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *. 2003-07-02 00:12:23 +00:00
ggc-none.c ggc.h: Convert to ISO C90 prototypes. 2003-06-07 20:35:35 +02:00
ggc-page.c ggc-page.c (extra_order_size_table): Insns have 9 slots. 2003-07-14 13:36:56 +00:00
ggc-simple.c alloc-pool.c: Don't check HAVE_LONG_DOUBLE. 2003-06-17 14:10:01 +00:00
ggc.h ggc.h, [...]: Use rtx' instead of struct rtx_def *'... 2003-07-10 11:38:18 +00:00
glimits.h
global.c gcc.c: Convert prototypes to ISO C90. 2003-07-06 08:15:36 +02:00
gmon.c
graph.c gcc.c: Convert prototypes to ISO C90. 2003-07-06 08:15:36 +02:00
graph.h gcc.c: Convert prototypes to ISO C90. 2003-07-06 08:15:36 +02:00
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c gthr-gnat.c: Remove #undef UNUSED. 2003-05-30 00:43:08 +00:00
gthr-gnat.h gthr-gnat.c: Remove #undef UNUSED. 2003-05-30 00:43:08 +00:00
gthr-posix.h
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-vxworks.h
gthr-win32.h gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zero value, not just if defined. 2003-05-21 22:16:08 +00:00
gthr.h
haifa-sched.c gcc.c: Convert prototypes to ISO C90. 2003-07-06 08:15:36 +02:00
hard-reg-set.h
hashtable.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
hashtable.h Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
hooks.c c-common.h (c_comon_handle_filename, [...]): New. 2003-07-06 19:01:21 +00:00
hooks.h c-common.h (c_comon_handle_filename, [...]): New. 2003-07-06 19:01:21 +00:00
host-default.c
hosthooks-def.h genattrtab.h, [...]: Replace "GNU CC" with "GCC". 2003-03-13 03:51:01 +00:00
hosthooks.h gcc.c: Convert prototypes to ISO C90. 2003-07-06 08:15:36 +02:00
hwint.h hwint.h (HOST_WIDE_INT_PRINT, [...]): New macros. 2003-06-25 19:33:08 +00:00
ifcvt.c gcc.c: Convert prototypes to ISO C90. 2003-07-06 08:15:36 +02:00
input.h gcc.c: Convert prototypes to ISO C90. 2003-07-06 08:15:36 +02:00
insn-addr.h
integrate.c re PR debug/11098 ([dwarf2] g++ doesn't emit complete debugging information for local variables in destructors) 2003-07-15 01:04:21 +00:00
integrate.h ggc.h, [...]: Use rtx' instead of struct rtx_def *'... 2003-07-10 11:38:18 +00:00
intl.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
intl.h intl: New directory; see intl/ChangeLog for details. 2003-07-04 18:18:54 +00:00
jump.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
langhooks-def.h Index: ChangeLog 2003-07-11 08:33:21 +00:00
langhooks.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
langhooks.h ggc.h, [...]: Use rtx' instead of struct rtx_def *'... 2003-07-10 11:38:18 +00:00
LANGUAGES
lcm.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
libfuncs.h libfuncs.h (LTI_setbits, [...]): New. 2003-04-11 12:45:32 -07:00
libgcc2.c re PR middle-end/6578 (-ftrapv doesn't catch multiplication overflow) 2003-07-01 04:04:13 +00:00
libgcc2.h gbl-ctors.h: Add special license exception. 2003-04-22 17:21:04 +00:00
libgcc-std.ver except.c: Revert 04-01 and 04-02 forced-unwind changes. 2003-05-07 15:11:38 -07:00
libgcov.c gcov-io.h: Update documentation. 2003-07-10 14:13:01 +00:00
limitx.h
limity.h
line-map.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
line-map.h * line-map.c, line-map.h: Convert to ISO prototypes. 2003-06-20 05:51:13 +00:00
lists.c convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Compiler" with... 2003-06-16 11:30:25 +00:00
local-alloc.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
longlong.h * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh. 2003-04-02 11:33:22 -08:00
loop-init.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
loop-unroll.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
loop-unswitch.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
loop.c re PR rtl-optimization/9745 ([powerpc] miscompiles libmcrypt (alias problem during loop)) 2003-07-10 23:44:40 -07:00
loop.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
machmode.def builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on ISO C. 2003-06-16 19:14:22 +00:00
machmode.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
main.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
Makefile.in tm.texi (BLOCK_REG_PADDING): Describe. 2003-07-14 14:47:18 +09:30
mips-tdump.c mips-tfile.c: Convert prototypes to ISO C90. 2003-07-07 20:05:22 +02:00
mips-tfile.c bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent stdio calls. 2003-07-08 00:35:52 +00:00
mkconfig.sh * mkconfig.sh: Add multiple inclusion guards to generated headers. 2003-06-21 05:20:05 +00:00
mkdeps.c Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). 2003-07-13 17:34:18 +00:00
mkdeps.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
mkheaders.in
mkinstalldirs
mklibgcc.in mklibgcc.in (lib2funcs): Remove _exit. 2003-06-07 20:50:54 +02:00
mkmap-flat.awk
mkmap-symver.awk
move-if-change
ONEWS re PR other/895 (top of ONEWS needs to be merged into EGCS release notes) 2003-03-29 11:35:07 +00:00
optabs.c optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists, then fall back to cmpstrM. 2003-07-11 23:04:56 +02:00
optabs.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
opts.c c-opts.c (print_help): Remove. 2003-07-15 05:48:16 +00:00
opts.h Makefile.in: Update. 2003-07-08 05:25:39 +00:00
opts.sh Makefile.in (options.h): Depend on Makefile. 2003-07-10 20:42:05 +00:00
output.h ggc.h, [...]: Use rtx' instead of struct rtx_def *'... 2003-07-10 11:38:18 +00:00
params.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
params.def cgraph.c (cgraph_max_uid): New global variable. 2003-07-12 01:07:40 +00:00
params.h genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
postreload.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
predict.c predict.h: Convert to ISO C90 prototypes. 2003-06-08 16:21:54 +02:00
predict.def
predict.h predict.h: Convert to ISO C90 prototypes. 2003-06-08 16:21:54 +02:00
prefix.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
prefix.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
pretty-print.h
print-rtl.c bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent stdio calls. 2003-07-08 00:35:52 +00:00
print-tree.c ggc.h, [...]: Use rtx' instead of struct rtx_def *'... 2003-07-10 11:38:18 +00:00
profile.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
protoize.c fp-test.c (main): Use ISO C90 prototype. 2003-07-12 13:29:18 +02:00
ra-build.c bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
ra-colorize.c basic-block.h: Fix comment typos. 2003-07-01 12:18:01 +00:00
ra-debug.c hwint.h (HOST_WIDE_INT_PRINT, [...]): New macros. 2003-06-25 19:33:08 +00:00
ra-rewrite.c basic-block.h: Fix comment typos. 2003-07-01 12:18:01 +00:00
ra.c
ra.h fp-test.c (main): Use ISO C90 prototype. 2003-07-12 13:29:18 +02:00
read-rtl.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
README-fixinc
README.Portability README.Portability: Move to a new section and obsolete K+R portability issues. 2003-04-19 15:53:44 +00:00
real.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
real.h ggc.h, [...]: Use rtx' instead of struct rtx_def *'... 2003-07-10 11:38:18 +00:00
recog.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
recog.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
reg-stack.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
regclass.c regclass.c (choose_hard_reg_mode): Add third argument. 2003-07-11 15:09:29 +01:00
regmove.c genextract.c: Convert remaining prototypes to ISO C90. 2003-07-07 21:11:59 +02:00
regrename.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
regs.h regclass.c (choose_hard_reg_mode): Add third argument. 2003-07-11 15:09:29 +01:00
reload1.c ggc.h, [...]: Use rtx' instead of struct rtx_def *'... 2003-07-10 11:38:18 +00:00
reload.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
reload.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
reorg.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
resource.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
resource.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
rtl-error.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
rtl.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
rtl.def * rtl.def (NOTE): Do not use padding. 2003-07-11 23:49:43 +00:00
rtl.h cfglayout.c (locator_file): Break out from .... 2003-07-14 21:18:15 +00:00
rtlanal.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
sbitmap.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
sbitmap.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
scan-decls.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
scan-types.sh
scan.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
scan.h scan.h: Convert to ISO C. 2003-06-16 18:24:08 +00:00
sched-deps.c re PR rtl-optimization/11320 (Scheduler bug) 2003-07-15 13:02:21 +00:00
sched-ebb.c re PR rtl-optimization/11320 (Scheduler bug) 2003-07-15 13:02:21 +00:00
sched-int.h re PR rtl-optimization/11320 (Scheduler bug) 2003-07-15 13:02:21 +00:00
sched-rgn.c re PR rtl-optimization/11320 (Scheduler bug) 2003-07-15 13:02:21 +00:00
sched-vis.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
sdbout.c dbxout.c (dbxout_source_line_counter): New global variable. 2003-06-17 08:06:58 +00:00
sdbout.h sdbout.h: Use ISO C90 prototypes. 2003-06-01 17:43:59 +02:00
SERVICE
sibcall.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
simplify-rtx.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
sort-protos
sreal.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
sreal.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
ssa-ccp.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
ssa-dce.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
ssa.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
ssa.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
stab.def
stack.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
stmt.c expr.c (expand_assignment): Remove an unused argument SUGGEST_REG. 2003-07-15 05:31:44 +00:00
stor-layout.c stor-layout.c (compute_record_mode): Remove very obsolete test that forces BLKmode for records with fields crossing... 2003-07-13 13:12:28 -04:00
stringpool.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
sys-protos.h
sys-types.h
system.h system.h: Poison MAP_CHARACTER. 2003-07-08 15:10:16 +00:00
target-def.h target-def.h: Remove usage of OBJECT_FORMAT_ROSE. 2003-06-29 20:34:38 +02:00
target.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
timevar.c basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
timevar.def cgraph.c (cgraph_node_name): New function. 2003-07-09 01:20:24 +00:00
timevar.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
tlink.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
toplev.c re PR other/11123 (Some option names are truncated in gcc --help -v) 2003-07-13 20:31:33 +00:00
toplev.h Index: ChangeLog 2003-07-11 08:33:21 +00:00
tracer.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
tree-dump.c re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit') 2003-06-18 05:58:55 +00:00
tree-dump.h predict.h: Convert to ISO C90 prototypes. 2003-06-08 16:21:54 +02:00
tree-inline.c cgraph.c (cgraph_max_uid): New global variable. 2003-07-12 01:07:40 +00:00
tree-inline.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
tree.c c-common.c (c_common_type_for_mode): Handle V4DFmode. 2003-07-15 05:44:30 +00:00
tree.def Index: ChangeLog 2003-07-11 08:33:21 +00:00
tree.h c-common.c (c_common_type_for_mode): Handle V4DFmode. 2003-07-15 05:44:30 +00:00
tsystem.h tsystem.h (abort): Declare in inhibit_libc case to remove build warnings for addvsi3, et.al. 2003-06-13 21:52:02 +00:00
typeclass.h
unroll.c unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and REG_EQUIV notes as well. 2003-07-08 09:26:27 +02:00
unwind-c.c Patch from Gunther Nikl. 2003-06-27 17:02:30 -07:00
unwind-dw2-fde-darwin.c unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects and unseen_objects from the global data before calling... 2003-07-14 23:04:30 +00:00
unwind-dw2-fde-glibc.c * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback):Remove usage of 2003-06-04 07:41:31 +02:00
unwind-dw2-fde.c unwind-dw2-fde.c (__register_frame_info_bases): Check for null begin parameter (as well as pointer to null). 2003-04-18 18:43:28 -04:00
unwind-dw2-fde.h
unwind-dw2.c unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly to _Unwind_SetGRPtr(). 2003-05-13 06:49:46 +00:00
unwind-libunwind.c * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New. 2003-05-07 18:15:40 -07:00
unwind-pe.h unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE. 2003-06-14 03:08:12 +00:00
unwind-sjlj.c except.c: Revert 04-01 and 04-02 forced-unwind changes. 2003-05-07 15:11:38 -07:00
unwind.h except.c: Revert 04-01 and 04-02 forced-unwind changes. 2003-05-07 15:11:38 -07:00
unwind.inc except.c: Revert 04-01 and 04-02 forced-unwind changes. 2003-05-07 15:11:38 -07:00
value-prof.c basic-block.h: Fix comment typos. 2003-07-01 12:18:01 +00:00
value-prof.h basic-block.h: Fix comment typos. 2003-07-01 12:18:01 +00:00
varasm.c varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of TRANSLATION_UNIT_DECL as top_level. 2003-07-11 21:20:18 +00:00
varray.c * varray.c (varray_check_failed): Fix typo. 2003-07-06 19:01:47 +02:00
varray.h ggc.h, [...]: Use rtx' instead of struct rtx_def *'... 2003-07-10 11:38:18 +00:00
version.c Daily bump. 2003-07-15 00:16:07 +00:00
version.h
vmsdbg.h
vmsdbgout.c unroll.c: Convert prototypes to ISO C90. 2003-07-06 18:53:24 +02:00
xcoffout.c unroll.c: Convert prototypes to ISO C90. 2003-07-06 18:53:24 +02:00
xcoffout.h unroll.c: Convert prototypes to ISO C90. 2003-07-06 18:53:24 +02:00

Copyright (C) 2000, 2003 Free Software Foundation, Inc.

This file is intended to contain a few notes about writing C code
within GCC so that it compiles without error on the full range of
compilers GCC needs to be able to compile on.

The problem is that many ISO-standard constructs are not accepted by
either old or buggy compilers, and we keep getting bitten by them.
This knowledge until know has been sparsely spread around, so I
thought I'd collect it in one useful place.  Please add and correct
any problems as you come across them.

I'm going to start from a base of the ISO C89 standard, since that is
probably what most people code to naturally.  Obviously using
constructs introduced after that is not a good idea.

The first section of this file deals strictly with portability issues,
the second with common coding pitfalls, and the third with obsolete
K+R portability issues.


			Portability Issues
			==================

String literals
---------------

Some SGI compilers choke on the parentheses in:-

const char string[] = ("A string");

This is unfortunate since this is what the GNU gettext macro N_
produces.  You need to find a different way to code it.

Some compilers like MSVC++ have fairly low limits on the maximum
length of a string literal; 509 is the lowest we've come across.  You
may need to break up a long printf statement into many smaller ones.


Empty macro arguments
---------------------

ISO C (6.8.3 in the 1990 standard) specifies the following:

If (before argument substitution) any argument consists of no
preprocessing tokens, the behavior is undefined.

This was relaxed by ISO C99, but some older compilers emit an error,
so code like

#define foo(x, y) x y
foo (bar, )

needs to be coded in some other way.


free and realloc
----------------

Some implementations crash upon attempts to free or realloc the null
pointer.  Thus if mem might be null, you need to write

  if (mem)
    free (mem);


Trigraphs
---------

You weren't going to use them anyway, but some otherwise ISO C
compliant compilers do not accept trigraphs.


Suffixes on Integer Constants
-----------------------------

You should never use a 'l' suffix on integer constants ('L' is fine),
since it can easily be confused with the number '1'.


			Common Coding Pitfalls
			======================

errno
-----

errno might be declared as a macro.


Implicit int
------------

In C, the 'int' keyword can often be omitted from type declarations.
For instance, you can write

  unsigned variable;

as shorthand for

  unsigned int variable;

There are several places where this can cause trouble.  First, suppose
'variable' is a long; then you might think

  (unsigned) variable

would convert it to unsigned long.  It does not.  It converts to
unsigned int.  This mostly causes problems on 64-bit platforms, where
long and int are not the same size.

Second, if you write a function definition with no return type at
all:

  operate (int a, int b)
  {
    ...
  }

that function is expected to return int, *not* void.  GCC will warn
about this.

Implicit function declarations always have return type int.  So if you
correct the above definition to

  void
  operate (int a, int b)
  ...

but operate() is called above its definition, you will get an error
about a "type mismatch with previous implicit declaration".  The cure
is to prototype all functions at the top of the file, or in an
appropriate header.

Char vs unsigned char vs int
----------------------------

In C, unqualified 'char' may be either signed or unsigned; it is the
implementation's choice.  When you are processing 7-bit ASCII, it does
not matter.  But when your program must handle arbitrary binary data,
or fully 8-bit character sets, you have a problem.  The most obvious
issue is if you have a look-up table indexed by characters.

For instance, the character '\341' in ISO Latin 1 is SMALL LETTER A
WITH ACUTE ACCENT.  In the proper locale, isalpha('\341') will be
true.  But if you read '\341' from a file and store it in a plain
char, isalpha(c) may look up character 225, or it may look up
character -31.  And the ctype table has no entry at offset -31, so
your program will crash.  (If you're lucky.)

It is wise to use unsigned char everywhere you possibly can.  This
avoids all these problems.  Unfortunately, the routines in <string.h>
take plain char arguments, so you have to remember to cast them back
and forth - or avoid the use of strxxx() functions, which is probably
a good idea anyway.

Another common mistake is to use either char or unsigned char to
receive the result of getc() or related stdio functions.  They may
return EOF, which is outside the range of values representable by
char.  If you use char, some legal character value may be confused
with EOF, such as '\377' (SMALL LETTER Y WITH UMLAUT, in Latin-1).
The correct choice is int.

A more subtle version of the same mistake might look like this:

  unsigned char pushback[NPUSHBACK];
  int pbidx;
  #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
  #define get(c) (pbidx ? pushback[--pbidx] : getchar())
  ...
  unget(EOF);

which will mysteriously turn a pushed-back EOF into a SMALL LETTER Y
WITH UMLAUT.


Other common pitfalls
---------------------

o Expecting 'plain' char to be either sign or unsigned extending

o Shifting an item by a negative amount or by greater than or equal to
  the number of bits in a type (expecting shifts by 32 to be sensible
  has caused quite a number of bugs at least in the early days).

o Expecting ints shifted right to be sign extended.

o Modifying the same value twice within one sequence point.

o Host vs. target floating point representation, including emitting NaNs
  and Infinities in a form that the assembler handles.

o qsort being an unstable sort function (unstable in the sense that
  multiple items that sort the same may be sorted in different orders
  by different qsort functions).

o Passing incorrect types to fprintf and friends.

o Adding a function declaration for a module declared in another file to
  a .c file instead of to a .h file.


			K+R Portability Issues
			======================

Unary +
-------

K+R C compilers and preprocessors have no notion of unary '+'.  Thus
the following code snippet contained 2 portability problems.

int x = +2;  /* int x = 2;  */
#if +1       /* #if 1  */
#endif


Pointers to void
----------------

K+R C compilers did not have a void pointer, and used char * as the
pointer to anything.  The macro PTR is defined as either void * or
char * depending on whether you have a standards compliant compiler or
a K+R one.  Thus

  free ((void *) h->value.expansion);

should have been written

  free ((PTR) h->value.expansion);

Further, an initial investigation indicates that pointers to functions
returning void were okay.  Thus the example given by "Calling
functions through pointers to functions" below appeared not to cause a
problem.


String literals
---------------

K+R C did not allow concatenation of string literals like

  "This is a " "single string literal".


signed keyword
--------------

The signed keyword did not exist in K+R compilers; it was introduced
in ISO C89, so you could not use it.  In both K+R and standard C,
unqualified char and bitfields may be signed or unsigned.  There is no
way to portably declare signed chars or signed bitfields.

All other arithmetic types are signed unless you use the 'unsigned'
qualifier.  For instance, it was safe to write

  short paramc;

instead of

  signed short paramc;

If you have an algorithm that depends on signed char or signed
bitfields, you had to find another way to write it before it could be
integrated into GCC.


Function prototypes
-------------------

You need to provide a function prototype for every function before you
use it, and functions had to be defined K+R style.  The function
prototype should have used the PARAMS macro, which takes a single
argument.  Therefore the parameter list had to be enclosed in
parentheses.  For example,

int myfunc PARAMS ((double, int *));

int
myfunc (var1, var2)
     double var1;
     int *var2;
{
  ...
}

This implies that if the function takes no arguments, it had to be
declared and defined as follows:

int myfunc PARAMS ((void));

int
myfunc ()
{
  ...
}

You also had to use PARAMS when referring to function protypes in
other circumstances, for example see "Calling functions through
pointers to functions" below.

Variable-argument functions are best described by example:-

void cpp_ice PARAMS ((cpp_reader *, const char *msgid, ...));

void
cpp_ice VPARAMS ((cpp_reader *pfile, const char *msgid, ...))
{
  VA_OPEN (ap, msgid);
  VA_FIXEDARG (ap, cpp_reader *, pfile);
  VA_FIXEDARG (ap, const char *, msgid);

  ...
  VA_CLOSE (ap);
}

See ansidecl.h for the definitions of the above macros and more.

One aspect of using K+R style function declarations, is you could not
have arguments whose types are char, short, or float, since without
prototypes (ie, K+R rules), these types are promoted to int, int, and
double respectively.

Calling functions through pointers to functions
-----------------------------------------------

K+R C compilers require parentheses around the dereferenced function
pointer expression in the call, whereas ISO C relaxes the syntax.  For
example

typedef void (* cl_directive_handler) PARAMS ((cpp_reader *, const char *));
      *p->handler (pfile, p->arg);

had to become

      (*p->handler) (pfile, p->arg);


Macros
------

The rules under K+R C and ISO C for achieving stringification and
token pasting are quite different.  Therefore some macros have been
defined which will get it right depending upon the compiler.

  CONCAT2(a,b) CONCAT3(a,b,c) and CONCAT4(a,b,c,d)

will paste the tokens passed as arguments.  You must not leave any
space around the commas.  Also,

  STRINGX(x)

will stringify an argument; to get the same result on K+R and ISO
compilers x should not have spaces around it.


Passing structures by value
---------------------------

You had to avoid passing structures by value, either to or from
functions.  It seems some K+R compilers handle this differently or not
at all.


Enums
-----

In K+R C, you had to cast enum types to use them as integers, and some
compilers in particular give lots of warnings for using an enum as an
array index.


Bitfields
---------

See also "signed keyword" above.  In K+R C only unsigned int bitfields
were defined (i.e. unsigned char, unsigned short, unsigned long.
Using plain int/short/long was not allowed).


Reserved Keywords
-----------------

K+R C has "entry" as a reserved keyword, so you had to not use it for
your variable names.


Type promotions
---------------

K+R used unsigned-preserving rules for arithmetic expresssions, while
ISO uses value-preserving.  This means an unsigned char compared to an
int is done as an unsigned comparison in K+R (since unsigned char
promotes to unsigned) while it is signed in ISO (since all of the
values in unsigned char fit in an int, it promotes to int).


Suffixes on Integer Constants
-----------------------------

K+R C did not accept a 'u' suffix on integer constants.  If you wanted
to declare a constant to be be unsigned, you had to use an explicit
cast.