gcc/gcc
François-Xavier Coudert 944b8b35a9 gfortran.h: Add bitmasks for different FPE traps.
* gfortran.h: Add bitmasks for different FPE traps. Add fpe
	member to options_t.
	* invoke.texi: Document the new -ffpe-trap option.
	* lang.opt: Add -ffpe-trap option.
	* options.c (gfc_init_options): Initialize the FPE option.
	(gfc_handle_fpe_trap_option): New function to parse the argument
	of the -ffpe-trap option.
	(gfc_handle_option): Add case for -ffpe-trap.
	* trans-decl.c: Declare a tree for the set_fpe library function.
	(gfc_build_builtin_function_decls): Build this tree.
	(gfc_generate_function_code): Generate a call to set_fpe at
	the beginning of the main program.
	* trans.h: New tree for the set_fpe library function.

	* Makefile.am: Add fpu.c to the build process, and
	target-dependent code as fpu-target.h.
	* Makefile.in: Regenerate.
	* configure.ac: Add call to configure.host to set
	FPU_HOST_HEADER.
	* configure: Regenerate.
	* config.h.in: Regenerate.
	* aclocal.m4: Regenerate.
	* configure.host: New script to determine which host-dependent
	code should go in.
	* libgfortran.h: Add fpe option, remove previous fpu_ options.
	Add bitmasks for different FPE traps. Add prototype for set_fpu.
	* runtime/environ.c: Remove environment variables to control
	fpu behaviour.
	* runtime/fpu.c (set_fpe): New function for the front-end.
	* runtime/main.c (init): Set FPU state.
	* config: New directory to store host-dependent code.
	* config/fpu-387.h: New file with code handling the i387 FPU.
	* config/fpu-glibc.h: New file with code for glibc systems.
	* config/fpu-generic.h: Fallback for the most generic host. Issue
	warnings.

From-SVN: r105328
2005-10-12 20:21:31 +00:00
..
ada
config * config/cris/t-linux (LIMITS_H_TEST): Define. 2005-10-12 19:40:28 +00:00
cp re PR c++/21592 (ICE in resolve_overloaded_unification/arg_assoc) 2005-10-12 18:13:41 +00:00
doc re PR target/12098 (gcc build fails without gas on ia64-hpux: error: invalid switch '-x') 2005-10-10 23:45:18 +00:00
fortran gfortran.h: Add bitmasks for different FPE traps. 2005-10-12 20:21:31 +00:00
ginclude
java re PR java/24127 (ICE in libjava.compile/PR6865.java reported as "PASS" in testsuite.) 2005-10-03 17:30:38 +00:00
objc
objcp
po
testsuite 2005-10-12 Paul Thomas <pault@gcc.gnu.org> 2005-10-12 20:12:46 +00:00
treelang
.cvsignore
ABOUT-GCC-NLS
acinclude.m4 Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET. 2005-10-06 15:24:09 +00:00
aclocal.m4
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
basic-block.h
bb-reorder.c params.def (PARAM_MAX_GROW_COPY_BB_INSNS): New. 2005-10-05 15:11:42 -04:00
bitmap.c
bitmap.h
bt-load.c
builtin-attrs.def
builtin-types.def
builtins.c re PR middle-end/19382 (ACATS cxb4005 cxb5002 simple To_COBOL/To_Fortran test fails at runtime on s390-linux) 2005-10-04 16:14:52 +00:00
builtins.def
c-aux-info.c
c-common.c c-common.c (vector_types_convertible_p): Check TYPE_PRECISION for real types. 2005-10-04 13:09:56 -07:00
c-common.def
c-common.h
c-config-lang.in
c-convert.c
c-cppbuiltin.c
c-decl.c re PR c/23576 (tree check: expected class ‘type’, have exceptional’ (error_mark) in grokdeclarator, at c-decl.c:4252) 2005-10-04 13:58:42 +00:00
c-dump.c
c-errors.c
c-format.c
c-format.h
c-gimplify.c
c-incpath.c
c-incpath.h
c-lang.c
c-lex.c
c-objc-common.c
c-objc-common.h
c-opts.c
c-parser.c
c-pch.c
c-ppoutput.c re PR preprocessor/13726 (cpp -C -dI loses comments on same line as #include directives) 2005-10-04 18:06:19 +00:00
c-pragma.c
c-pragma.h
c-pretty-print.c
c-pretty-print.h
c-semantics.c
c-tree.h
c-typeck.c re PR c/24255 (__transparent_union__ mishandled) 2005-10-11 15:52:04 -07:00
c.opt
caller-save.c
calls.c re PR middle-end/23150 (20050713-1.c fails on arm-none-eabi with -O2 or -Os.) 2005-10-08 03:33:46 +00:00
cfg.c
cfganal.c
cfgbuild.c
cfgcleanup.c
cfgexpand.c re PR rtl-optimization/23324 (unsigned bitfield in struct not accessed correctly at -O2 and above) 2005-10-12 09:29:35 -07:00
cfghooks.c
cfghooks.h
cfglayout.c
cfglayout.h
cfgloop.c
cfgloop.h
cfgloopanal.c
cfgloopmanip.c
cfgrtl.c
cgraph.c
cgraph.h
cgraphunit.c
ChangeLog * config/cris/t-linux (LIMITS_H_TEST): Define. 2005-10-12 19:40:28 +00:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog.lib
ChangeLog.tree-ssa
collect2.c
collect2.h
combine.c re PR rtl-optimization/13931 (combiner much slower on big basic blocks) 2005-10-11 23:45:54 +00:00
common.opt
conditions.h
config.build
config.gcc config.gcc (arm*-*-linux*): Remove redundant extra_parts and gnu_ld assignments. 2005-10-10 01:04:31 +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
configure re PR target/12098 (gcc build fails without gas on ia64-hpux: error: invalid switch '-x') 2005-10-10 23:45:18 +00:00
configure.ac re PR target/12098 (gcc build fails without gas on ia64-hpux: error: invalid switch '-x') 2005-10-10 23:45:18 +00:00
conflict.c
convert.c re PR middle-end/24263 (gcc.dg/torture/builtin-convert-1.c fails) 2005-10-11 18:14:57 +00:00
convert.h
COPYING
COPYING.LIB
coretypes.h
coverage.c
coverage.h
cppdefault.c
cppdefault.h
cppspec.c
crtstuff.c
cse.c
cselib.c
cselib.h
cstamp-h.in
DATESTAMP Daily bump. 2005-10-12 00:16:12 +00:00
dbxout.c re PR debug/23205 ([C++/unit-at-a-time] stabs debug info omitted for global const variables) 2005-10-05 17:47:21 -07:00
dbxout.h
ddg.c
ddg.h
debug.c
debug.h
defaults.h
DEV-PHASE
df.c
df.h
diagnostic.c
diagnostic.def
diagnostic.h
dojump.c
dominance.c
domwalk.c
domwalk.h
dummy-checksum.c
dummy-conditions.c
dwarf2.h
dwarf2asm.c
dwarf2asm.h
dwarf2out.c re PR debug/24070 (Dwarf macro info has bad file numbers) 2005-10-06 12:33:02 -07:00
dwarf2out.h
dwarf.h
emit-rtl.c
emit-rtl.h
errors.c
errors.h
et-forest.c
et-forest.h
except.c
except.h
explow.c
expmed.c re PR middle-end/17886 (variable rotate and unsigned long long rotate should be better optimized) 2005-09-29 03:31:23 +00:00
expr.c
expr.h
final.c
fix-header.c
fixproto
flags.h
flow.c
fold-const.c re PR middle-end/24227 (ICE in compare_values, at tree-vrp.c:415) 2005-10-07 18:12:11 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c
function.h
gbl-ctors.h
gcc.c gcc.c (do_spec_1): Accept numeric characters in file name suffixes. 2005-10-10 15:02:52 +00:00
gcc.h
gccbug.in
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
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
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
gimplify.c re PR c/21419 (Accepts writting to const via asm) 2005-10-05 12:17:16 +00:00
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-lynx.h
gthr-nks.h
gthr-posix95.h
gthr-posix.c
gthr-posix.h
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-tpf.h
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
ifcvt.c
input.h
insn-addr.h
insn-notes.def
integrate.c
integrate.h
intl.c
intl.h
ipa-cp.c
ipa-inline.c
ipa-prop.c
ipa-prop.h
ipa-pure-const.c
ipa-reference.c
ipa-reference.h
ipa-type-escape.c
ipa-type-escape.h
ipa-utils.c
ipa-utils.h
ipa.c
jump.c
lambda-code.c
lambda-mat.c
lambda-trans.c
lambda.h
langhooks-def.h
langhooks.c
langhooks.h
LANGUAGES
lcm.c
libada-mk.in
libfuncs.h
libgcc2.c * libgcc2.c (__popcount_tab): Remove redundant prototype. 2005-09-27 17:11:39 +00:00
libgcc2.h
libgcc-std.ver
libgcov.c
limitx.h
limity.h
lists.c
local-alloc.c
longlong.h
loop-doloop.c
loop-init.c
loop-invariant.c
loop-iv.c
loop-unroll.c
loop-unswitch.c
loop.c
machmode.def
machmode.h
main.c
Makefile.in Makefile.in (CGRAPH_H): Depend on $(TREE_H). 2005-10-12 12:38:00 +00:00
mips-tdump.c
mips-tfile.c
mkconfig.sh
mklibgcc.in
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
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
ONEWS
opt-functions.awk
opt-gather.awk
optabs.c * optabs.c (expand_binop): Initialize first_pass_p. 2005-09-29 21:50:55 +00:00
optabs.h
optc-gen.awk
opth-gen.awk
opts.c
opts.h
output.h
params.c
params.def re PR other/22202 (Superfluous space in description of max-variable-expansions-in-unroller) 2005-10-08 07:15:59 +00:00
params.h
passes.c re PR tree-optimization/24300 (segfault in operand_equal_p with -ftree-vectorize) 2005-10-11 12:18:24 -07:00
pointer-set.c
pointer-set.h
postreload-gcse.c
postreload.c
predict.c
predict.def
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
print-rtl.c
print-tree.c
profile.c
protoize.c
read-rtl.c
README.Portability
real.c
real.h
recog.c
recog.h
reg-notes.def
reg-stack.c
regclass.c
regmove.c
regrename.c
regs.h
reload1.c reload1.c (merge_assigned_reloads): Do not change any RELOAD_FOR_OUTPUT_ADDRESS reloads. 2005-09-30 18:09:56 +00:00
reload.c re PR middle-end/20606 (ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)) 2005-10-05 12:50:27 -07:00
reload.h
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
scan-decls.c
scan-types.sh
scan.c
scan.h
sched-deps.c
sched-ebb.c
sched-int.h
sched-rgn.c
sched-vis.c
sdbout.c
sdbout.h
SERVICE
simplify-rtx.c
sort-protos
sreal.c
sreal.h
stab.def
statistics.h
stmt.c
stor-layout.c re PR c++/19964 (ICE on invalid member declaration) 2005-10-12 10:59:27 +00:00
stringpool.c
stub-objc.c
sys-protos.h
sys-types.h
system.h
target-def.h
target.h
targhooks.c
targhooks.h
timevar.c
timevar.def
timevar.h
tlink.c
toplev.c re PR c++/24302 (anonymous global union segfault with g++ 3.4.x) 2005-10-11 06:19:55 +00:00
toplev.h
tracer.c
tree-browser.c
tree-browser.def
tree-cfg.c re PR tree-optimization/24226 (ICE: Segmentation fault in operand_equal_p (complete loop unrolling)) 2005-10-09 22:50:01 +00:00
tree-cfgcleanup.c
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 re PR tree-optimization/23625 (ICE: in bsi_after_labels, at tree-flow-inline.h:758) 2005-09-27 14:44:55 -07:00
tree-flow.h re PR tree-optimization/24226 (ICE: Segmentation fault in operand_equal_p (complete loop unrolling)) 2005-10-09 22:50:01 +00:00
tree-gimple.c
tree-gimple.h
tree-if-conv.c
tree-inline.c re PR tree-optimization/22237 (struct copy inlining generates overlapping memcpy) 2005-10-06 13:46:53 -07:00
tree-inline.h
tree-into-ssa.c
tree-iterator.c
tree-iterator.h
tree-loop-linear.c
tree-mudflap.c
tree-mudflap.h
tree-nested.c re PR middle-end/24135 (nonlocal goto from nested function gets 'undefined symbol' in assembler) 2005-10-03 13:57:45 -07:00
tree-nomudflap.c
tree-nrv.c
tree-object-size.c
tree-optimize.c re PR middle-end/23714 (ICE in expand_assignment) 2005-10-05 17:02:57 -07:00
tree-outof-ssa.c
tree-pass.h re PR tree-optimization/24300 (segfault in operand_equal_p with -ftree-vectorize) 2005-10-11 12:18:24 -07:00
tree-phinodes.c
tree-pretty-print.c
tree-profile.c
tree-scalar-evolution.c
tree-scalar-evolution.h
tree-sra.c
tree-ssa-address.c
tree-ssa-alias.c re PR tree-optimization/24238 (ICE: verify_ssa failed "statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS") 2005-10-06 16:20:14 +00:00
tree-ssa-ccp.c re PR tree-optimization/23946 (ICE: verify_ssa failed ("definition ... follows the use")) 2005-10-11 08:11:02 -07: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 Makefile.in (tree-ssa-dce.o): Depend on SCEV_H. 2005-10-11 15:24:36 -07:00
tree-ssa-dom.c tree-ssa-dom.c (dom_opt_finalize_block): Fix conditions to determine whether or not to try and thread outgoing edges. 2005-10-07 10:05:37 -06:00
tree-ssa-dse.c
tree-ssa-forwprop.c
tree-ssa-live.c
tree-ssa-live.h
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 re PR tree-optimization/24226 (ICE: Segmentation fault in operand_equal_p (complete loop unrolling)) 2005-10-09 22:50:01 +00:00
tree-ssa-loop-unswitch.c
tree-ssa-loop.c
tree-ssa-math-opts.c
tree-ssa-operands.c 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-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-pre.c
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c
tree-ssa-sink.c
tree-ssa-structalias.c tree-ssa-structalias.c (check_for_overlaps): Fix bug in last change. 2005-10-06 21:36:52 +00:00
tree-ssa-structalias.h
tree-ssa-threadupdate.c
tree-ssa-uncprop.c
tree-ssa.c
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
tree-vect-analyze.c re PR tree-optimization/23853 (ICE: in tree_low_cst, at tree.c:4270) 2005-09-28 21:30:40 +00:00
tree-vect-generic.c
tree-vect-transform.c tree-vect-transform.c (vect_create_epilog_for_reduction): Use BYTES_BIG_ENDIAN instead of BITS_BIG_ENDIAN. 2005-10-04 18:34:47 +00:00
tree-vectorizer.c
tree-vectorizer.h
tree-vn.c
tree-vrp.c re PR tree-optimization/23445 (ICE with -O1 -ftree-vrp -fdelete-null-pointer-checks) 2005-10-03 23:02:19 -04:00
tree.c +2005-10-04 Andrew Pinski <pinskia@physics.uc.edu> + + * tree.c (annotate_with_file_line): Fix typo. 2005-10-04 10:25:50 -07:00
tree.def
tree.h gimplify.c (find_single_pointer_decl_1): New static function. 2005-10-03 08:43:45 +00:00
treestruct.def
tsystem.h
typeclass.h
unwind-c.c
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
unwind-dw2.h
unwind-generic.h
unwind-pe.h
unwind-sjlj.c
unwind.inc
value-prof.c
value-prof.h
var-tracking.c
varasm.c re PR c++/23799 (ICE: no-op convert from 8 to 4 bytes in initializer) 2005-10-12 08:55:59 +00:00
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.