gcc/gcc
Richard Sandiford 97b73103c4 little.h (TARGET_ENDIAN_DEFAULT): Delete.
* config/m32r/little.h (TARGET_ENDIAN_DEFAULT): Delete.
	(TARGET_LITTLE_ENDIAN): New macro.
	* config/m32r/m32r.h (SUBTARGET_SWITCHES, target_flags)
	(TARGET_RELAX_MASK, TARGET_DEBUG_MASK, TARGET_DEBUG)
	(TARGET_ALIGN_LOOPS_MASK, TARGET_ALIGN_LOOPS)
	(TARGET_LOW_ISSUE_RATE_MASK, TARGET_LOW_ISSUE_RATE)
	(TARGET_BRANCH_COST_MASK, TARGET_BRANCH_COST, TARGET_M32RX_MASK)
	(TARGET_M32RX, TARGET_M32R2_MASK, TARGET_M32R2, LITTLE_ENDIAN_BIT)
	(TARGET_ENDIAN_DEFAULT, SUBTARGET_SWITCHES, TARGET_DEFAULT)
	(TARGET_SWITCHES, m32r_model_string, m32r_sdata_string)
	(m32r_cache_flush_trap_string, SUBTARGET_OPTIONS)
	(TARGET_OPTIONS): Delete.
	(M32R_MODEL_DEFAULT, M32R_SDATA_DEFAULT): Turn into enums.
	(CACHE_FLUSH_TRAP): Turn into an integer.
	(TARGET_LITTLE_ENDIAN): Define to 0 by default.
	(INITIALIZE_TRAMPOLINE): Check m32r_cache_trap >= 0 to see if
	-mflush-trap is in use.
	* config/m32r/m32r.c (m32r_model_string, m32r_sdata_string)
	(m32r_cache_flush_trap_string): Delete.
	(m32r_model) Initialize to M32R_MODEL_DEFAULT.
	(m32r_sdata): Likewise M32R_SDATA_DEFAULT.
	(m32r_cache_trap): Likewise CACHE_FLUSH_TRAP.
	(TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
	(m32r_handle_option): New function.  Move -mflush-trap=, -mflush-func=,
	-mmodel= and -msdata= handling from...
	(m32r_init): ...here.
	* config/m32r/m32r.opt: New file.

From-SVN: r97194
2005-03-29 17:32:06 +00:00
..
ada
config
cp Index: cp/ChangeLog 2005-03-24 23:33:56 +00:00
doc
fortran
ginclude
java
objc
po
testsuite
treelang
.cvsignore
ABOUT-GCC-NLS
aclocal.m4
alias.c
alias.h
alloc-pool.c
alloc-pool.h
attribs.c
BASE-VER
basic-block.h
bb-reorder.c
bitmap.c
bitmap.h bitmap.h (BITMAP_XMALLOC, [...]): Remove. 2005-02-17 16:19:49 +00:00
bt-load.c
builtin-attrs.def
builtin-types.def
builtins.c
builtins.def
c-aux-info.c
c-common.c
c-common.def
c-common.h
c-config-lang.in
c-convert.c
c-cppbuiltin.c
c-decl.c
c-dump.c
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-format.h
c-gimplify.c
c-incpath.c alias.c, [...]: Fix comment typos. 2005-01-23 15:05:49 +00:00
c-incpath.h alias.c, [...]: Fix comment typos. 2005-01-23 15:05:49 +00:00
c-lang.c
c-lex.c
c-objc-common.c
c-objc-common.h
c-opts.c c-opts.c (c_common_parse_file): Only start/end main source file if debug hooks says the writer wants it. 2005-03-22 23:18:43 +00:00
c-parser.c
c-pch.c
c-ppoutput.c
c-pragma.c
c-pragma.h
c-pretty-print.c c-objc-common.h, [...]: Update copyright. 2005-02-21 14:39:52 +00:00
c-pretty-print.h
c-semantics.c
c-tree.h c-common.h (default_conversion): Remove. 2005-03-23 01:29:08 +00:00
c-typeck.c
c.opt Make -f[no-]show-column also control non-cpp diagnostics. 2005-03-28 00:04:41 -08:00
caller-save.c
calls.c
cfg.c
cfganal.c
cfgbuild.c
cfgcleanup.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
cfgexpand.c
cfghooks.c
cfghooks.h
cfglayout.c
cfglayout.h
cfgloop.c
cfgloop.h Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. 2005-03-10 08:55:57 +00:00
cfgloopanal.c
cfgloopmanip.c
cfgrtl.c
cgraph.c
cgraph.h
cgraphunit.c
ChangeLog
ChangeLog-1997 Change ChangeLog file names from a numeric index (ChangeLog.N) to a 2005-03-07 16:19:38 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003 Fix typos. 2005-03-18 01:13:39 +00:00
ChangeLog-2004 Fix typos. 2005-03-18 01:13:39 +00:00
ChangeLog.lib ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 12:42:06 +00:00
ChangeLog.tree-ssa ChangeLog.5: Fix log message typo(s). 2005-02-24 21:47:26 +00:00
collect2.c
collect2.h
combine.c
common.opt
conditions.h acconfig.h: Fix comment formatting. 2001-10-09 22:40:12 +00:00
config.build
config.gcc
config.host
config.in
configure
configure.ac
conflict.c
convert.c re PR c++/20023 (internal compiler error: Segmentation fault) 2005-02-18 00:56:54 +01:00
convert.h
COPYING
COPYING.LIB
coretypes.h bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
coverage.c
coverage.h
cppdefault.c
cppdefault.h
cppspec.c
crtstuff.c
cse.c
cselib.c
cselib.h re PR inline-asm/6806 (gcc 3.0.4 ignoring clobbered registers in inline asm with -O1 or higher on i386) 2004-09-13 02:05:31 -07:00
cstamp-h.in
DATESTAMP
dbxout.c c-opts.c (c_common_parse_file): Only start/end main source file if debug hooks says the writer wants it. 2005-03-22 23:18:43 +00:00
dbxout.h
ddg.c
ddg.h c-typeck.c, [...]: Fix comment typos. 2004-06-26 05:03:55 +00:00
debug.c
debug.h
defaults.h
DEV-PHASE gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
df.c
df.h
diagnostic.c
diagnostic.def
diagnostic.h
dojump.c
dominance.c
domwalk.c
domwalk.h
dummy-conditions.c
dwarf2.h
dwarf2asm.c
dwarf2asm.h
dwarf2out.c c-opts.c (c_common_parse_file): Only start/end main source file if debug hooks says the writer wants it. 2005-03-22 23:18:43 +00:00
dwarf2out.h
dwarf.h
emit-rtl.c emit-rtl.c (reverse_comparison): Remove. 2005-03-25 02:23:57 +00:00
emit-rtl.h Makefile.in (EXPR_H): Add insn-config.h... 2004-06-02 02:09:45 +00:00
errors.c
errors.h
et-forest.c dominance.c (free_dominance_info): Speed up by freeing et data structures without maintaining other nodes. 2005-03-25 18:41:28 +00:00
et-forest.h
except.c
except.h
explow.c
expmed.c
expr.c
expr.h
final.c
fix-header.c
fixproto
flags.h
flow.c
fold-const.c
fp-test.c
FSFChangeLog Merge in gcc2-ss-010999 1999-09-06 23:49:18 -06:00
FSFChangeLog.10
FSFChangeLog.11
function.c
function.h
gbl-ctors.h mklibgcc.in (lib2funcs): Remove _exit. 2003-06-07 20:50:54 +02:00
gcc.c gcc.c (do_spec_1): Do not add a -L path for a directory in the prefix list if... 2005-03-23 01:23:51 +00:00
gcc.h
gccbug.in gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
gccspec.c
gcov-dump.c
gcov-io.c
gcov-io.h
gcov-iov.c
gcov.c
gcse.c
gdbinit.in
gen-protos.c
genattr.c
genattrtab.c
genattrtab.h
genautomata.c
gencheck.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
genemit.c
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-yacc.y
gengtype.c
gengtype.h
genmddeps.c
genmodes.c
genmultilib
genopinit.c
genoutput.c
genpeep.c
genpreds.c
genrecog.c
gensupport.c
gensupport.h
ggc-common.c
ggc-none.c
ggc-page.c
ggc-zone.c
ggc.h
gimple-low.c gimple-low.c (lower_stmt_body): Make it static. 2005-03-08 16:18:17 +00:00
gimplify.c
glimits.h
global.c
graph.c
graph.h
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c
gthr-gnat.h * gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h 2004-11-30 08:15:42 +00:00
gthr-lynx.h c-common.c, [...]: Fix comment typos. 2004-09-05 15:24:15 +00:00
gthr-nks.h
gthr-posix95.h
gthr-posix.c
gthr-posix.h gthr-posix.h (__gthread_active_p): Use pthread_cancel instead of pthread_create to find out if threads are enabled. 2005-01-17 14:17:41 +00:00
gthr-rtems.h re PR target/19399 (mutexes support broken) 2005-01-13 16:50:07 +01:00
gthr-single.h
gthr-solaris.h
gthr-tpf.h
gthr-vxworks.h re PR c++/13684 (local static object variable constructed once but ctors and dtors called multiple times on same memory when called in multiple threads) 2004-08-27 22:33:54 -04:00
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_LONG_LONG_FORMAT): New macro. 2004-11-24 04:31:58 +00:00
ifcvt.c
input.h input.h: If USE_MAPPED_LOCATION... 2004-07-14 17:02:30 -07:00
insn-addr.h Merge from pch-branch up to tag pch-commit-20020603. 2002-06-04 07:11:05 +00:00
insn-notes.def
integrate.c
integrate.h integrate.c (has_func_hard_reg_initial_val, [...]): Make them static. 2004-11-19 02:58:33 +00:00
intl.c
intl.h
jump.c
lambda-code.c
lambda-mat.c
lambda-trans.c
lambda.h
langhooks-def.h
langhooks.c c-objc-common.h, [...]: Update copyright. 2005-02-21 14:39:52 +00:00
langhooks.h langhooks.h (truthvalue_conversion): Remove. 2005-03-23 19:47:09 +00:00
LANGUAGES
lcm.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
libada-mk.in gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
libfuncs.h
libgcc2.c libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro. 2005-03-21 07:22:22 +00:00
libgcc2.h
libgcc-std.ver
libgcov.c
limitx.h
limity.h
lists.c
local-alloc.c
longlong.h * longlong.h: Fix macros for m32r add_ssaaaa and sub_ddmmss. 2004-06-15 10:40:44 +00:00
loop-doloop.c
loop-init.c
loop-invariant.c bt-load.c, [...]: Update copyright. 2005-02-17 22:41:35 +00:00
loop-iv.c
loop-unroll.c
loop-unswitch.c
loop.c
machmode.def
machmode.h
main.c
Makefile.in
mips-tdump.c
mips-tfile.c
mkconfig.sh
mklibgcc.in
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
modulo-sched.c
ONEWS
opt-functions.awk config.gcc (extra_options): New variable for listing option files. 2005-03-14 20:18:43 +00:00
opt-gather.awk
optabs.c optabs.h (enum optab_index): Remove OTI_llrint. 2005-03-24 07:22:37 +01:00
optabs.h
optc-gen.awk
opth-gen.awk
opts.c
opts.h
output.h basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
params.c
params.def
params.h
passes.c
pointer-set.c
pointer-set.h re PR c++/18984 (ICE in check_pointer_types_r) 2004-12-21 13:20:02 -08:00
postreload-gcse.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
postreload.c
predict.c
predict.def
predict.h
prefix.c hooks.c, [...]: Update copyright. 2005-03-18 15:24:28 +00:00
prefix.h
pretty-print.c
pretty-print.h
print-rtl.c tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. 2004-09-23 14:34:35 +00:00
print-tree.c
profile.c
protoize.c
read-rtl.c
README.Portability
real.c real.c (c4x_single_format, [...]): Provide values for signbit_ro for c4x's single and extended floating point formats. 2005-03-15 20:43:12 +00:00
real.h
recog.c
recog.h
reg-notes.def cfgloop.h, [...]: Update copyright. 2005-03-02 14:03:44 +00:00
reg-stack.c
regclass.c
regmove.c
regrename.c
regs.h bitmap.h (struct bitmap_obstack): New obstack type. 2004-11-22 12:23:59 +00:00
reload1.c
reload.c
reload.h reload1.c (indirect_symref_ok): Make it global. 2005-03-23 00:39:48 +00:00
reorg.c
resource.c
resource.h
rtl-error.c
rtl-profile.c
rtl.c
rtl.def
rtl.h
rtlanal.c
rtlhooks-def.h
rtlhooks.c
sbitmap.c
sbitmap.h sbitmap.c (sbitmap_any_common_bits): New function. 2004-11-30 17:33:05 -07:00
scan-decls.c
scan-types.sh
scan.c
scan.h
sched-deps.c
sched-ebb.c PR middle end/18718 2004-12-04 09:32:33 +10:30
sched-int.h
sched-rgn.c
sched-vis.c ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead of abort. 2004-09-09 17:19:16 +00:00
sdbout.c c-opts.c (c_common_parse_file): Only start/end main source file if debug hooks says the writer wants it. 2005-03-22 23:18:43 +00:00
sdbout.h
SERVICE
simplify-rtx.c re PR rtl-optimization/20532 (Bad code for DImode left shifts by 31 and then 1) 2005-03-24 05:57:52 +00:00
sort-protos
sreal.c
sreal.h
stab.def
statistics.h
stmt.c
stor-layout.c
stringpool.c
stub-objc.c
sys-protos.h
sys-types.h
system.h
target-def.h
target.h
targhooks.c
targhooks.h Target Hook to issue diagnostics for AltiVec argument to funtion with unknown prototype. 2005-03-08 21:01:47 +00:00
timevar.c
timevar.def
timevar.h timevar.c (timevar_enable): Change from static. 2004-11-03 18:34:07 -08:00
tlink.c
toplev.c
toplev.h common.opt (-fnew-ra): Remove. 2005-01-17 09:38:01 +00:00
tracer.c
tree-browser.c
tree-browser.def
tree-cfg.c * tree-cfg.c (fold_cond_expr_cond): Use boolean types for condition. 2005-03-18 10:09:51 +00:00
tree-chrec.c
tree-chrec.h
tree-complex.c
tree-data-ref.c
tree-data-ref.h
tree-dfa.c
tree-dump.c
tree-dump.h
tree-eh.c
tree-flow-inline.h
tree-flow.h
tree-gimple.c
tree-gimple.h
tree-if-conv.c
tree-inline.c
tree-inline.h cgraphunit.c (cgraph_estimate_size_after_inlining): Compute call cost based on argument sizes. 2005-03-22 20:53:40 +00:00
tree-into-ssa.c
tree-iterator.c
tree-iterator.h
tree-loop-linear.c
tree-mudflap.c
tree-mudflap.h
tree-nested.c
tree-nomudflap.c Unify the management of RTL and tree-level dump files. 2004-09-06 10:08:17 +00:00
tree-nrv.c
tree-optimize.c
tree-outof-ssa.c
tree-pass.h
tree-phinodes.c
tree-pretty-print.c
tree-profile.c
tree-scalar-evolution.c
tree-scalar-evolution.h
tree-sra.c * tree-sra.c (decide_block_copy): Remove inst_count. 2005-03-09 11:35:34 +00:00
tree-ssa-alias.c
tree-ssa-ccp.c
tree-ssa-copy.c
tree-ssa-copyrename.c * tree-ssa-copyrename.c (rename_ssa_copies): Make it static. 2004-11-06 19:59:19 +00:00
tree-ssa-dce.c
tree-ssa-dom.c
tree-ssa-dse.c
tree-ssa-forwprop.c
tree-ssa-live.c
tree-ssa-live.h * flags.h, read-rtl.c, tree-ssa-live.h: Update copyright. 2005-02-13 19:05:03 +00:00
tree-ssa-loop-ch.c
tree-ssa-loop-im.c
tree-ssa-loop-ivcanon.c
tree-ssa-loop-ivopts.c
tree-ssa-loop-manip.c
tree-ssa-loop-niter.c
tree-ssa-loop-unswitch.c cfglayout.c, [...]: Update copyright. 2005-03-12 00:34:07 +00:00
tree-ssa-loop.c
tree-ssa-operands.c
tree-ssa-operands.h
tree-ssa-phiopt.c tree-ssa-phiopt.c (minmax_replacement, [...]): New functions. 2005-03-14 16:26:11 +00:00
tree-ssa-pre.c
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-sink.c c-common.c, [...]: Fix comment formatting. 2005-03-08 13:57:01 +00:00
tree-ssa-threadupdate.c
tree-ssa.c
tree-ssanames.c tree-ssanames.c (duplicate_ssa_name_ptr_info): New function. 2005-03-29 16:10:22 +00:00
tree-tailcall.c re PR tree-optimization/20458 (structure aliasing causes wrong code) 2005-03-15 01:26:35 +00:00
tree-vect-analyze.c
tree-vect-transform.c
tree-vectorizer.c
tree-vectorizer.h
tree-vn.c
tree.c
tree.def
tree.h
tsystem.h
typeclass.h
unwind-c.c
unwind-compat.c
unwind-compat.h re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1) 2004-09-03 17:15:42 -07:00
unwind-dw2-fde-compat.c
unwind-dw2-fde-darwin.c
unwind-dw2-fde-glibc.c genattrtab.c, [...]: Update copyright. 2005-03-05 14:01:02 +00:00
unwind-dw2-fde.c
unwind-dw2-fde.h
unwind-dw2.c
unwind-dw2.h
unwind-pe.h
unwind-sjlj.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
unwind.h * gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h 2004-11-30 08:15:42 +00:00
unwind.inc
value-prof.c
value-prof.h Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and $(COVERAGE_H). 2005-03-29 11:45:51 +00:00
var-tracking.c value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable. 2005-03-10 15:36:42 +00:00
varasm.c
varray.c
varray.h
vec.c
vec.h
version.c
version.h
vmsdbg.h
vmsdbgout.c
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.