gcc/gcc
Carlos O'Donell 264c41eda5 c-cppbuiltin.c (builtin_define_float_constants): Add fp_cast parameter, pass to builtin_define_with_hex_fp_value.
2005-12-13  Carlos O'Donell <carlos@codesourcery.com>

gcc/

	* c-cppbuiltin.c (builtin_define_float_constants): Add
	fp_cast parameter, pass to builtin_define_with_hex_fp_value.
	Define __FLT_HAS_DENORM__, __DBL_HAS_DENORM__, __LDBL_HAS_DENORM__.
	(builtin_define_with_hex_fp_value): Use fp_cast when building macro.
	(c_cpp_builtins): If flag_single_precision_constant then set fp_cast
	to "((double)%sL)" otherwise "%s".

gcc/testsuite/

	* gcc.dg/single-precision-constant.c: New test.

libstdc++-v3/

	* include/std/std_limits.h (struct numeric_limits):
	Use __DBL_HAS_DENORM__, __FLT_HAS_DENORM__, __LDBL_HAS_DENORM__.

From-SVN: r108458
2005-12-13 05:12:32 +00:00
..
ada Remove dummy setting of GCC_FOR_TARGET, no longer needed. 2005-12-12 12:40:42 +01:00
config bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=gnu for apcs/atpcs. 2005-12-13 01:35:43 +00:00
cp re PR c++/25300 (ICE with g++.dg/template/inherit.C) 2005-12-12 16:29:44 +00:00
doc output.h (init_section, [...]): Delete. 2005-12-10 00:22:11 +00:00
fortran re PR fortran/25078 (EQUILALENCE requires two or more objects) 2005-12-12 20:13:37 +00:00
ginclude
java re PR java/25330 (A race condition in write_classfile) 2005-12-12 07:27:43 -08:00
objc re PR objc/25348 (ICE encoding zero sized struct array) 2005-12-12 15:58:16 -08:00
objcp sourcebuild.texi (all.build, [...]): Remove. 2005-12-07 22:10:30 +10:30
po * zh_CN.po: Update. 2005-12-03 01:02:39 +00:00
testsuite c-cppbuiltin.c (builtin_define_float_constants): Add fp_cast parameter, pass to builtin_define_with_hex_fp_value. 2005-12-13 05:12:32 +00:00
treelang sourcebuild.texi (all.build, [...]): Remove. 2005-12-07 22:10:30 +10:30
ABOUT-GCC-NLS
acinclude.m4 Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET. 2005-10-06 15:24:09 +00:00
aclocal.m4 acinclude.m4: Renamed from aclocal.m4. 2005-09-06 03:23:48 +00:00
alias.c gimplify.c (find_single_pointer_decl_1): New static function. 2005-10-03 08:43:45 +00:00
alias.h
alloc-pool.c
alloc-pool.h
attribs.c
BASE-VER * BASE-VER: Change to 4.2.0. 2005-11-19 05:09:00 +00:00
basic-block.h Preparation for PR rtl-optimization/20070 / part1 2005-12-07 13:31:41 +00:00
bb-reorder.c re PR rtl-optimization/24460 (Profiled bootstrap broken) 2005-10-26 07:03:30 +00:00
bitmap.c aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete. 2005-08-16 00:13:53 +00:00
bitmap.h
bt-load.c bt-load.c (link_btr_uses): Fix uninitialised warnings. 2005-07-19 14:08:32 +10:00
builtin-attrs.def
builtin-types.def
builtins.c re PR middle-end/25158 (FAIL: gcc.c-torture/execute/builtins/fprintf.c compilation) 2005-12-01 02:31:49 +00:00
builtins.def builtins.def (BUILT_IN_PUTC, [...]): New. 2005-12-01 22:46:14 +00:00
c-aux-info.c
c-common.c Index: gcc/ChangeLog 2005-12-05 20:38:37 +00:00
c-common.def
c-common.h re PR c++/14024 (g++ isn't reporting aliasing warnings) 2005-11-24 10:48:15 +00:00
c-config-lang.in
c-convert.c c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a NOP_EXPR. 2005-12-03 18:58:43 +00:00
c-cppbuiltin.c c-cppbuiltin.c (builtin_define_float_constants): Add fp_cast parameter, pass to builtin_define_with_hex_fp_value. 2005-12-13 05:12:32 +00:00
c-decl.c re PR c++/21166 (g++ gives error on reference to packed structure elements) 2005-11-28 10:34:30 +00:00
c-dump.c
c-errors.c
c-format.c re PR c/23103 (gcc_diag does not work with -combine) 2005-10-25 19:15:02 -07:00
c-format.h
c-gimplify.c
c-incpath.c
c-incpath.h
c-lang.c
c-lex.c c-lex.c (pragma_lex): Rename from c_lex. 2005-11-26 14:31:12 -08:00
c-objc-common.c c-objc-common.c (c_cannot_inline_tree_fn): Add warning control to warning calls. 2005-07-22 14:09:37 -04:00
c-objc-common.h c-common.c, [...]: Revert 2005-11-18 lookup_name patch. 2005-11-21 13:27:29 -08:00
c-opts.c re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without warning!) 2005-12-04 19:56:47 +00:00
c-parser.c tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. 2005-12-02 17:09:40 +00:00
c-pch.c c-lex.c (pragma_lex): Rename from c_lex. 2005-11-26 14:31:12 -08:00
c-ppoutput.c re PR preprocessor/21250 (line number 0 for <built-in> causes GAS to complain) 2005-10-14 07:56:45 -07:00
c-pragma.c c-lex.c (pragma_lex): Rename from c_lex. 2005-11-26 14:31:12 -08:00
c-pragma.h c-lex.c (pragma_lex): Rename from c_lex. 2005-11-26 14:31:12 -08:00
c-pretty-print.c c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a NOP_EXPR. 2005-12-03 18:58:43 +00:00
c-pretty-print.h Make CONSTRUCTOR use VEC to store initializers. 2005-07-20 01:19:59 +00:00
c-semantics.c
c-tree.h c-common.c, [...]: Revert 2005-11-18 lookup_name patch. 2005-11-21 13:27:29 -08:00
c-typeck.c c-typeck.c (null_pointer_constant_p): New function. 2005-12-04 23:04:59 +00:00
c.opt * c.opt (ffixed-line-length-none): New. 2005-11-15 14:14:59 -05:00
caller-save.c caller-save.c: (this_insn_sets): Move into: (save_call_clobbered_regs). 2005-11-24 19:08:20 +00:00
calls.c re PR middle-end/24003 (17 ACATS regressions (fixed point or decimal artihmetic)) 2005-11-13 09:55:11 +00:00
cfg.c cfg.c, [...]: Fix comment typos. 2005-07-29 14:52:00 +00:00
cfganal.c bt-load.c (link_btr_uses): Fix uninitialised warnings. 2005-07-19 14:08:32 +10:00
cfgbuild.c
cfgcleanup.c cfgcleanup.c (condjump_equiv_p, [...]): Fix whitespace in vincinity of to-be-installed changes. 2005-12-12 14:55:59 +00:00
cfgexpand.c cfgexpand.c (discover_nonconstant_array_refs_r, [...]): Move here from tree-outof-ssa.c 2005-10-19 16:27:10 +00:00
cfghooks.c bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. 2005-08-24 07:56:56 +00:00
cfghooks.h bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. 2005-08-24 07:56:56 +00:00
cfglayout.c bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. 2005-08-24 07:56:56 +00:00
cfglayout.h bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. 2005-08-24 07:56:56 +00:00
cfgloop.c
cfgloop.h bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. 2005-08-24 07:56:56 +00:00
cfgloopanal.c
cfgloopmanip.c bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. 2005-08-24 07:56:56 +00:00
cfgrtl.c Rewrite fix for PR 17356, fix for enable checking ada build failure. 2005-10-31 15:24:36 -08:00
cgraph.c re PR middle-end/24093 (cgraph exhausts virtual memory building 197.parser with -profile-use -O3) 2005-10-31 21:07:29 +00:00
cgraph.h cgraph.c (cgraph_clone_edge): Make the scale gcov_type. 2005-09-24 12:43:30 +00:00
cgraphunit.c re PR middle-end/24295 (Xorg broken, #pragma weak foo = bar no longer causes bar to be referenced) 2005-10-20 19:30:23 +00:00
ChangeLog c-cppbuiltin.c (builtin_define_float_constants): Add fp_cast parameter, pass to builtin_define_with_hex_fp_value. 2005-12-13 05:12:32 +00:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005 Fix incorrect dates in ChangeLog. 2005-12-07 19:41:37 +00:00
ChangeLog.lib
ChangeLog.tree-ssa Fixup some spacing 2005-12-03 00:20:15 +00:00
collect2.c collect2.c (dup2): Delete. 2005-08-19 01:20:34 +00:00
collect2.h
combine.c re PR target/21017 (ppc 64bit target not using rlwinm) 2005-12-02 16:55:13 +10:30
common.opt re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without warning!) 2005-12-04 19:56:47 +00:00
conditions.h
config.build
config.gcc config.gcc: Do not use fixproto on m68k-elf. 2005-11-29 03:20:19 +00:00
config.host config.host (hppa*-*-hpux*): Change out_host_hook_obj and host_xmake_file. 2005-10-07 17:16:31 +00:00
config.in invoke.texi (RS/6000 and PowerPC Options): Add -mmfcrf, -mpopcntb, -mfprnd. 2005-11-15 00:00:40 -05:00
configure sourcebuild.texi (all.build, [...]): Remove. 2005-12-07 22:10:30 +10:30
configure.ac sourcebuild.texi (all.build, [...]): Remove. 2005-12-07 22:10:30 +10:30
conflict.c
convert.c convert.c (convert_to_integer): Fix compare for nonpositive constant to use tree_int_cst_sgn <= 0. 2005-12-02 09:46:17 +00:00
convert.h
COPYING
COPYING.LIB
coretypes.h coretypes.h: Revert previous change. 2005-12-07 13:25:08 +00:00
coverage.c re PR gcov-profile/20815 (-fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'.") 2005-10-31 18:23:44 +00:00
coverage.h Makefile.in (rtl-profile.o): Kill all traces of it. 2005-07-28 21:48:38 +00:00
cppdefault.c
cppdefault.h
cppspec.c
crtstuff.c crtstuff.c: Undefine gid_t, pid_t, rlim_t, ssize_t, uid_t and vfork after including auto-host.h. 2005-11-15 01:21:29 +00:00
cse.c cse.c (fold_rtx): Typo fix. 2005-11-22 08:29:23 +11:00
cselib.c cse.c (exp_equiv_p): Special case CONST_DOUBLE. 2005-07-28 22:57:44 -07:00
cselib.h
cstamp-h.in
DATESTAMP Daily bump. 2005-12-13 00:17:27 +00:00
dbxout.c alpha.c (alpha_start_function): Use switch_to_section. 2005-12-07 07:53:14 +00:00
dbxout.h
ddg.c bt-load.c (link_btr_uses): Fix uninitialised warnings. 2005-07-19 14:08:32 +10:00
ddg.h
debug.c
debug.h
defaults.h rs6000.h (ASM_OUTPUT_WEAKREF): Define. 2005-11-18 01:55:34 +00:00
DEV-PHASE
df.c * df.c (df_uses_record): Handle SCRATCH. 2005-07-28 01:47:06 +00:00
df.h
dfp.c dfp.h, dfp.c: New files. 2005-12-02 13:30:42 +11:00
dfp.h dfp.h, dfp.c: New files. 2005-12-02 13:30:42 +11:00
diagnostic.c re PR c++/17964 (cpp error messages contain wrong line in C++) 2005-11-03 23:08:18 +00:00
diagnostic.def
diagnostic.h re PR c++/17964 (cpp error messages contain wrong line in C++) 2005-11-03 23:08:18 +00:00
dojump.c dojump.c (do_jump): Handle side-effecting TRUTH_AND_EXPR and TRUTH_OR_EXPR. 2005-10-21 07:28:48 +00:00
dominance.c
domwalk.c
domwalk.h
dummy-checksum.c
dummy-conditions.c
dwarf2.h * dwarf2.h (enum dwarf_type): Add DW_ATE_decimal_float. 2005-11-23 11:07:23 +11:00
dwarf2asm.c dwarf2asm.c (dw2_force_const_mem): Add new parameter 'public'. 2005-11-03 19:57:55 +00:00
dwarf2asm.h dwarf2asm.c (dw2_force_const_mem): Add new parameter 'public'. 2005-11-03 19:57:55 +00:00
dwarf2out.c dwarf2out.c (default_eh_frame_section): Delete, moving handling of EH_FRAME_SECTION_NAME into... 2005-12-10 00:20:16 +00:00
dwarf2out.h
dwarf.h
emit-rtl.c optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly testing GET_MODE_CLASS (x) ==... 2005-11-22 07:53:27 +11:00
emit-rtl.h
errors.c
errors.h toplev.h: Add comment about the first parameter for warning(). 2005-07-19 16:19:16 -04:00
et-forest.c
et-forest.h
except.c except.c (switch_to_exception_section): Only define if TARGET_UNWIND_INFO is not defined. 2005-12-10 17:38:45 +00:00
except.h
explow.c re PR target/23196 (ICE instantiate_virtual_regs_in_insn when -fforce-addr used) 2005-08-02 13:39:24 -07:00
expmed.c expmed.c (div_cost): Replace with... 2005-11-29 03:06:14 +00:00
expr.c * expr.c (force_operand): Use convert_to_mode for conversions. 2005-12-07 23:49:43 +00:00
expr.h re PR middle-end/23714 (ICE in expand_assignment) 2005-10-15 17:07:17 -07:00
final.c alpha.c (alpha_start_function): Use switch_to_section. 2005-12-07 07:53:14 +00:00
fix-header.c
fixproto
flags.h
flow.c flow.c (mark_set_1): Handle CLOBBERs like SETs if the register is live afterwards. 2005-11-09 11:34:56 +00:00
fold-const.c fold-const.c (fold_convert): Do not build and fold CONVERT_EXPR, but always use NOP_EXPR. 2005-12-06 09:12:50 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c re PR middle-end/25176 ([4.0 only] FAIL: Array_3 -O3 execution - bytecode->native test) 2005-12-02 16:45:54 +10:30
function.h Fix uninitialized register read problem. 2005-08-19 14:16:20 -07:00
gbl-ctors.h
gcc.c gcc.c (init_gcc_specs): Match braces inside conditionally compiled strings. 2005-12-07 17:32:35 +10:30
gcc.h
gccbug.in
gccspec.c
gcov-dump.c
gcov-io.c
gcov-io.h
gcov-iov.c
gcov.c
gcse.c gcse.c (hash_scan_set): Look through REG_EQUAL or REG_EQUIV notes also when doing PRE... 2005-11-24 09:47:36 +00:00
gdbinit.in
gen-protos.c
genattr.c re PR rtl-optimization/23898 (basic block reordering excessively increases code size; get_uncond_jump_length pessimistic) 2005-09-20 22:48:36 +01:00
genattrtab.c re PR rtl-optimization/23898 (basic block reordering excessively increases code size; get_uncond_jump_length pessimistic) 2005-09-20 22:48:36 +01:00
genattrtab.h
genautomata.c builtins.c: Fix comment typo(s). 2005-07-28 16:30:00 +00:00
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-yacc.y
gengtype.c alpha.c (alpha_start_function): Use switch_to_section. 2005-12-07 07:53:14 +00:00
gengtype.h
genmddeps.c
genmodes.c dfp.h, dfp.c: New files. 2005-12-02 13:30:42 +11:00
genmultilib
genopinit.c optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly testing GET_MODE_CLASS (x) ==... 2005-11-22 07:53:27 +11:00
genoutput.c
genpeep.c
genpreds.c
genrecog.c genrecog.c (enum decision_type): Add DT_num_insns. 2005-08-27 02:08:29 +00:00
gensupport.c gensupport.c (std_preds): Fixed extraneous false in last change. 2005-11-20 15:02:13 +00:00
gensupport.h
ggc-common.c
ggc-none.c
ggc-page.c ggc-page.c (ggc_push_context): Remove. 2005-09-07 03:50:08 +00:00
ggc-zone.c re PR other/22337 (zone collector does not build) 2005-07-25 08:14:21 -07:00
ggc.h ggc.h (GGC_RESIZEVEC): New. 2005-12-02 12:37:15 +00:00
gimple-low.c tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. 2005-12-02 17:09:40 +00:00
gimplify.c tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_invarant_for_addr_expr. 2005-12-09 14:24:28 -05:00
glimits.h
global.c re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that is also used in EH pad) 2005-09-01 07:29:03 +02:00
graph.c
graph.h
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h Index: gcc/ChangeLog 2005-12-05 20:38:37 +00:00
gthr-gnat.c
gthr-gnat.h
gthr-lynx.h
gthr-nks.h
gthr-posix95.h Index: gcc/ChangeLog 2005-12-05 20:38:37 +00:00
gthr-posix.c
gthr-posix.h Index: gcc/ChangeLog 2005-12-05 20:38:37 +00:00
gthr-rtems.h
gthr-single.h
gthr-solaris.h Index: gcc/ChangeLog 2005-12-05 20:38:37 +00:00
gthr-tpf.h Index: gcc/ChangeLog 2005-12-05 20:38:37 +00:00
gthr-vxworks.h
gthr-win32.h
gthr.h
haifa-sched.c
hard-reg-set.h
hooks.c
hooks.h
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h * hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT. 2005-08-23 15:04:07 +00:00
ifcvt.c ifcvt.c (noce_get_alt_condition): Use prev_nonnote_insn. 2005-11-09 21:34:31 +00:00
input.h
insn-addr.h
insn-notes.def
integrate.c bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. 2005-08-10 09:02:48 +00:00
integrate.h
intl.c
intl.h
ipa-cp.c crtfastmath.c, [...]: Update FSF address. 2005-08-17 03:07:06 +00:00
ipa-inline.c re PR c++/25010 (Segmentation fault (infinite recursion in cgraph_clone_inlined_nodes)) 2005-12-11 04:16:32 +00:00
ipa-prop.c ipa-prop.c (ipa_callsite_compute_param ): Removed obsolete type checking. 2005-11-13 09:08:42 +00:00
ipa-prop.h gimplify.c, [...]: Fix comment typos. 2005-09-06 02:05:07 +00:00
ipa-pure-const.c ipa-pure-const.c (static_execute): Free auxiliar information. 2005-09-16 07:54:03 +00:00
ipa-reference.c pr middle-end/23237 2005-09-12 15:46:35 +00:00
ipa-reference.h ipa-pure-const.c, [...]: Update FSF address. 2005-07-26 12:29:15 +00:00
ipa-type-escape.c ipa-type-escape.c (analyze_variable): Use gcc_assert instead of abort. 2005-12-08 15:46:09 +00:00
ipa-type-escape.h ipa-pure-const.c, [...]: Update FSF address. 2005-07-26 12:29:15 +00:00
ipa-utils.c ipa-pure-const.c, [...]: Update FSF address. 2005-07-26 12:29:15 +00:00
ipa-utils.h ipa-pure-const.c, [...]: Update FSF address. 2005-07-26 12:29:15 +00:00
ipa.c
jump.c bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. 2005-08-10 09:02:48 +00:00
lambda-code.c tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build. 2005-12-02 14:40:40 +00:00
lambda-mat.c
lambda-trans.c
lambda.h lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing whether the data_dependence_relation... 2005-11-05 16:50:47 +00:00
langhooks-def.h c-common.c, [...]: Revert 2005-11-18 lookup_name patch. 2005-11-21 13:27:29 -08:00
langhooks.c re PR debug/23190 (debug info omitted for uninitialized variables (stabs)) 2005-09-08 17:47:05 -07:00
langhooks.h tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_invarant_for_addr_expr. 2005-12-09 14:24:28 -05:00
LANGUAGES
lcm.c
libada-mk.in
libfuncs.h
libgcc2.c libgcc2.c (__popcountSI2): Don't use wide type for iterator and result. 2005-12-05 08:34:25 +00:00
libgcc2.h fp-bit.c (clzusi): New function. 2005-11-22 00:38:30 +00:00
libgcc-std.ver fp-bit.c (clzusi): New function. 2005-11-22 00:38:30 +00:00
libgcov.c
limitx.h
limity.h
lists.c
local-alloc.c re PR rtl-optimization/22509 (elemental.f90 testsuite failure (-fweb)) 2005-11-11 13:38:07 +00:00
longlong.h re PR other/13873 (gcc/longlong.h uses test for PPC) 2005-12-06 20:25:04 +10:30
loop-doloop.c loop-doloop.c (add_test): Only add jump notes if we did emit a jump. 2005-11-30 11:12:36 +00:00
loop-init.c bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. 2005-08-10 09:02:48 +00:00
loop-invariant.c loop-invariant.c: Include tm_p.h. 2005-11-14 14:52:15 +00:00
loop-iv.c loop-iv.c (iv_number_of_iterations): Fix overflow check for loops that count down. 2005-08-31 17:25:36 +00:00
loop-unroll.c re PR rtl-optimization/24497 (internal compiler error: in apply_opt_in_copies, at loop-unroll.c:2122) 2005-11-18 10:31:45 +00:00
loop-unswitch.c
loop.c optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly testing GET_MODE_CLASS (x) ==... 2005-11-22 07:53:27 +11:00
machmode.def dfp.h, dfp.c: New files. 2005-12-02 13:30:42 +11:00
machmode.h dfp.h, dfp.c: New files. 2005-12-02 13:30:42 +11:00
main.c
Makefile.in tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code. 2005-12-12 12:59:16 -07:00
mips-tdump.c
mips-tfile.c aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete. 2005-08-16 00:13:53 +00:00
mkconfig.sh
mklibgcc.in mklibgcc.in: Parameterise the script to build soft float functions by iterating over each... 2005-12-01 14:39:45 +11:00
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def dfp.h, dfp.c: New files. 2005-12-02 13:30:42 +11:00
mode-switching.c re PR target/23706 (ICE in rtl_verify_flow_info_1) 2005-10-06 10:06:12 -07:00
modulo-sched.c bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. 2005-08-24 07:56:56 +00:00
ONEWS
opt-functions.awk
opt-gather.awk
optabs.c * optabs.c (expand_vec_cond_expr): Use EXPAND_NORMAL. 2005-12-01 14:49:31 -08:00
optabs.h expr.c (expand_expr_real): Use usmul_optab for widening signed * unsigned multiplies. 2005-11-20 18:49:18 +00:00
optc-gen.awk
opth-gen.awk
opts.c * opts.c (decode_options): Fix typo in message. 2005-12-06 11:27:09 +00:00
opts.h
output.h output.h (init_section, [...]): Delete. 2005-12-10 00:22:11 +00:00
params.c
params.def invoke.texi (large-unit-insns): Document. 2005-11-15 12:27:33 +00:00
params.h re PR middle-end/21529 (code size regression (+40%) with -Os from GCC-3.4.3 to 4.1) 2005-08-04 19:42:06 -07:00
passes.c tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code. 2005-12-12 12:59:16 -07:00
pointer-set.c
pointer-set.h
postreload-gcse.c c-typeck.c, [...]: Fix comment typos. 2005-11-05 20:24:18 +00:00
postreload.c * postreload.c (reload_cse_move2add): Don't try to work with BImode. 2005-11-18 08:14:39 -05:00
predict.c tree-flow.h: Allow compilation with a C++ compiler. 2005-12-12 23:12:14 +00:00
predict.def re PR rtl-optimization/23490 (Long compile time for array initializer with inlined constructor) 2005-11-05 00:55:23 +00:00
predict.h
prefix.c
prefix.h
pretty-print.c * pretty-print.c (pp_base_format): Fix typo for %>. 2005-09-27 23:53:12 -07:00
pretty-print.h pretty-print.h (pp_widest_integer): New macro. 2005-07-31 20:55:41 +00:00
print-rtl.c aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete. 2005-08-16 00:13:53 +00:00
print-tree.c In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
profile.c re PR tree-optimization/24225 (ICE: segmentation fault in profile.c:branch_prob) 2005-10-24 19:20:38 +00:00
protoize.c
read-rtl.c read-rtl.c (read_quoted_string): Break if EOF. 2005-08-04 23:31:00 +00:00
README.Portability
real.c Missed in last check-in. 2005-12-02 14:02:19 +11:00
real.h dfp.h, dfp.c: New files. 2005-12-02 13:30:42 +11:00
recog.c optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly testing GET_MODE_CLASS (x) ==... 2005-11-22 07:53:27 +11:00
recog.h genrecog.c (enum decision_type): Add DT_num_insns. 2005-08-27 02:08:29 +00:00
reg-notes.def
reg-stack.c optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly testing GET_MODE_CLASS (x) ==... 2005-11-22 07:53:27 +11:00
regclass.c re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391) 2005-11-24 18:55:53 +00:00
regmove.c regmove.c (reg_is_remote_constant_p): Reorganize to not use log links. 2005-08-25 06:44:09 +00:00
regrename.c re PR rtl-optimization/23392 (foward-1.m fails with -funroll-loops -O3 -fgnu-runtime) 2005-11-16 10:52:15 +10:30
regs.h re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that is also used in EH pad) 2005-08-22 18:58:50 +02:00
reload1.c re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391) 2005-11-24 18:55:53 +00:00
reload.c reload.h (reg_equiv_invariant): Declare. 2005-12-07 23:41:19 +00:00
reload.h reload.h (reg_equiv_invariant): Declare. 2005-12-07 23:41:19 +00:00
reorg.c re PR rtl-optimization/23585 (mem_fun* code fine with -O1, bus error with -O2) 2005-10-20 12:14:30 +00:00
resource.c
resource.h
rtl-error.c Makefile.in (C_TREE_H): Update dependencies. 2005-07-23 15:22:46 +00:00
rtl-profile.c
rtl.c Makefile.in (RTL_BASE_H): Add real.h. 2005-08-01 14:16:31 -07:00
rtl.def
rtl.h alpha.c (alpha_start_function): Use switch_to_section. 2005-12-07 07:53:14 +00:00
rtlanal.c optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly testing GET_MODE_CLASS (x) ==... 2005-11-22 07:53:27 +11:00
rtlhooks-def.h
rtlhooks.c
sbitmap.c bt-load.c (link_btr_uses): Fix uninitialised warnings. 2005-07-19 14:08:32 +10:00
sbitmap.h
scan-decls.c
scan-types.sh
scan.c
scan.h
sched-deps.c IA-64 bootstrap failure with --param max-pending-list-length=2. 2005-10-24 17:54:29 -07:00
sched-ebb.c re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps) 2005-07-27 16:28:34 +00:00
sched-int.h re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps) 2005-07-27 16:28:34 +00:00
sched-rgn.c params.def (PARAM_MIN_SPEC_PROB): New. 2005-08-24 16:28:07 -04:00
sched-vis.c
sdbout.c alpha.c (alpha_start_function): Use switch_to_section. 2005-12-07 07:53:14 +00:00
sdbout.h
SERVICE
simplify-rtx.c simplify-rtx.c (simplify_plus_minus): Do simplify constants. 2005-12-02 10:18:13 +10:30
sort-protos
sreal.c
sreal.h
stab.def
statistics.h
stmt.c re PR c/23113 (The -Wunused (value computed is not used) option missed an important case) 2005-08-06 12:31:49 +01:00
stor-layout.c re PR c++/21166 (g++ gives error on reference to packed structure elements) 2005-11-28 10:34:30 +00:00
stringpool.c
struct-equiv.c cfgcleanup.c (condjump_equiv_p, [...]): Fix whitespace in vincinity of to-be-installed changes. 2005-12-12 14:55:59 +00:00
stub-objc.c
sys-protos.h
sys-types.h
system.h alpha.c (alpha_start_function): Use switch_to_section. 2005-12-07 07:53:14 +00:00
target-def.h alpha.c (alpha_start_function): Use switch_to_section. 2005-12-07 07:53:14 +00:00
target.h alpha.c (alpha_start_function): Use switch_to_section. 2005-12-07 07:53:14 +00:00
targhooks.c cris.md ("reload_out<mode>"): Mark operand 2 as earlyclobber. 2005-11-25 20:15:27 +00:00
targhooks.h re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391) 2005-11-24 18:55:53 +00:00
timevar.c
timevar.def tree-ssa-structalias.c (process_constraint): Remove code to transform addressofs into scalar. 2005-12-11 22:44:19 +00:00
timevar.h
tlink.c
toplev.c re PR c/24101 (Segfault with preprocessed source) 2005-11-09 07:30:03 +01:00
toplev.h re PR debug/23190 (debug info omitted for uninitialized variables (stabs)) 2005-09-08 17:47:05 -07:00
tracer.c bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. 2005-08-24 07:56:56 +00:00
tree-browser.c
tree-browser.def
tree-cfg.c tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_invarant_for_addr_expr. 2005-12-09 14:24:28 -05:00
tree-cfgcleanup.c tree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change indicator. 2005-08-19 14:52:55 -04:00
tree-chrec.c re PR tree-optimization/18463 (suboptimal use of fancy x86 addressing modes) 2005-09-20 07:09:20 +00:00
tree-chrec.h tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. 2005-12-02 17:09:40 +00:00
tree-complex.c tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. 2005-12-02 17:09:40 +00:00
tree-data-ref.c lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing whether the data_dependence_relation... 2005-11-05 16:50:47 +00:00
tree-data-ref.h lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing whether the data_dependence_relation... 2005-11-05 16:50:47 +00:00
tree-dfa.c In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tree-dump.c In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tree-dump.h
tree-eh.c tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. 2005-12-02 17:09:40 +00:00
tree-flow-inline.h In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tree-flow.h tree-flow.h: Allow compilation with a C++ compiler. 2005-12-12 23:12:14 +00:00
tree-gimple.c In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tree-gimple.h re PR tree-optimization/24665 (internal compiler error: get_indirect_ref_operands) 2005-11-19 21:37:08 -08:00
tree-if-conv.c tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. 2005-12-02 17:09:40 +00:00
tree-inline.c tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_invarant_for_addr_expr. 2005-12-09 14:24:28 -05:00
tree-inline.h Interprocedural constant propagation. 2005-08-01 07:47:25 +00:00
tree-into-ssa.c * tree-into-ssa.c (rewrite_into_ssa): Fix comment typo. 2005-11-29 23:06:54 -08:00
tree-iterator.c
tree-iterator.h
tree-loop-linear.c lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing whether the data_dependence_relation... 2005-11-05 16:50:47 +00:00
tree-mudflap.c tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. 2005-12-02 17:09:40 +00:00
tree-mudflap.h
tree-nested.c tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_invarant_for_addr_expr. 2005-12-09 14:24:28 -05:00
tree-nomudflap.c
tree-nrv.c
tree-object-size.c ipa-type-escape.c (analyze_variable): Use gcc_assert instead of abort. 2005-12-08 15:46:09 +00:00
tree-optimize.c re PR middle-end/23714 (ICE in expand_assignment) 2005-10-15 17:07:17 -07:00
tree-outof-ssa.c tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. 2005-12-02 17:09:40 +00:00
tree-pass.h tree-ssa-structalias.c (process_constraint): Remove code to transform addressofs into scalar. 2005-12-11 22:44:19 +00:00
tree-phinodes.c
tree-pretty-print.c In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tree-profile.c tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. 2005-12-02 17:09:40 +00:00
tree-scalar-evolution.c re PR middle-end/25248 (2.6.15-rc4 arch/powerpc/mm/hash_utils_64.c miscompiled) 2005-12-08 09:34:26 +00:00
tree-scalar-evolution.h
tree-sra.c tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build. 2005-12-02 14:40:40 +00:00
tree-ssa-address.c tree-ssa-address.c (create_mem_ref): Put the symbol reference into the base register if possible. 2005-09-20 07:53:11 +00:00
tree-ssa-alias.c In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tree-ssa-ccp.c tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_invarant_for_addr_expr. 2005-12-09 14:24:28 -05:00
tree-ssa-copy.c passes.c (init_optimization_passes): Replace copy propagation passes immediately after DOM with phi-only copy... 2005-09-27 12:47:27 -06:00
tree-ssa-copyrename.c
tree-ssa-dce.c re PR tree-optimization/24627 (xntp miscompiled) 2005-11-04 14:56:28 -05:00
tree-ssa-dom.c tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code. 2005-12-12 12:59:16 -07:00
tree-ssa-dse.c gcc/ 2005-11-11 23:23:15 +00:00
tree-ssa-forwprop.c tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_invarant_for_addr_expr. 2005-12-09 14:24:28 -05:00
tree-ssa-live.c tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost. 2005-07-30 22:14:17 +00:00
tree-ssa-live.h tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost. 2005-07-30 22:14:17 +00:00
tree-ssa-loop-ch.c re PR tree-optimization/20773 (ICE: SEGV building jar file) 2005-07-27 13:23:33 +00:00
tree-ssa-loop-im.c tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. 2005-12-02 17:09:40 +00:00
tree-ssa-loop-ivcanon.c re PR tree-optimization/23475 (Frequences are not updated for empty loop removal) 2005-08-29 07:13:06 +00:00
tree-ssa-loop-ivopts.c tree-ssa-loop-ivopts.c (get_address_cost): Prevent splitting addressing modes during calculation of costs. 2005-11-12 23:27:13 +00:00
tree-ssa-loop-manip.c
tree-ssa-loop-niter.c tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirect_ref. 2005-11-04 18:02:51 +00:00
tree-ssa-loop-unswitch.c bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. 2005-08-24 07:56:56 +00:00
tree-ssa-loop.c tree-pass.h, [...]: Revert last change. 2005-09-17 17:03:26 -07:00
tree-ssa-math-opts.c re PR tree-optimization/23234 (ICE in verify_flow_info()) 2005-08-09 03:28:38 +00:00
tree-ssa-operands.c tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code. 2005-12-12 12:59:16 -07:00
tree-ssa-operands.h
tree-ssa-opfinalize.h re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improved when adding) 2005-10-05 15:16:42 +00:00
tree-ssa-phiopt.c tree-ssa-phiopt.c (conditional_replacement): Construct proper SSA form manually. 2005-09-06 22:06:29 +00:00
tree-ssa-pre.c tree-ssa-pre.c (bitmap_set_and): New function. 2005-12-07 20:24:09 +00:00
tree-ssa-propagate.c tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_invarant_for_addr_expr. 2005-12-09 14:24:28 -05:00
tree-ssa-propagate.h
tree-ssa-reassoc.c tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code. 2005-12-12 12:59:16 -07:00
tree-ssa-sink.c
tree-ssa-structalias.c tree-ssa-structalias.c (process_constraint): Remove code to transform addressofs into scalar. 2005-12-11 22:44:19 +00:00
tree-ssa-structalias.h
tree-ssa-threadupdate.c bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. 2005-08-24 07:56:56 +00:00
tree-ssa-uncprop.c tree-ssa-uncprop.c (associate_equivalences_with_edges): Properly handle SSA_NAME_OCCURS_IN_ABNORMAL_PHI. 2005-11-30 01:53:22 -07:00
tree-ssa.c In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tree-ssanames.c
tree-stdarg.c * tree-stdarg.c (execute_optimize_stdarg): Process PHI nodes too. 2005-10-02 02:05:45 -07:00
tree-stdarg.h
tree-tailcall.c In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tree-vect-analyze.c lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing whether the data_dependence_relation... 2005-11-05 16:50:47 +00:00
tree-vect-generic.c optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly testing GET_MODE_CLASS (x) ==... 2005-11-22 07:53:27 +11:00
tree-vect-transform.c In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tree-vectorizer.c c-typeck.c, [...]: Fix comment typos. 2005-11-05 20:24:18 +00:00
tree-vectorizer.h common.opt: Add option ftree-vect-loop-version. 2005-09-06 10:59:58 +00:00
tree-vn.c Make CONSTRUCTOR use VEC to store initializers. 2005-07-20 01:19:59 +00:00
tree-vrp.c tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build. 2005-12-02 14:40:40 +00:00
tree.c tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_invarant_for_addr_expr. 2005-12-09 14:24:28 -05:00
tree.def In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tree.h tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_invarant_for_addr_expr. 2005-12-09 14:24:28 -05:00
treestruct.def In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> 2005-12-06 04:22:11 +00:00
tsystem.h
typeclass.h
unwind-c.c unwind-arm.c (abort): Add prototype here. 2005-11-16 17:08:05 +00:00
unwind-compat.c
unwind-compat.h
unwind-dw2-fde-compat.c
unwind-dw2-fde-darwin.c
unwind-dw2-fde-glibc.c
unwind-dw2-fde.c
unwind-dw2-fde.h
unwind-dw2.c dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int. 2005-11-17 17:19:10 -08:00
unwind-dw2.h
unwind-generic.h
unwind-pe.h
unwind-sjlj.c unwind-ia64.c (uw_advance_context): New. 2005-11-16 22:10:39 +00:00
unwind.inc unwind-ia64.c (uw_advance_context): New. 2005-11-16 22:10:39 +00:00
value-prof.c Makefile.in, [...]: Fix comment/doc typos. 2005-08-06 13:26:35 +00:00
value-prof.h Makefile.in (rtl-profile.o): Kill all traces of it. 2005-07-28 21:48:38 +00:00
var-tracking.c dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int. 2005-11-17 17:19:10 -08:00
varasm.c output.h (init_section, [...]): Delete. 2005-12-10 00:22:11 +00:00
varray.c varray.h: Allow compilation with a C++ compiler. 2005-12-12 09:14:12 +00:00
varray.h varray.h: Allow compilation with a C++ compiler. 2005-12-12 09:14:12 +00:00
vec.c
vec.h * vec.h (VEC_block_remove): New. 2005-12-01 12:20:20 +00:00
version.c
version.h
vmsdbg.h
vmsdbgout.c alpha.c (alpha_start_function): Use switch_to_section. 2005-12-07 07:53:14 +00:00
web.c
xcoff.h
xcoffout.c
xcoffout.h

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.