gcc/gcc
Jan Hubicka f08545a8f2 c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlinable; do not check the body.
* c-objc-common.c (c_cannot_inline_tree_fn): Warn
	on why function is not inlinable; do not check
	the body.
	(inline_forbidden_p): Move to...
	* tree-inline.c (inline_forbidden_p_1): ... here; Add warnings;
	deal with alloca, longjmp.
	(inline_forbidden_p): New static function.
	(find_alloca_call_1, find_alloca_call, find_builtin_longjmp_call_1,
	find_builtin_longjmp_call): Kill.

From-SVN: r71283
2003-09-10 23:45:05 +00:00
..
ada misc.c: Include "target.h". 2003-09-04 15:12:49 +00:00
config re PR target/11965 (invalid assembler code for a shift << 32 operation) 2003-09-10 12:59:36 +00:00
cp cgraph.h (struct cgraph_node): Rename lowered to analyzed. 2003-09-10 12:16:20 -07:00
doc darwin.h (LINK_SPEC): Pass -nofixprebinding to linker. 2003-09-09 17:43:38 -07:00
f c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. 2003-09-01 05:06:25 +00:00
fixinc inclhack.def: Remove special cases for unsupported PTX 1 and PTX 2 (including... 2003-08-29 18:40:42 +00:00
ginclude re PR c++/11072 (Implementation of offsetof macro) 2003-07-02 14:30:53 +00:00
java cgraphunit.c (cgraph_finalize_function): Remove unused argument. 2003-09-09 20:06:32 -07:00
objc cgraph.c (cgraph_mark_reachable_node): Split out from ... 2003-09-04 21:24:30 -07:00
po Makefile.in: Depend .pot generation on options.c. 2003-07-17 20:29:40 +00:00
testsuite re PR target/11965 (invalid assembler code for a shift << 32 operation) 2003-09-10 12:59:36 +00:00
treelang treetree.c: Convert remaining K&R prototypes to ISO C90. 2003-07-28 06:39:29 +02:00
.cvsignore
ABOUT-GCC-NLS
COPYING
COPYING.LIB
ChangeLog c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlinable; do not check the body. 2003-09-10 23:45:05 +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.9 fix date typo 2003-07-24 17:18:40 +00:00
ChangeLog.lib
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES
Makefile.in except.c: Include cgraph.h. 2003-09-09 17:09:09 -07:00
ONEWS
README-fixinc
README.Portability
SERVICE
aclocal.m4 configure.in (make_compare_target): Move test to ... 2003-08-12 22:35:22 +00:00
alias.c re PR rtl-optimization/11319 (loop miscompiled on ppc32) 2003-08-11 22:28:45 -07:00
alloc-pool.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
alloc-pool.h alloc-pool.c: Convert to ISO C90 prototypes. 2003-06-15 15:43:32 +02:00
attribs.c stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN for FIELD_DECLs. 2003-08-20 08:24:18 -04:00
basic-block.h Makefile.in (ifcvt.o): Add cfgloop.h. 2003-07-18 22:52:05 +00:00
bb-reorder.c basic-block.h (create_basic_block, [...]): Kill. 2003-07-03 18:40:29 +00:00
bitmap.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
bitmap.h alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
bt-load.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
builtin-attrs.def builtin-attrs.def: Fix comment formatting. 2003-08-22 06:25:09 +00:00
builtin-types.def builtin-types.def (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE, [...]): New. 2003-09-09 03:29:18 +00:00
builtins.c builtins.c (real_dconstp, [...]): New, split out from fold_builtin. 2003-09-09 22:10:32 +00:00
builtins.def builtin-types.def (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE, [...]): New. 2003-09-09 03:29:18 +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 langhooks-def.h (lhd_register_builtin_type): New function. 2003-09-09 03:35:31 +00:00
c-common.def
c-common.h langhooks-def.h (lhd_register_builtin_type): New function. 2003-09-09 03:35:31 +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 cgraphunit.c (cgraph_finalize_function): Remove unused argument. 2003-09-09 20:06:32 -07:00
c-dump.c c-aux-info.c: Convert to ISO C99. 2003-06-19 21:43:59 +02:00
c-errors.c c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_declaration_after_statement. 2003-07-28 20:03:25 +00:00
c-format.c c-common.c: Don't undefine GCC_DIAG_STYLE. 2003-07-18 23:05:53 +00:00
c-incpath.c Makefile.in (LIBCPP_DEPS): Add HASHTAB_H. 2003-07-29 22:26:13 +00:00
c-incpath.h c-aux-info.c: Convert to ISO C99. 2003-06-19 21:43:59 +02:00
c-lang.c langhooks-def.h (lhd_register_builtin_type): New function. 2003-09-09 03:35:31 +00:00
c-lex.c c.opt: Introduce -fworking-directory. 2003-08-05 21:15:57 +00:00
c-objc-common.c c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlinable; do not check the body. 2003-09-10 23:45:05 +00:00
c-opts.c PR c++/10538, PR c/5582 2003-08-19 13:29:01 -07:00
c-parse.in Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency. 2003-09-03 14:57:29 +00:00
c-pch.c c-common.c (allow_pch): Remove. 2003-07-29 23:36:53 +00:00
c-ppoutput.c c-ppoutput.c (cb_line_change): Don't skip line changing while parsing macro arguments in the top-level context. 2003-08-04 16:49:38 +00:00
c-pragma.c c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME when it's not needed. 2003-07-21 20:53:07 +00:00
c-pragma.h c-pragma.h (HANDLE_PRAGMA_WEAK): Always define to SUPPORTS_WEAK. 2003-07-16 17:25:15 +01:00
c-pretty-print.c re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static) 2003-09-07 18:52:53 +00:00
c-pretty-print.h re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static) 2003-09-07 18:52:53 +00:00
c-semantics.c function.h (struct function): Add rtl_inline_init, saved_for_inline. 2003-08-29 15:44:05 -07:00
c-tree.h Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency. 2003-09-03 14:57:29 +00:00
c-typeck.c targhooks.c: New file. 2003-09-03 23:18:05 -04:00
c.opt PR c++/10538, PR c/5582 2003-08-19 13:29:01 -07:00
caller-save.c alloc-pool.c: Fix comment formatting. 2003-06-29 13:53:12 +00:00
calls.c re PR target/12070 (ICE converting between double and long double with -msoft-float) 2003-09-06 21:50:20 +00:00
cfg.c * cfg.c (dump_edge_info): Add name of loop_exit edge flag. 2003-08-14 18:18:42 +00:00
cfganal.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
cfgbuild.c cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of finding the note again. 2003-09-02 08:46:21 +00:00
cfgcleanup.c * cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch. 2003-09-07 16:23:41 +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 builtins.c: Fix comment typos. 2003-08-19 23:22:00 +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 alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
cfgloop.h bt-load.c: Fix comment typos. 2003-07-05 15:17:36 +00:00
cfgloopanal.c builtins.c: Fix comment typos. 2003-08-19 23:22:00 +00:00
cfgloopmanip.c cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible flag correctly. 2003-07-24 18:54:26 +00:00
cfgrtl.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
cgraph.c cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated finalization. 2003-09-09 00:31:39 +00:00
cgraph.h cgraph.h (struct cgraph_node): Rename lowered to analyzed. 2003-09-10 12:16:20 -07:00
cgraphunit.c cgraph.h (struct cgraph_node): Rename lowered to analyzed. 2003-09-10 12:16:20 -07:00
collect2.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
collect2.h collect2.h: Convert prototypes to ISO C90. 2003-06-29 14:07:06 +02:00
combine.c combine.c (combine_simplify_rtx): Don't convert -(A*B) into (-A)*B if we care about sign-dependent rounding. 2003-09-07 20:32:16 +00:00
common.opt toplev.c (flag_rounding_math): New global variable. 2003-09-03 20:57:31 +00:00
conditions.h
config.build fragments.texi, [...]: Mention new file config.build. 2003-08-31 19:00:39 +00:00
config.gcc Oops - I forgot to commit the change to this file along with the v850e1 patch yesterday. 2003-09-05 15:34:46 +00:00
config.guess
config.host config.host: New file. 2003-09-01 17:30:41 +00:00
config.in re PR target/12101 (i386 Solaris no longer works with GNU as?) 2003-09-04 21:38:59 +00:00
configure configure.in: Change usage of 'head' to 'sed 1q'. 2003-09-10 00:13:11 +00:00
configure.in configure.in: Change usage of 'head' to 'sed 1q'. 2003-09-10 00:13:11 +00:00
conflict.c avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset. 2003-08-11 21:47:39 +00:00
convert.c c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. 2003-09-01 05:06:25 +00:00
convert.h collect2.h: Convert prototypes to ISO C90. 2003-06-29 14:07:06 +02:00
coretypes.h
coverage.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
coverage.h
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 cpperror.c (print_location): Don't check for !pfile->buffer. 2003-08-27 17:21:34 -07:00
cppexp.c * cppexp.c (parse_defined): Warn only if -pedantic. 2003-08-03 12:23:46 +00:00
cppfiles.c cppfiles.c (stack_file): Correctly pass return_at_eof parameter to cpp_push_buffer. 2003-08-21 08:57:51 -07:00
cpphash.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
cpphash.h Copy over from cs branch: 2003-08-26 15:53:22 -07:00
cppinit.c c-common.c: Fix comment formatting. 2003-08-19 21:04:38 +00:00
cpplex.c Fix (hopefully temporary) for breakage caused by my 08-21 patch. 2003-08-28 18:07:42 -07:00
cpplib.c cppfiles.c (struct _cpp_file): Rename once_only_next to next_file. 2003-08-02 16:29:46 +00:00
cpplib.h Copy over from cs branch: 2003-08-26 15:53:22 -07:00
cppmacro.c hashtable.c (approx_sqrt): Make static. 2003-07-22 16:24:53 +00:00
cpppch.c cpppch.c (cpp_valid_state): Re-add warning about PCH not used because some macro is defined. 2003-08-20 04:04:47 +00:00
cppspec.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
cpptrad.c Fix (hopefully temporary) for breakage caused by my 08-21 patch. 2003-08-28 18:07:42 -07: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
cse.c re PR inline-asm/11676 (operand to volatile asm incorrectly removed) 2003-07-26 08:53:14 -07:00
cselib.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
cselib.h cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
cstamp-h.in
dbxout.c c.opt: Introduce -fworking-directory. 2003-08-05 21:15:57 +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 alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
df.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
df.h basic-block.h: Fix comment typos. 2003-07-01 12:18:01 +00:00
diagnostic.c * diagnostic.c (warn_deprecated_use): Move to toplev.c 2003-09-07 11:59:52 +00:00
diagnostic.def re PR c++/11531 (ICE on invalid code (returning to void)) 2003-07-15 23:31:52 +00:00
diagnostic.h builtin-attrs.def: Fix comment formatting. 2003-08-22 06:25:09 +00:00
dojump.c builtins.c (expand_builtin_mathfn): Use get_callee_fndecl. 2003-08-20 15:27:49 -04:00
doloop.c cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
dominance.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
doschk.c
dummy-conditions.c
dwarf.h
dwarf2.h
dwarf2asm.c dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix into account. 2003-08-11 14:45:50 +01:00
dwarf2asm.h basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
dwarf2out.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
dwarf2out.h cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
dwarfout.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
emit-rtl.c builtins.c (real_dconstp, [...]): New, split out from fold_builtin. 2003-09-09 22:10:32 +00:00
errors.c
errors.h
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: Include cgraph.h. 2003-09-09 17:09:09 -07: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 re PR rtl-optimization/1823 (-ftrapv aborts with pointer difference due to division optimization) 2003-09-05 18:28:48 +00:00
expr.c expr.c (expand_operands): New function to expand an operand pair. 2003-09-07 20:34:13 +00:00
expr.h targhooks.c: New file. 2003-09-03 23:18:05 -04:00
final.c targhooks.c: New file. 2003-09-03 23:18:05 -04:00
fix-header.c cppinit.c (cpp_read_main_file): Split out source-independent initialization to separate function ... 2003-08-09 15:14:07 -07:00
fixproto
flags.h toplev.c (flag_rounding_math): New global variable. 2003-09-03 20:57:31 +00:00
flow.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
fold-const.c builtins.c (real_dconstp, [...]): New, split out from fold_builtin. 2003-09-09 22:10:32 +00:00
fp-test.c fp-test.c (main): Use ISO C90 prototype. 2003-07-12 13:29:18 +02:00
function.c targhooks.c: New file. 2003-09-03 23:18:05 -04:00
function.h function.h (struct function): Add rtl_inline_init, saved_for_inline. 2003-08-29 15:44:05 -07:00
future.options
gbl-ctors.h
gcc.c * gcc.c (process_command): Fix typo. 2003-09-04 06:30:02 +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 alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00: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 combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes. 2003-07-30 19:23:34 +00:00
gcov-iov.c gcov-io.h: Update documentation. 2003-07-09 12:12:29 +00:00
gcov.c gcov.c (typedef struct arc_info): New field cs_count. 2003-08-27 21:13:17 +00:00
gcse.c gcse.c (expr_equiv_p): Don't consider anything to be equal to volatile mem. 2003-09-06 17:05:02 +00:00
gdbinit.in
gen-protos.c
genattr.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
genattrtab.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
genattrtab.h genattr.c (internal_dfa_insn_code): Don't prototype. 2003-07-09 00:44:34 +00:00
genautomata.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +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
genconditions.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
genconfig.c
genconstants.c
genemit.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
genextract.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00: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.c gengtype.c (walk_type): Process a subobject before processing the pointer that points to the subobject. 2003-08-14 03:10:49 +00:00
gengtype.h
genmultilib
genopinit.c genattr.c (internal_dfa_insn_code): Output prototype. 2003-07-05 05:27:22 +00:00
genoutput.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
genpeep.c genattr.c (internal_dfa_insn_code): Output prototype. 2003-07-05 05:27:22 +00:00
genpreds.c
genrecog.c avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset. 2003-08-11 21:47:39 +00:00
gensupport.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
gensupport.h
ggc-common.c ggc-common.c (init_ggc_heuristics): Don't use the heuristics when gc checking is enabled. 2003-09-06 15:06:36 +00:00
ggc-none.c
ggc-page.c builtins.c: Fix comment typos. 2003-08-19 23:22:00 +00:00
ggc-simple.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
ggc.h re PR c/10962 (lookup_field is a linear search on a linked list (can be slow if large struct)) 2003-07-16 11:45:56 -07:00
glimits.h
global.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
gmon.c
graph.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00: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.h
gthr-posix.c re PR bootstrap/9330 ([alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix problem) 2003-07-31 12:01:07 +00:00
gthr-posix.h re PR bootstrap/9330 ([alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix problem) 2003-07-31 12:01:07 +00:00
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-vxworks.h
gthr-win32.h
gthr.h
haifa-sched.c builtins.c: Fix comment typos. 2003-08-19 23:22:00 +00:00
hard-reg-set.h targhooks.c: New file. 2003-09-03 23:18:05 -04:00
hashtable.c hashtable.c (ht_expand): Avoid calculating rehash for the common case that the first probe hits an empty... 2003-08-22 22:29:17 +00:00
hashtable.h * tree.h (get_identifier) Define a macro form of get_identifier 2003-08-08 20:23:06 +00:00
hooks.c c-common.c (allow_pch): Remove. 2003-07-29 23:36:53 +00:00
hooks.h c-common.c (allow_pch): Remove. 2003-07-29 23:36:53 +00:00
host-default.c
hosthooks-def.h c-common.c (allow_pch): Remove. 2003-07-29 23:36:53 +00:00
hosthooks.h c-common.c (allow_pch): Remove. 2003-07-29 23:36:53 +00:00
hwint.h hwint.h (HOST_WIDE_INT_PRINT, [...]): New macros. 2003-06-25 19:33:08 +00:00
ifcvt.c Makefile.in (ifcvt.o): Depend on target.h 2003-07-26 19:38:42 +01:00
input.h c-common.c: Fix comment formatting. 2003-08-19 21:04:38 +00:00
insn-addr.h
integrate.c targhooks.c: New file. 2003-09-03 23:18:05 -04:00
integrate.h ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'... 2003-07-10 11:38:18 +00:00
intl.c
intl.h * intl.h (N_): Remove parentheses. 2003-09-04 00:04:02 +00:00
jump.c alias.c: Fix comment formatting. 2003-07-22 23:15:30 +00:00
langhooks-def.h cgraph.h (struct cgraph_node): Rename lowered to analyzed. 2003-09-10 12:16:20 -07:00
langhooks.c cgraph.h (struct cgraph_node): Rename lowered to analyzed. 2003-09-10 12:16:20 -07:00
langhooks.h cgraph.h (struct cgraph_node): Rename lowered to analyzed. 2003-09-10 12:16:20 -07:00
lcm.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
libfuncs.h
libgcc-std.ver libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. 2003-09-04 12:47:46 +02:00
libgcc2.c re PR middle-end/6578 (-ftrapv doesn't catch multiplication overflow) 2003-07-01 04:04:13 +00:00
libgcc2.h
libgcov.c libgcov.c (gcov_exit): Cleanup and fix. 2003-08-02 10:30:48 +00:00
limitx.h
limity.h
line-map.c cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>". 2003-07-30 06:43:33 +00:00
line-map.h c-common.c: Fix comment formatting. 2003-08-19 21:04:38 +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 * local-alloc.c (combine_regs): Fix comment typo. 2003-08-07 08:24:55 +00:00
longlong.h * longlong.h (umul_ppmm): Add ColdFire support. 2003-08-21 03:11:42 +02: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 loop.c (loop_regs_update): Delete else clause for PATTERN rtx and simplify. 2003-09-06 22:21:35 -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
mips-tdump.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
mips-tfile.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
mkconfig.sh * mkconfig.sh: Add multiple inclusion guards to generated headers. 2003-06-21 05:20:05 +00:00
mkdeps.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
mkdeps.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
mkheaders.in Makefile.tpl (libsubdir): Use gcc instead of gcc-lib. 2003-07-31 23:36:43 +00:00
mkinstalldirs * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version. 2003-07-30 01:37:07 +00:00
mklibgcc.in mklibgcc.in (libcc.a): Depend on stmp-dirs. 2003-09-08 23:48:58 +00:00
mkmap-flat.awk
mkmap-symver.awk libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. 2003-09-04 12:47:46 +02:00
move-if-change
optabs.c cfgcleanup.c: Fix comment typos. 2003-08-22 07:03:15 +00:00
optabs.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
opts.c opts.c (decode_options): Enable unit-at-a-time at -O2. 2003-09-05 05:36:47 +00:00
opts.h c-common.c: Fix comment formatting. 2003-08-19 21:04:38 +00:00
opts.sh common.opt: Document --param. 2003-07-19 08:13:58 +00:00
output.h re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get inlined) 2003-07-30 17:27:17 +00:00
params.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
params.def opts.c (decode_options): Enable unit-at-a-time at -O2. 2003-09-05 05:36:47 +00:00
params.h
postreload.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
predict.c
predict.def
predict.h
prefix.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
prefix.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
pretty-print.c builtins.c: Fix comment typos. 2003-08-19 23:22:00 +00:00
pretty-print.h pretty-print.h (pp_maybe_newline_and_indent): New macro. 2003-08-25 19:10:50 +00:00
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 tree.h (DID_INLINE_FUNC): Remove macro. 2003-08-05 14:11:53 +00:00
profile.c libgcov.c (gcov_exit): Cleanup and fix. 2003-08-02 10:30:48 +00:00
protoize.c * protoize.c (substr): Delete, callers changed to `strstr'. 2003-08-14 06:04:46 +00:00
ra-build.c cfgcleanup.c: Fix comment typos. 2003-08-22 07:03:15 +00:00
ra-colorize.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
ra-debug.c hwint.h (HOST_WIDE_INT_PRINT, [...]): New macros. 2003-06-25 19:33:08 +00:00
ra-rewrite.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
ra.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
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
real.c * real.c (do_multiply): Initialize with memset. 2003-08-27 17:28:15 -04:00
real.h builtins.c (real_dconstp, [...]): New, split out from fold_builtin. 2003-09-09 22:10:32 +00:00
recog.c builtin-attrs.def: Fix comment formatting. 2003-08-22 06:25:09 +00:00
recog.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
reg-stack.c targhooks.c: New file. 2003-09-03 23:18:05 -04:00
regclass.c regclass.c (init_reg_modes): Make non-static. 2003-08-13 18:47:31 -07:00
regmove.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
regrename.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
regs.h regclass.c (choose_hard_reg_mode): Add third argument. 2003-07-11 15:09:29 +01:00
reload.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
reload.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
reload1.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
reorg.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
resource.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00: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 combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes. 2003-07-30 19:23:34 +00:00
rtl.def * rtl.def (NOTE): Do not use padding. 2003-07-11 23:49:43 +00:00
rtl.h targhooks.c: New file. 2003-09-03 23:18:05 -04:00
rtlanal.c * rtlanal.c (may_trap_p): Simplify an integer comparison. 2003-08-24 09:02:32 +00:00
sbitmap.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00: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 Prevent interblock move of CC0 setter. 2003-07-31 07:56:36 +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 * sched-rgn.c (find_rgns): Initialize current_edge correctly. 2003-07-19 22:03:37 +00:00
sched-vis.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
sdbout.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
sdbout.h
sibcall.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
simplify-rtx.c re PR rtl-optimization/11700 ([M68K] ICE in subreg_hard_regno) 2003-09-04 01:53:01 +00: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 alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
ssa-dce.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
ssa.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00: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 targhooks.c: New file. 2003-09-03 23:18:05 -04:00
stor-layout.c targhooks.c: New file. 2003-09-03 23:18:05 -04:00
stringpool.c * tree.h (get_identifier) Define a macro form of get_identifier 2003-08-08 20:23:06 +00:00
sys-protos.h
sys-types.h
system.h calls.c (emit_library_call_value_1): Remove code related to LIBGCC_NEEDS_DOUBLE. 2003-08-23 18:03:06 +00:00
target-def.h targhooks.c: New file. 2003-09-03 23:18:05 -04:00
target.h targhooks.c: New file. 2003-09-03 23:18:05 -04:00
targhooks.c * targhooks.c: Add comment explaining the migration process. 2003-09-04 22:12:29 -04:00
targhooks.h targhooks.c: New file. 2003-09-03 23:18:05 -04:00
timevar.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00: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 alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
toplev.c toplev.c (rest_of_compilation): Call split_all_insns before regstack if optimizing but not scheduling after reload. 2003-09-08 09:23:34 +02:00
toplev.h c-decl.c (c_expand_body_1): Push and pop function context here. 2003-09-08 08:56:27 -07:00
tracer.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
tree-dump.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
tree-dump.h
tree-inline.c c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlinable; do not check the body. 2003-09-10 23:45:05 +00:00
tree-inline.h tree.h (DID_INLINE_FUNC): Remove macro. 2003-08-05 14:11:53 +00:00
tree-optimize.c c-decl.c (c_expand_body_1): Push and pop function context here. 2003-09-08 08:56:27 -07:00
tree.c builtin-types.def (BT_INT_PTR, [...]): New. 2003-08-28 22:00:45 +00:00
tree.def c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. 2003-09-01 05:06:25 +00:00
tree.h targhooks.c: New file. 2003-09-03 23:18:05 -04: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 re PR rtl-optimization/11536 ([strength-reduce] -O2 optimalization produces wrong code) 2003-07-21 16:52:38 +00:00
unwind-c.c unwind-c.c: Add libgcc-style exception. 2003-08-19 20:53:24 +00: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.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
unwind-dw2-fde.h
unwind-dw2.c unwind-c.c: Add libgcc-style exception. 2003-08-19 20:53:24 +00:00
unwind-libunwind.c
unwind-pe.h unwind-c.c: Add libgcc-style exception. 2003-08-19 20:53:24 +00:00
unwind-sjlj.c unwind-c.c: Add libgcc-style exception. 2003-08-19 20:53:24 +00:00
unwind.h libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. 2003-09-04 12:47:46 +02:00
unwind.inc unwind-c.c: Add libgcc-style exception. 2003-08-19 20:53:24 +00:00
value-prof.c builtins.c: Fix comment typos. 2003-08-19 23:22:00 +00:00
value-prof.h combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes. 2003-07-30 19:23:34 +00:00
varasm.c * varasm.c (notice_global_symbol): Properly deal with weak symbols. 2003-09-09 13:37:17 +00:00
varray.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00: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-09-10 00:16:07 +00:00
version.h
vmsdbg.h
vmsdbgout.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
xcoffout.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
xcoffout.h unroll.c: Convert prototypes to ISO C90. 2003-07-06 18:53:24 +02:00

README.Portability

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.