8sa1-gcc/gcc
Ranjit Mathew edf74484b2 java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a local variable was initialised upon declaration.
* java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a
	local variable was initialised upon declaration.
	* parse.y (declare_local_variables): Set DECL_LOCAL_FINAL_IUD if
	variable was final and initialised upon declaration.
	* check-init.c (check_final_reassigned): Give error only if a blank
	final is not definitely unassigned or if an initialised final is
	reassigned.
	(check_bool_init): Respect JLS2 16.1.7 requirements for boolean
	assignment expressions. Remove case MODIFY_EXPR, label do_default.
	(check_init): Perform initialised-variable-removing-optimisation
	only on non-final local variables.

Co-Authored-By: Per Bothner <per@bothner.com>

From-SVN: r82416
2004-05-29 05:11:41 +00:00
..
ada [multiple changes] 2004-05-27 15:09:26 +02:00
config re PR target/15720 (function marked inline which is called directly isn't emitted) 2004-05-28 19:55:23 -07:00
cp re PR c++/15471 (Incorrect member pointer offsets in anonymous structs/unions) 2004-05-28 23:34:39 +00:00
doc re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
fixinc inclhack.def (svr4_profil): Don't apply on IRIX 5/6. 2004-05-03 15:19:16 +00:00
fortran Typo in last patch. 2004-05-29 01:24:15 +00:00
ginclude re PR c++/13275 (Implementation of offsetof macro) 2003-12-16 16:09:23 +00:00
java java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a local variable was initialised upon declaration. 2004-05-29 05:11:41 +00:00
objc c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_hooks.foo. 2004-05-15 23:07:53 +00:00
po * fr.po: Update. 2004-05-26 10:20:56 +01:00
testsuite altivec-10.C: New test. 2004-05-29 01:50:59 +00:00
treelang gcc.c (combine_flag): New global variable, for new driver option. 2004-04-05 12:23:27 -07:00
.cvsignore * .cvsignore: Add GPATH, GRTAGS, GSYMS and GTAGS (GNU GLOBAL) 2004-03-30 18:18:59 +09:30
ABOUT-GCC-NLS
aclocal.m4 Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
alias.c alias.c (init_alias_analysis): Use ggc_calloc instead of xrealloc. 2004-05-25 11:10:41 -07:00
alloc-pool.c alloc-pool.c: Fix comment typos. 2004-01-31 17:47:43 +00:00
alloc-pool.h alloc-pool.h, [...]: Update copyright. 2004-02-04 19:15:30 +00:00
attribs.c re PR c++/14587 (Multiple inheriance/DLL testcase (g++.dg/ext/dllexport-MI1.C) failures) 2004-04-30 18:26:48 -04:00
basic-block.h basic-block.h (life_analysis, [...]): Update prototypes. 2004-05-15 09:39:30 +00:00
bb-reorder.c bb-reoder.c (connect_traces): Free cold_traces at the end. 2004-05-13 14:44:20 -07:00
bitmap.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
bitmap.h alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
bt-load.c basic-block.h (life_analysis, [...]): Update prototypes. 2004-05-15 09:39:30 +00:00
builtin-attrs.def Fix typo. 2004-05-11 20:59:12 +00:00
builtin-types.def Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
builtins.c re PR tree-optimization/14197 (Wrong code for bcopy/memmove (string-asm-2.c)) 2004-05-24 16:37:17 +00:00
builtins.def * builtins.def (__builtin_expect): Mark the function as const&nothrow. 2004-05-25 16:25:47 +00:00
c-aux-info.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
c-common.c fix typo in last commit.... 2004-05-28 22:18:24 +00:00
c-common.def Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
c-common.h c-common.c (c_estimate_num_insns_1): Kill. 2004-05-28 13:32:20 -07:00
c-config-lang.in
c-convert.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
c-cppbuiltin.c builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. 2004-03-31 22:50:43 -05:00
c-decl.c function.cc: New. 2004-05-28 21:56:59 +00:00
c-dump.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
c-errors.c
c-format.c intl.h (open_quote, [...]): New. 2004-05-24 20:28:20 +01:00
c-gimplify.c c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_hooks.foo. 2004-05-15 23:07:53 +00:00
c-incpath.c c.opt (Wmissing-include-dirs): New. 2004-05-22 12:39:35 +10:00
c-incpath.h c.opt (Wmissing-include-dirs): New. 2004-05-22 12:39:35 +10:00
c-lang.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
c-lex.c target-supports.exp (check-iconv-available): New function. 2004-02-27 02:01:10 +00:00
c-mudflap.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
c-objc-common.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
c-opts.c c.opt (Wmissing-include-dirs): New. 2004-05-22 12:39:35 +10:00
c-parse.in c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_hooks.foo. 2004-05-15 23:07:53 +00:00
c-pch.c re PR pch/13419 (Clarification of invoke.texi requested) 2004-04-08 23:41:09 +00:00
c-ppoutput.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
c-pragma.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
c-pragma.h target-supports.exp (check-iconv-available): New function. 2004-02-27 02:01:10 +00:00
c-pretty-print.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
c-pretty-print.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
c-semantics.c c-semantics.c (emit_local_var): Remove code for DECL_INITIAL. 2004-05-28 20:51:05 -07:00
c-tree.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
c-typeck.c re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
c.opt c.opt (Wmissing-include-dirs): New. 2004-05-22 12:39:35 +10:00
caller-save.c alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new rtx class codes... 2004-03-03 08:35:33 +00:00
calls.c calls.c (initialize_argument_information): Forbid sibcalls if a callee-copied argument is stored in the current function's... 2004-05-22 10:43:56 +00:00
cfg.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
cfganal.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
cfgbuild.c * cfgbuild.c (control_flow_insn_p): Notice noreturn call 2004-05-27 12:56:30 +00:00
cfgcleanup.c * cfgcleanup.c (try_optimize_cfg): Do not merge across jumptables. 2004-05-26 22:30:19 +00:00
cfghooks.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
cfghooks.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
cfglayout.c ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
cfglayout.h ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
cfgloop.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
cfgloop.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
cfgloopanal.c cfgloopmanip.c (scale_bbs_frequencies): Use RDIV macro 2004-04-22 21:46:48 +00:00
cfgloopmanip.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
cfgrtl.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
cgraph.c [multiple changes] 2004-05-22 18:16:39 +00:00
cgraph.h [multiple changes] 2004-05-22 18:16:39 +00:00
cgraphunit.c [multiple changes] 2004-05-22 18:16:39 +00:00
ChangeLog c-semantics.c (emit_local_var): Remove code for DECL_INITIAL. 2004-05-28 20:51:05 -07:00
ChangeLog.0
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7 ChangeLog.7: Fix comment typos. 2003-11-21 06:52:23 +00:00
ChangeLog.8 Rotate ChangeLog 2004-01-01 00:32:08 +00:00
ChangeLog.9
ChangeLog.10 Fix typo: FIRST_PSEOUDO_REGISTER -> FIRST_PSEUDO_REGISTER 2004-03-02 01:14:08 +01:00
ChangeLog.lib
ChangeLog.tree-ssa Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
collect2.c system.h (SUNOS4_SHARED_LIBRARIES): Poison. 2004-03-10 00:17:36 +00:00
collect2.h
combine.c combine.c (gen_binary): Remove. 2004-05-27 08:28:31 +00:00
common.opt ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
conditions.h
config.build
config.gcc config.gcc: Remove --enable-altivec support. 2004-05-03 21:29:15 +00:00
config.host re PR target/14548 (building Ada library incorrectly requires collect2 on mingw) 2004-04-05 03:58:46 +00:00
config.in Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
configure configure.ac: Remove --enable-tree-browser option. 2004-05-27 20:47:36 +01:00
configure.ac configure.ac: Remove --enable-tree-browser option. 2004-05-27 20:47:36 +01:00
conflict.c basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. 2003-12-11 00:20:51 +00:00
convert.c convert.c (convert_to_integer): Make a CONVERT_EXPR when there is a need to generate code instead of a NOP_EXPR. 2004-05-13 08:20:24 -07:00
convert.h
COPYING
COPYING.LIB
coretypes.h
coverage.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
coverage.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
cppdefault.c
cppdefault.h
cppspec.c
crtstuff.c alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
cse.c Makefile.in (OBJS): Add rtlhooks.o. 2004-05-25 12:04:17 +00:00
cselib.c cselib.h (struct elt_loc_list): Remove canon_loc field. 2004-04-22 19:47:47 +02:00
cselib.h cselib.h (struct elt_loc_list): Remove canon_loc field. 2004-04-22 19:47:47 +02:00
cstamp-h.in
dbxout.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
dbxout.h
ddg.c New files for implementing sms in gcc. 2004-05-25 12:58:32 +00:00
ddg.h New files for implementing sms in gcc. 2004-05-25 12:58:32 +00:00
debug.c debug.h (struct gcc_debug_hooks): Add type_decl field. 2004-02-12 21:42:28 +00:00
debug.h debug.h (struct gcc_debug_hooks): Add type_decl field. 2004-02-12 21:42:28 +00:00
defaults.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
df.c ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
df.h ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
diagnostic.c Patch from Richard Guenther. 2004-04-29 22:29:23 -07:00
diagnostic.def
diagnostic.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
dojump.c re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
dominance.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
domwalk.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
domwalk.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
dummy-conditions.c
dwarf2.h dwarf2.h, [...]: Add multiple-include guard. 2004-01-08 07:50:46 +00:00
dwarf2asm.c dwarf2asm.c, [...]: Update copyright. 2004-03-24 23:45:50 +00:00
dwarf2asm.h
dwarf2out.c tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this label is for eh. 2004-05-19 02:11:42 +00:00
dwarf2out.h
dwarf.h
emit-rtl.c rtl.h (skip_consecutive_labels): Declare. 2004-05-28 06:27:31 +00:00
errors.c
errors.h
et-forest.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
et-forest.h c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
except.c except.c: Revert change of 2004-05-26. 2004-05-28 02:14:02 +01:00
except.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
explow.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
expmed.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
expr.c re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
expr.h c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_hooks.foo. 2004-05-15 23:07:53 +00:00
final.c * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) 2004-05-19 01:28:56 +00:00
fix-header.c fix-header.c (read_scan_file): Update for add_path change. 2004-05-22 08:55:53 +00:00
fixproto
flags.h ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
flow.c basic-block.h (life_analysis, [...]): Update prototypes. 2004-05-15 09:39:30 +00:00
fold-const.c re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c re PR tree-optimization/15454 (tree-ccp generates wrong code for nested functions) 2004-05-20 10:37:02 -07:00
function.h Multiple fixes: PRs 14692, 15274 and 15463 2004-05-19 17:53:45 +00:00
gbl-ctors.h
gcc.c gcc.c (struct prefix_list): Add forward declaration. 2004-05-24 07:19:22 +00:00
gcc.h invoke.texi (Directory Options): Document -iquote. 2004-05-05 12:20:33 +00:00
gccbug.in
gccspec.c
gcov-dump.c
gcov-io.c convert.c, [...]: Update copyright. 2004-02-23 17:02:51 +00:00
gcov-io.h gcov-io.h (__gcov_fork, [...]): Do not declare when inhibit_libc is defined. 2004-04-25 16:38:07 +00:00
gcov-iov.c
gcov.c gcc.c (process_command): Allow translation of the copyright symbol but not the rest of the copyright message. 2004-02-20 06:46:42 +00:00
gcse.c passes.c (rest_of_handle_null_pointer): Remove. 2004-05-14 15:35:11 +00:00
gdbinit.in Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
gen-protos.c
genattr.c c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
genattrtab.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
genattrtab.h
genautomata.c c-objc-common.c (): Fix a typo in a warning. 2004-02-08 19:45:46 +00:00
gencheck.c
gencodes.c
genconditions.c alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
genconfig.c alloc-pool.h, [...]: Update copyright. 2004-02-04 19:15:30 +00:00
genconstants.c
genemit.c re PR target/14040 (ARM cross compiler: error: could not split insn) 2004-04-01 23:30:25 +00:00
genextract.c alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, 2004-01-31 02:07:12 +00:00
genflags.c alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
gengenrtl.c
gengtype-lex.l Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
gengtype-yacc.y Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
gengtype.c Makefile.in (GTFILES): Add $(srcdir)/reload.h. 2004-05-20 12:45:26 +01:00
gengtype.h gengtype.c (create_option): New function. 2004-03-30 19:19:06 +00:00
genmodes.c genmodes.c: Change the word "bitsize" to "precision" throughout. 2003-11-06 08:38:52 +00:00
genmultilib genmultilib: Change '=' to '-' when translating option names to directory names. 2004-03-04 22:04:38 +00:00
genopinit.c optabs.h (enum optab_index): Add new OTI_log1p. 2004-05-07 07:38:21 +02:00
genoutput.c genoutput.c (process_template): Strip trailing whitespace in @ templates and issue a warning if there was any. 2004-02-22 19:39:06 +01:00
genpeep.c
genpreds.c
genrecog.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
gensupport.c re PR target/14040 (ARM cross compiler: error: could not split insn) 2004-04-01 23:30:25 +00:00
gensupport.h
ggc-common.c c-common.c, [...]: Fix comment typos. 2004-03-20 05:21:41 +00:00
ggc-none.c c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
ggc-page.c bt-load.c, [...]: Remove unnecessary casts. 2004-03-22 02:57:27 +00:00
ggc-zone.c ggc-zone.c (ggc_alloc_zone_1): Add MEM_STAT_DECL parameter. 2004-05-04 08:20:31 +00:00
ggc.h ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistics transparent. 2004-03-03 11:25:51 +00:00
gimple-low.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
gimplify.c gimplify.c (compare_case_labels): New function. 2004-05-26 22:36:49 +00:00
glimits.h
global.c global.c (global_alloc): Call make_accurate_live_analysis. 2004-05-25 19:15:07 +00:00
gmon.c
graph.c alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
graph.h
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c
gthr-gnat.h
gthr-posix.c gthr-posix.h: Check for _POSIX_PRIORITY_SCHEDULING when checking for... 2004-05-28 13:18:23 -07:00
gthr-posix.h gthr-posix.h: Check for _POSIX_PRIORITY_SCHEDULING when checking for... 2004-05-28 13:18:23 -07:00
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-vxworks.h
gthr-win32.h gthr-win32.h (__gthread_mutex_t): Change typedef to new structure. 2004-04-27 21:38:05 +00:00
gthr.h
haifa-sched.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
hard-reg-set.h
hooks.c hooks.c (hook_constcharptr_tree_null): New hook. 2004-03-24 00:13:33 +00:00
hooks.h hooks.c (hook_constcharptr_tree_null): New hook. 2004-03-24 00:13:33 +00:00
host-default.c
hosthooks-def.h c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
hosthooks.h c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
hwint.h
ifcvt.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
input.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
insn-addr.h
integrate.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
integrate.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
intl.c intl.h (open_quote, [...]): New. 2004-05-24 20:28:20 +01:00
intl.h intl.h (open_quote, [...]): New. 2004-05-24 20:28:20 +01:00
jump.c rtl.h (skip_consecutive_labels): Declare. 2004-05-28 06:27:31 +00:00
langhooks-def.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
langhooks.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
langhooks.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
LANGUAGES
lcm.c alloc-pool.h, [...]: Update copyright. 2004-02-04 19:15:30 +00:00
libada-mk.in libada-mk.in: New file. 2004-04-15 03:31:46 +00:00
libfuncs.h
libgcc2.c re PR other/15526 (-ftrapv aborts on 0 * (-1)) 2004-05-20 01:43:20 +02:00
libgcc2.h alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
libgcc-darwin.ver config.gcc (powerpc-*-darwin*): Add libgcc build specification file. 2003-11-19 06:17:15 +01:00
libgcc-std.ver
libgcov.c Makefile.in (LIBGCOV): Add _gcov_fork... 2004-04-23 22:50:16 +00:00
limitx.h
limity.h
lists.c gengtype.c (create_option): New function. 2004-03-30 19:19:06 +00:00
local-alloc.c cse.c (cse_end_of_basic_block): Make static. 2004-03-05 10:17:40 +00:00
longlong.h config.gcc, linux.h: Implement with-cpu for m68k-linux. 2004-03-16 05:12:25 +01:00
loop-doloop.c loop-doloop.c (doloop_valid_p): Make sure that body gets freed. 2004-05-07 07:17:33 -07:00
loop-init.c cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00:00
loop-iv.c Multiple fixes: PRs 14692, 15274 and 15463 2004-05-19 17:53:45 +00:00
loop-unroll.c toplev.c (dump_file_tbl): Rename from dump_file. 2004-02-24 15:40:03 -08:00
loop-unswitch.c Multiple fixes: PRs 14692, 15274 and 15463 2004-05-19 17:53:45 +00:00
loop.c doloop.c: Removed. 2004-03-18 16:42:34 +00:00
loop.h dwarf2asm.c, [...]: Update copyright. 2004-03-24 23:45:50 +00:00
machmode.def genmodes.c: Change the word "bitsize" to "precision" throughout. 2003-11-06 08:38:52 +00:00
machmode.h genmodes.c: Change the word "bitsize" to "precision" throughout. 2003-11-06 08:38:52 +00:00
main.c
Makefile.in Makefile.in (top_builddir): Define to . 2004-05-25 20:16:56 +00:00
mips-tdump.c
mips-tfile.c gcc.c (process_command): Don't internationalize the Copyright message. 2004-01-24 10:09:48 +00:00
mkconfig.sh
mkheaders.in
mklibgcc.in * mklibgcc.in: Remove obsolete MAYBE_USE_COLLECT2. 2004-03-19 03:32:07 +00:00
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
modulo-sched.c New files for implementing sms in gcc. 2004-05-25 12:58:32 +00:00
ONEWS
optabs.c optabs.c (expand_unop): Try implementing negation using subtraction from zero. 2004-05-17 06:50:51 +00:00
optabs.h optabs.h (enum optab_index): Add new OTI_log1p. 2004-05-07 07:38:21 +02:00
opts.c ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
opts.h
opts.sh
output.h tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this label is for eh. 2004-05-19 02:11:42 +00:00
params.c
params.def ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
params.h ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
passes.c ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
postreload.c cfgcleanup.c (thread_jump): Update call of cselib_init. 2004-03-04 16:28:50 +00:00
predict.c re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
predict.def Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
predict.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
prefix.c * prefix.c: Update copyright year for previous check-in. 2004-05-15 15:16:44 +00:00
prefix.h
pretty-print.c intl.h (open_quote, [...]): New. 2004-05-24 20:28:20 +01:00
pretty-print.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
print-rtl.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
print-tree.c tree.def (documentation): Remove mention of class 'b'. 2004-05-14 02:33:00 +00:00
profile.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
protoize.c
ra-build.c bb-reorder.c, [...]: Update copyright. 2004-02-27 14:50:47 +00:00
ra-colorize.c c-incpath.c, [...]: Update copyright. 2004-03-15 18:20:51 +00:00
ra-debug.c ra-debug.c (ra_print_rtx): Add break's to case legs. 2004-04-15 13:29:40 -04:00
ra-rewrite.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
ra.c Makefile.in (GTFILES): Add $(srcdir)/reload.h. 2004-05-20 12:45:26 +01:00
ra.h alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
read-rtl.c read-rtl.c (read_rtx): Allow 's' and 'T' strings to be omitted, treating missing ones as "". 2004-05-10 18:35:43 +00:00
README-fixinc
README.Portability README.Portability: Change "ISO C89" to "ISO C90". 2004-02-08 20:55:34 +00:00
real.c re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
real.h real.h (struct real_value): Use the same type for all bitfields. 2004-03-22 00:40:44 +00:00
recog.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
recog.h recog.c (validate_replace_src): Remove. 2004-02-26 23:39:29 +00:00
reg-stack.c reg-stack.c (nan): Rename to ... 2004-05-19 15:27:12 -07:00
regclass.c alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new rtx class codes... 2004-03-03 08:35:33 +00:00
regmove.c c-common.c, [...]: Fix comment typos. 2004-03-20 05:21:41 +00:00
regrename.c basic-block.h (life_analysis, [...]): Update prototypes. 2004-05-15 09:39:30 +00:00
regs.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
reload1.c Makefile.in (GTFILES): Add $(srcdir)/reload.h. 2004-05-20 12:45:26 +01:00
reload.c Makefile.in (GTFILES): Add $(srcdir)/reload.h. 2004-05-20 12:45:26 +01:00
reload.h Makefile.in (GTFILES): Add $(srcdir)/reload.h. 2004-05-20 12:45:26 +01:00
reorg.c rtl.h (skip_consecutive_labels): Declare. 2004-05-28 06:27:31 +00:00
resource.c alloc-pool.h, [...]: Update copyright. 2004-02-04 19:15:30 +00:00
resource.h re PR target/13256 (strict_low_part mistreated in delay slots) 2003-12-05 11:53:56 +00:00
rtl-error.c
rtl-profile.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
rtl.c basic-block.h (struct edge_def): Add new field, crossing_edge. 2004-04-09 12:57:47 -07:00
rtl.def Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
rtl.h rtl.h (skip_consecutive_labels): Declare. 2004-05-28 06:27:31 +00:00
rtlanal.c Makefile.in (OBJS): Add rtlhooks.o. 2004-05-25 12:04:17 +00:00
rtlhooks-def.h Makefile.in (OBJS): Add rtlhooks.o. 2004-05-25 12:04:17 +00:00
rtlhooks.c Makefile.in (OBJS): Add rtlhooks.o. 2004-05-25 12:04:17 +00:00
sbitmap.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
sbitmap.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
scan-decls.c cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00:00
scan-types.sh
scan.c
scan.h cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00:00
sched-deps.c alias.c (alias_invariant, [...]): Mark GTY. 2004-03-24 16:58:57 -08:00
sched-ebb.c * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data. 2004-02-08 09:40:17 +00:00
sched-int.h convert.c, [...]: Update copyright. 2004-02-23 17:02:51 +00:00
sched-rgn.c params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New. 2004-03-22 17:05:05 -05:00
sched-vis.c alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). 2004-03-20 04:52:59 +00:00
sdbout.c sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not TYPE_FIELDS. 2004-04-16 14:40:04 -04:00
sdbout.h
SERVICE
simplify-rtx.c combine.c (gen_binary): Remove. 2004-05-27 08:28:31 +00:00
sort-protos
sreal.c
sreal.h
stab.def
stack.h
statistics.h ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistics transparent. 2004-03-03 11:25:51 +00:00
stmt.c gimplify.c (compare_case_labels): New function. 2004-05-26 22:36:49 +00:00
stor-layout.c * stor-layout.c (place_field): Revert erroneous commit. 2004-05-28 19:12:14 -04:00
stringpool.c * stringpool.c: Add comments to PCH saving/restoring routines. 2004-05-28 21:41:42 +00:00
stub-objc.c
sys-protos.h
sys-types.h
system.h Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
target-def.h stor-layout.c (update_alignment_for_field): Use targetm.align_anon_bitfield. 2004-05-14 12:53:11 +00:00
target.h tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this label is for eh. 2004-05-19 02:11:42 +00:00
targhooks.c builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove. 2004-03-02 22:32:27 +00:00
targhooks.h builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove. 2004-03-02 22:32:27 +00:00
timevar.c alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, 2004-01-31 02:07:12 +00:00
timevar.def ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
timevar.h
tlink.c
toplev.c ddg.h, [...]: New files. 2004-05-25 12:55:06 +00:00
toplev.h intl.h (open_quote, [...]): New. 2004-05-24 20:28:20 +01:00
tracer.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-alias-ander.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
tree-alias-ander.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-alias-common.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
tree-alias-common.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-alias-type.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-alias-type.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-browser.c tree.def (documentation): Remove mention of class 'b'. 2004-05-14 02:33:00 +00:00
tree-browser.def Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-cfg.c re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
tree-complex.c re PR tree-optimization/14466 (missed PHI optimization (different types)) 2004-05-14 08:27:37 -07:00
tree-dfa.c c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_hooks.foo. 2004-05-15 23:07:53 +00:00
tree-dump.c Makefile.in (tree-dump.o): Depend on tree-iterator.h. 2004-05-21 12:50:49 -07:00
tree-dump.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-eh.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-flow-inline.h tree-flow-inline.h (num_immediate_uses): Don't abort if DF is NULL. 2004-05-21 11:24:54 -04:00
tree-flow.h toplev.h (flag_delete_null_pointer_checks): Move from here to... 2004-05-17 20:53:55 -06:00
tree-gimple.c gimplify.c (compare_case_labels): New function. 2004-05-26 22:36:49 +00:00
tree-gimple.h re PR tree-optimization/15454 (tree-ccp generates wrong code for nested functions) 2004-05-20 10:37:02 -07:00
tree-inline.c re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
tree-inline.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-into-ssa.c tree-into-ssa.c (prepare_operand_for_rename): New argument is_use. 2004-05-19 14:44:32 -06:00
tree-iterator.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
tree-iterator.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-mudflap.c * tree-mudflap.c: Formatting fixes. 2004-05-20 12:58:46 +00:00
tree-mudflap.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-nested.c re PR tree-optimization/15454 (tree-ccp generates wrong code for nested functions) 2004-05-20 10:37:02 -07:00
tree-nomudflap.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
tree-nrv.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-optimize.c c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_hooks.foo. 2004-05-15 23:07:53 +00:00
tree-outof-ssa.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
tree-pass.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-phinodes.c toplev.h (flag_delete_null_pointer_checks): Move from here to... 2004-05-17 20:53:55 -06:00
tree-pretty-print.c re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
tree-profile.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-sra.c re PR tree-optimization/14466 (missed PHI optimization (different types)) 2004-05-14 08:27:37 -07:00
tree-ssa-alias.c c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_hooks.foo. 2004-05-15 23:07:53 +00:00
tree-ssa-ccp.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
tree-ssa-copy.c Forgot to commit. 2004-05-17 20:55:41 -06:00
tree-ssa-copyrename.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
tree-ssa-dce.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
tree-ssa-dom.c toplev.h (flag_delete_null_pointer_checks): Move from here to... 2004-05-17 20:53:55 -06:00
tree-ssa-dse.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-ssa-forwprop.c tree-ssa-forwprop.c (record_single_argument_cond_exprs): Accept new parameters for the statement and variable worklist as well as a... 2004-05-13 14:55:06 -06:00
tree-ssa-live.c tree-ssa-live.c (calculate_live_on_entry): Ignore virtual variables. 2004-05-13 23:08:55 -06:00
tree-ssa-live.h re PR tree-optimization/14466 (missed PHI optimization (different types)) 2004-05-14 08:27:37 -07:00
tree-ssa-loop.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-ssa-operands.c tree-ssa-operands.c (get_expr_operands): Do not treat malloc attributed functions as pure or const. 2004-05-17 21:25:32 +00:00
tree-ssa-operands.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-ssa-phiopt.c tree-ssa-phiopt.c (value_replacement): Handle the case where the desired edge out of COND_BLOCK reaches OTHER_BLOCK... 2004-05-19 12:31:35 -06:00
tree-ssa-pre.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
tree-ssa.c tree-gimple.c: Rename from tree-simple.c. 2004-05-13 22:29:32 -04:00
tree-ssanames.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
tree-tailcall.c basic-block.h (life_analysis, [...]): Update prototypes. 2004-05-15 09:39:30 +00:00
tree.c tree.c (array_type_nelts, [...]): Replace build with build2. 2004-05-21 00:54:35 +00:00
tree.def re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) 2004-05-28 16:37:08 +00:00
tree.h * tree.h: Fix comment typo. 2004-05-26 23:22:04 +00:00
tsystem.h tsystem.h: Add the prototype of strlen. 2003-11-05 05:17:16 +00:00
typeclass.h
unroll.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
unwind-c.c
unwind-dw2-fde-darwin.c unwind-dw2.c (_Unwind_FindEnclosingFunction): Constify variable. 2003-11-01 10:59:50 +01:00
unwind-dw2-fde-glibc.c bb-reorder.c, [...]: Update copyright. 2004-02-27 14:50:47 +00:00
unwind-dw2-fde.c unwind-dw2-fde.c (get_cie_encoding): Handle dwarf3 CIE format. 2004-05-20 22:34:58 +00:00
unwind-dw2-fde.h cpperror.c, [...]: Update copyright. 2004-01-22 00:15:25 +00:00
unwind-dw2.c unwind-dw2-fde.c (get_cie_encoding): Handle dwarf3 CIE format. 2004-05-20 22:34:58 +00:00
unwind-pe.h alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
unwind-sjlj.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
unwind.h alias.c, [...]: Update copyright. 2004-01-21 20:40:04 +00:00
unwind.inc
value-prof.c basic-block.h (life_analysis, [...]): Update prototypes. 2004-05-15 09:39:30 +00:00
value-prof.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
var-tracking.c var-tracking.c (variable_different_p): Add a parameter compare_current_location... 2004-04-28 06:00:45 +00:00
varasm.c varasm.c (output_constant): Pass the minimum of the two sizes to assemble_integer. 2004-05-26 05:56:16 +00:00
varray.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
varray.h Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
version.c Daily bump. 2004-05-29 00:16:16 +00:00
version.h
vmsdbg.h
vmsdbgout.c Patch from Bernard Giroud. 2004-05-05 00:31:05 -07:00
web.c basic-block.h (life_analysis, [...]): Update prototypes. 2004-05-15 09:39:30 +00:00
xcoff.h [approved by wilson] 2003-12-02 20:07:25 +11:00
xcoffout.c cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00:00
xcoffout.h cfgloop.h, [...]: Update copyright. 2004-02-18 15:05:17 +00: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 C90 standard, since that is
probably what most people code to naturally.  Obviously using
constructs introduced after that is not a good idea.

For the complete coding style conventions used in GCC, please read
http://gcc.gnu.org/codingconventions.html


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

Irix6 "cc -n32" and OSF4 "cc" have problems with constant string
initializers with parens around it, e.g.

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.