gcc/gcc
Kelley Cook a541f69dd2 re PR other/12730 (manual page install broken with old Pod::man)
gcc/
2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>

	PR bootstrap/12730
	* configure.ac: Delete definition and subsitution of docdir.
	Add info, man, srcman and srcinfo to target hooks. Create doc/
	directory.
	* configure: Regenerate.
	* Makefile.in: Don't substitute docdir and delete all references
	throughout.
	(MAKEINFOFLAGS): Define.
	(stmp-docobjdir): Delete.
	(INFOFILES, MANFILES): Define.
	(info): Call lang.info, srcinfo and lang.srcinfo.
	(generated-manpages): Call lang.man, srcman and lang.srcman.
	(srcinfo, srcman): New rules to copy back files to source directory.
	(doc/%.info, doc/%.dvi, doc/%.1, doc/%.7): New implict rule.
	(install-man): Revamp rule.
	(clean): Update dvi directory.
	(distclean): Delete TAGS from front end directorys.
	(maintainer-clean): Delete all document files in source directory.

	objc/Make-lang.in (objc.man, objc.info): Dummy entries.
	(objc.srcman, objc.srcinfo): Likewise.

gcc/ada/
2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>

	* Make-lang.in: Replace $(docdir) with doc.
	(doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info
	doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update
	to use consistent MAKEINFO rule.
	(ada.man, ada.srcman): Dummy entry.
	(ADA_INFOFILES): Define.
	(ada.info, ada.srcinfo): New rules.

gcc/cp/
2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>

	* Make-lang.in: Replace $(docdir) with doc.
	(c++.info, c++.srcinfo): Dummy entry.
	(c++.man, c++.srcman): New rules.
	(c++.install-man): Revamp rule.

gcc/f/
2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>

	* Make-lang.in: Replace $(docdir) with doc.
	(TEXI_G77_FILES): Define.
	(f77.rebuilt): Delete.
	(f77.srcextra): Add dependencies on f/BUGS and f/NEWS.
	(f77.srcman, f77.srcinfo, f77.man, f77.info): New rules.
	(doc/g77.info, doc/g77.dvi): Depend on TEXI_G77_FILES.  Always build in
	doc directory.  Use $(MAKEINFOFLAGS).
	(info, dvi, generated_manpages): Update to look in doc directory.
	(f/BUGS, f/NEWS): Generate in build directory.
	(f77.mostlyclean): Delete BUGS and NEWS from build directory.
	(f77.maintainer-clean): Adjust to delete from source directory.
	(f77.install-man): Revamp rule.

gcc/java/
2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>

	* Make-lang.in: Replace $(docdir) with doc.
	(java.info, java.srcinfo, java.man, java.srcman): New rules.
	(java.install-man): Revamp rule.

gcc/treelang/
2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>

	* Make-lang.in: Replace $(docdir) with doc.
	(treelang.info, treelang.srcinfo): New rules.
	(treelang.man, treelang.man): Dummy entries.

maintainer-scripts/
2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>

	* gcc_release (build_sources): Delete call to make f77.rebuilt.

From-SVN: r76249
2004-01-21 02:01:55 +00:00
..
ada re PR other/12730 (manual page install broken with old Pod::man) 2004-01-21 02:01:55 +00:00
config sysv4.h (DWARF2_FRAME_REG_OUT): Define. 2004-01-21 08:59:24 +10:30
cp re PR other/12730 (manual page install broken with old Pod::man) 2004-01-21 02:01:55 +00:00
doc sysv4.h (DWARF2_FRAME_REG_OUT): Define. 2004-01-21 08:59:24 +10:30
f re PR other/12730 (manual page install broken with old Pod::man) 2004-01-21 02:01:55 +00:00
fixinc reorder struct exception hacks and only bypass glibc for proper C++ handling 2004-01-21 00:23:04 +00:00
ginclude re PR c++/13275 (Implementation of offsetof macro) 2003-12-16 16:09:23 +00:00
java re PR other/12730 (manual page install broken with old Pod::man) 2004-01-21 02:01:55 +00:00
objc re PR other/12730 (manual page install broken with old Pod::man) 2004-01-21 02:01:55 +00:00
po * de.po: Update. 2004-01-17 00:04:13 +00:00
testsuite * gcc.dg/ppc64-abi-2.c: New test. 2004-01-20 16:54:34 +00:00
treelang re PR other/12730 (manual page install broken with old Pod::man) 2004-01-21 02:01:55 +00:00
.cvsignore * .cvsignore: Add autom4te.cache. 2004-01-05 00:39:35 +00:00
ABOUT-GCC-NLS
COPYING
COPYING.LIB
ChangeLog re PR other/12730 (manual page install broken with old Pod::man) 2004-01-21 02:01:55 +00:00
ChangeLog.0
ChangeLog.1 ChangeLog.1: Fix a typo. 2003-06-23 16:11:56 +00:00
ChangeLog.2 ChangeLog: Follow spelling conventions. 2003-06-12 19:01:08 +00:00
ChangeLog.3 ChangeLog.3: Fix comment typos. 2003-06-17 19:03:12 +00:00
ChangeLog.4
ChangeLog.5
ChangeLog.6 ChangeLog.6: Fix misspellings. 2003-07-01 13:10:26 +00:00
ChangeLog.7 ChangeLog.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 fix date typo 2003-07-24 17:18:40 +00:00
ChangeLog.10 Fix messed up accidental commit. 2004-01-03 19:58:40 +00:00
ChangeLog.lib
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES
Makefile.in re PR other/12730 (manual page install broken with old Pod::man) 2004-01-21 02:01:55 +00:00
ONEWS
README-fixinc
README.Portability README.Portability: Remove K+R section. 2003-12-10 16:22:32 +00:00
SERVICE
aclocal.m4 configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE. 2004-01-03 18:59:32 +00:00
alias.c re PR pch/13689 (GGC PCH breaks aliasing) 2004-01-17 09:31:30 +00:00
alloc-pool.c alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
alloc-pool.h alloc-pool.c: Convert to ISO C90 prototypes. 2003-06-15 15:43:32 +02:00
attribs.c stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN for FIELD_DECLs. 2003-08-20 08:24:18 -04:00
basic-block.h basic-block.h (try_redirect_by_replacing_jump): Declare. 2004-01-18 21:51:30 +00:00
bb-reorder.c PR optimization/13430, PR optimization/12322 2003-12-20 16:31:12 +00:00
bitmap.c alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
bitmap.h alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
bt-load.c backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
builtin-attrs.def builtin-attrs.def: Fix comment formatting. 2003-08-22 06:25:09 +00:00
builtin-types.def builtin-types.def (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE, [...]): New. 2003-09-09 03:29:18 +00:00
builtins.c builtins.c (expand_builtin_expect_jump): Fix thinko of reusing live "next" variable, which can lead to an infinite loop. 2004-01-18 20:04:59 +00:00
builtins.def builtin-types.def (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE, [...]): New. 2003-09-09 03:29:18 +00:00
c-aux-info.c Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. 2003-09-21 22:09:32 -07:00
c-common.c fix comment 2004-01-20 12:01:28 -05:00
c-common.def tree.c (tree_size): For all 'c' and 'x' nodes... 2003-04-07 06:03:17 +00:00
c-common.h c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
c-config-lang.in
c-convert.c c-aux-info.c: Convert to ISO C99. 2003-06-19 21:43:59 +02:00
c-cppbuiltin.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
c-decl.c c-decl.c (c_init_decl_processing): Set pedantic_lvalues to true unconditionally. 2004-01-20 01:38:27 +00:00
c-dump.c c-aux-info.c: Convert to ISO C99. 2003-06-19 21:43:59 +02:00
c-errors.c c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_declaration_after_statement. 2003-07-28 20:03:25 +00:00
c-format.c c-format.c (print_char_table): Allow 'I' flag on floating point decimal formats. 2003-12-20 00:00:39 +00:00
c-incpath.c re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory) 2003-11-01 22:56:54 +00:00
c-incpath.h c-aux-info.c: Convert to ISO C99. 2003-06-19 21:43:59 +02:00
c-lang.c MERGE OF objc-improvements-branch into MAINLINE. 2003-09-25 01:26:01 +00:00
c-lex.c c-lex.c (fe_file_change): Handle a NULL new_map. 2003-10-02 00:03:42 -07:00
c-objc-common.c re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4) 2004-01-01 13:59:02 +00:00
c-opts.c Move cpp_reader's line_maps field to a shared global. 2004-01-19 21:30:18 -08:00
c-parse.in c-parse.in (stmts_and_decls): Make label at end of compound statement a hard error. 2004-01-14 23:03:58 +00:00
c-pch.c re PR pch/12480 (pch error messages do not say they for PCH.) 2003-12-17 22:04:34 +00:00
c-ppoutput.c c-lex.c (fe_file_change): Handle a NULL new_map. 2003-10-02 00:03:42 -07:00
c-pragma.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
c-pragma.h c-pragma.h (HANDLE_PRAGMA_WEAK): Always define to SUPPORTS_WEAK. 2003-07-16 17:25:15 +01:00
c-pretty-print.c re PR target/13608 (Incorrect code with -O3 -ffast-math) 2004-01-16 18:53:51 +00:00
c-pretty-print.h c-pretty-print.c: Fix comment typos. 2003-10-05 19:50:56 +00:00
c-semantics.c re PR c/13014 (if shortcut misses required diagnostics) 2003-11-24 20:12:06 +00:00
c-tree.h c-parse.in (c_in_iteration_stmt, [...]): Move from here... 2003-12-03 23:33:48 +00:00
c-typeck.c c-decl.c (c_init_decl_processing): Set pedantic_lvalues to true unconditionally. 2004-01-20 01:38:27 +00:00
c.opt MERGE OF objc-improvements-branch into MAINLINE. 2003-09-25 01:26:01 +00:00
caller-save.c alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
calls.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
cfg.c * cfg.c (dump_bb): Dump entry edges. 2004-01-13 16:48:19 +00:00
cfganal.c basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. 2003-12-11 00:20:51 +00:00
cfgbuild.c basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. 2003-12-11 00:20:51 +00:00
cfgcleanup.c basic-block.h (try_redirect_by_replacing_jump): Declare. 2004-01-18 21:51:30 +00:00
cfghooks.c caller-save.c: Convert to ISO C90. 2003-06-22 17:03:27 +02:00
cfghooks.h alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
cfglayout.c backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
cfglayout.h backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
cfgloop.c Update forgotten updated copy right years. 2004-01-02 14:44:27 -08:00
cfgloop.h backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
cfgloopanal.c backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
cfgloopmanip.c backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
cfgrtl.c basic-block.h (try_redirect_by_replacing_jump): Declare. 2004-01-18 21:51:30 +00:00
cgraph.c cgraph.c (cgraph_remove_node): Fix removal from linked list. 2004-01-19 09:43:53 +00:00
cgraph.h cgraph.c (create_edge): Use local.redefined_extern_inline. 2004-01-14 22:54:50 +00:00
cgraphunit.c cgraph.c (cgraph_remove_node): Fix removal from linked list. 2004-01-19 09:43:53 +00:00
collect2.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
collect2.h collect2.h: Convert prototypes to ISO C90. 2003-06-29 14:07:06 +02:00
combine.c re PR rtl-optimization/12508 (weak optimization for some constants < 2^16) 2004-01-12 11:42:42 -08:00
common.opt Makefile.in (OBJS-common): Remove dwarfout.o. 2003-12-24 00:14:25 +00:00
conditions.h
config.build xm-iris5.h: Remove, unnecessary. 2003-10-01 23:51:10 +00:00
config.gcc re PR bootstrap/12527 ([arm] bootstrap error on arm-linux, miscompiling genconstants) 2004-01-14 17:51:31 +00:00
config.host Makefile.in, [...]: Replace uses of ${target_alias} for directory names (and other places which... 2003-10-14 03:41:42 +00:00
config.in Makefile.in: Rename configure.in to configure.ac 2004-01-09 01:18:35 +00:00
configure re PR other/12730 (manual page install broken with old Pod::man) 2004-01-21 02:01:55 +00:00
configure.ac re PR other/12730 (manual page install broken with old Pod::man) 2004-01-21 02:01:55 +00:00
conflict.c basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. 2003-12-11 00:20:51 +00:00
convert.c c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. 2003-09-01 05:06:25 +00:00
convert.h collect2.h: Convert prototypes to ISO C90. 2003-06-29 14:07:06 +02:00
coretypes.h
coverage.c coverage.c (checksum_string): Rename to ... 2004-01-18 15:10:23 +00:00
coverage.h toplev.c (rest_of_compilation): Fix webizer pass ordering. 2003-10-20 21:46:55 +00:00
cppcharset.c cppcharset.c (one_iso88591_to_utf8): New function. 2004-01-16 22:37:49 +00:00
cppdefault.c
cppdefault.h
cpperror.c Move cpp_reader's line_maps field to a shared global. 2004-01-19 21:30:18 -08:00
cppexp.c re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory) 2003-11-01 22:56:54 +00:00
cppfiles.c Fix patch oops. 2004-01-19 23:35:21 -08:00
cpphash.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
cpphash.h Move cpp_reader's line_maps field to a shared global. 2004-01-19 21:30:18 -08:00
cppinit.c Move cpp_reader's line_maps field to a shared global. 2004-01-19 21:30:18 -08:00
cpplex.c re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory) 2003-11-01 22:56:54 +00:00
cpplib.c Move cpp_reader's line_maps field to a shared global. 2004-01-19 21:30:18 -08:00
cpplib.h Move cpp_reader's line_maps field to a shared global. 2004-01-19 21:30:18 -08:00
cppmacro.c Move cpp_reader's line_maps field to a shared global. 2004-01-19 21:30:18 -08:00
cpppch.c [multiple changes] 2004-01-17 00:37:47 +00:00
cppspec.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
cpptrad.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
cppucnid.h cpplib.h (CPP_AT_NAME, [...]): New token types. 2003-07-05 00:24:00 +00:00
cppucnid.pl cpplib.h (CPP_AT_NAME, [...]): New token types. 2003-07-05 00:24:00 +00:00
cppucnid.tab cpplib.h (CPP_AT_NAME, [...]): New token types. 2003-07-05 00:24:00 +00:00
crtstuff.c t-iris6 (CRTSTUFF_T_CFLAGS): Add -Wno-error. 2003-11-21 19:48:24 +00:00
cse.c re PR rtl-optimization/13567 ([sh] miscompiling calls.c) 2004-01-20 02:34:23 +00:00
cselib.c cselib.c: Include alloc-pool.h 2004-01-20 20:36:18 +00:00
cselib.h alias.c: Invlude varray.h 2004-01-12 11:15:33 +00:00
cstamp-h.in
dbxout.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
dbxout.h basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
debug.c cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
debug.h basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
defaults.h defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default. 2004-01-19 03:08:14 +00:00
df.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
df.h basic-block.h: Fix comment typos. 2003-07-01 12:18:01 +00:00
diagnostic.c Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. 2003-09-21 22:09:32 -07:00
diagnostic.def re PR c++/11531 (ICE on invalid code (returning to void)) 2003-07-15 23:31:52 +00:00
diagnostic.h builtin-attrs.def: Fix comment formatting. 2003-08-22 06:25:09 +00:00
dojump.c expr.c (check_max_integer_computation_mode): Remove. 2003-12-20 01:40:41 +00:00
doloop.c cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
dominance.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
dummy-conditions.c
dwarf.h
dwarf2.h dwarf2.h, [...]: Add multiple-include guard. 2004-01-08 07:50:46 +00:00
dwarf2asm.c * dwarf2asm.c (dw2_asm_output_nstring): Add comment. 2003-09-16 18:32:36 +00:00
dwarf2asm.h basic-block.h: Convert prototypes to ISO C90. 2003-07-06 20:59:38 +02:00
dwarf2out.c sysv4.h (DWARF2_FRAME_REG_OUT): Define. 2004-01-21 08:59:24 +10:30
dwarf2out.h cse.c: Convert prototypes to ISO C90. 2003-06-29 17:19:13 +02:00
emit-rtl.c emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are shared. 2004-01-20 22:16:59 +00:00
errors.c errors.c: Don't include coretypes.h or tm.h. 2003-10-07 20:06:37 +00:00
errors.h genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
et-forest.c re PR target/13608 (Incorrect code with -O3 -ffast-math) 2004-01-16 18:53:51 +00:00
et-forest.h backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
except.c re PR c++/12491 (Destructor fails to compile when optimizations (inlining) are enabled) 2004-01-14 13:01:18 -08:00
except.h except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change. 2003-10-01 18:54:46 +00:00
explow.c c-typeck.c: Fix comment typos. 2003-12-13 04:11:23 +00:00
expmed.c expmed.c (store_bit_field, [...]): Use new named patterns 2004-01-01 14:13:44 +00:00
expr.c defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default. 2004-01-19 03:08:14 +00:00
expr.h lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation. 2004-01-13 23:14:04 +00:00
final.c final.c (final_scan_insn): Make non-static again. 2004-01-18 22:37:29 +00:00
fix-header.c Move cpp_reader's line_maps field to a shared global. 2004-01-19 21:30:18 -08:00
fixproto
flags.h common.opt: Remove -fgnu-linker. 2003-12-01 18:25:39 +00:00
flow.c Patch for asm clobber of fp. 2003-12-19 18:39:43 -08:00
fold-const.c fold-const.c (fold_convert): Rename to fold_convert_const. 2004-01-20 22:59:59 +00:00
fp-test.c fp-test.c (main): Use ISO C90 prototype. 2003-07-12 13:29:18 +02:00
function.c final.c (SEEN_BB, [...]): Define. 2004-01-17 22:11:58 +00:00
function.h re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_name) 2004-01-13 01:58:45 +00:00
gbl-ctors.h mklibgcc.in (lib2funcs): Remove _exit. 2003-06-07 20:50:54 +02:00
gcc.c gcc.c (init_spec): Remove -lunwind from shared case. 2004-01-09 23:14:29 +00:00
gcc.h gcc.c: Convert prototypes to ISO C90. 2003-07-06 08:15:36 +02:00
gccbug.in configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix quoting. 2003-09-17 20:01:06 +00:00
gccspec.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
gcov-dump.c gcov-io.h: Update documentation. 2003-07-10 14:13:01 +00:00
gcov-io.c re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linking libstdc++.so) 2003-09-29 21:19:10 +00:00
gcov-io.h Fri Oct 10 18:54:39 CEST 2003 Herman A.J. ten Brugge <hermantenbrugge@home.nl> 2003-10-10 17:04:46 +00:00
gcov-iov.c gcov-io.h: Update documentation. 2003-07-09 12:12:29 +00:00
gcov.c alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
gcse.c re PR rtl-optimization/13375 (ICE in gcse.c) 2004-01-15 17:29:10 +00:00
gdbinit.in rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
gen-protos.c gen-protos.c (main): Readd unused attribute for argc. 2003-06-01 20:48:38 +02:00
genattr.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
genattrtab.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
genattrtab.h genattr.c (internal_dfa_insn_code): Don't prototype. 2003-07-09 00:44:34 +00:00
genautomata.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
gencheck.c builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on ISO C. 2003-06-16 19:14:22 +00:00
gencodes.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
genconditions.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
genconfig.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
genconstants.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
genemit.c emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are shared. 2004-01-20 22:16:59 +00:00
genextract.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
genflags.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
gengenrtl.c rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
gengtype-lex.l README.Portability: Remove K+R section. 2003-12-10 16:22:32 +00:00
gengtype-yacc.y gengtype-yacc.y: Improve portability. 2003-04-29 18:51:38 +00:00
gengtype.c gengtype.c (header_file): Make it static. 2004-01-19 08:38:38 +00:00
gengtype.h gengtype.c (header_file): Make it static. 2004-01-19 08:38:38 +00:00
genmodes.c genmodes.c: Change the word "bitsize" to "precision" throughout. 2003-11-06 08:38:52 +00:00
genmultilib re PR other/7956 (unreadable error on -m64 with --disable-multilib) 2003-12-20 07:40:24 +00:00
genopinit.c expmed.c (store_bit_field, [...]): Use new named patterns 2004-01-01 14:13:44 +00:00
genoutput.c re PR c/11234 (-pedantic accepts function pointer <-> void*) 2004-01-09 20:03:58 +00:00
genpeep.c genattr.c (internal_dfa_insn_code): Output prototype. 2003-07-05 05:27:22 +00:00
genpreds.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
genrecog.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
gensupport.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
gensupport.h genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
ggc-common.c configure.in: Look for <valgrind/memcheck.h> first. 2003-10-29 22:13:59 +00:00
ggc-none.c ggc-zone.c: New file, zone allocating collector. 2003-10-27 00:26:52 +00:00
ggc-page.c Patch from Dan Nicolaescu 2003-12-21 23:42:43 -08:00
ggc-zone.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
ggc.h alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
glimits.h
global.c Patch for asm clobber of fp. 2003-12-19 18:39:43 -08:00
gmon.c
graph.c re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_name) 2004-01-13 01:58:45 +00:00
graph.h gcc.c: Convert prototypes to ISO C90. 2003-07-06 08:15:36 +02:00
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c gthr-gnat.c: Remove #undef UNUSED. 2003-05-30 00:43:08 +00:00
gthr-gnat.h gthr-gnat.c: Remove #undef UNUSED. 2003-05-30 00:43:08 +00:00
gthr-posix.c re PR bootstrap/9330 ([alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix problem) 2003-07-31 12:01:07 +00:00
gthr-posix.h re PR bootstrap/9330 ([alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix problem) 2003-07-31 12:01:07 +00:00
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-vxworks.h
gthr-win32.h gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zero value, not just if defined. 2003-05-21 22:16:08 +00:00
gthr.h
haifa-sched.c re PR target/13608 (Incorrect code with -O3 -ffast-math) 2004-01-16 18:53:51 +00:00
hard-reg-set.h targhooks.c: New file. 2003-09-03 23:18:05 -04:00
hashtable.c hashtable.c (ht_expand): Avoid calculating rehash for the common case that the first probe hits an empty... 2003-08-22 22:29:17 +00:00
hashtable.h * tree.h (get_identifier) Define a macro form of get_identifier 2003-08-08 20:23:06 +00:00
hooks.c hooks.c (hook_bool_tree_true): New. 2003-10-07 19:23:08 +00:00
hooks.h hooks.c (hook_bool_tree_true): New. 2003-10-07 19:23:08 +00:00
host-default.c
hosthooks-def.h c-common.c (allow_pch): Remove. 2003-07-29 23:36:53 +00:00
hosthooks.h c-common.c (allow_pch): Remove. 2003-07-29 23:36:53 +00:00
hwint.h hwint.h (HOST_WIDE_INT_PRINT, [...]): New macros. 2003-06-25 19:33:08 +00:00
ifcvt.c backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
input.h Move cpp_reader's line_maps field to a shared global. 2004-01-19 21:30:18 -08:00
insn-addr.h
integrate.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
integrate.h ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'... 2003-07-10 11:38:18 +00:00
intl.c genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
intl.h * intl.h (N_): Remove parentheses. 2003-09-04 00:04:02 +00:00
jump.c alias.c: Fix comment formatting. 2003-07-22 23:15:30 +00:00
langhooks-def.h expr.h (expand_expr): Make it a macro, not a function. 2004-01-09 19:55:13 +00:00
langhooks.c expr.h (expand_expr): Make it a macro, not a function. 2004-01-09 19:55:13 +00:00
langhooks.h expr.h (expand_expr): Make it a macro, not a function. 2004-01-09 19:55:13 +00:00
lcm.c basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. 2003-12-11 00:20:51 +00:00
libfuncs.h * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2) 2003-10-07 02:23:42 +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 libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. 2003-09-04 12:47:46 +02:00
libgcc2.c libgcc2.c (__negdi2, [...]): Const-ify and/or initialize automatic variables at declaration. 2003-11-14 02:23:13 +00:00
libgcc2.h alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
libgcov.c * libgcov.c (gcov_exit): Fix two pastos. 2003-09-29 17:09:36 +00:00
limitx.h
limity.h
line-map.c Implement a cache for linemap_lookup. 2004-01-19 21:17:48 -08:00
line-map.h Implement a cache for linemap_lookup. 2004-01-19 21:17:48 -08:00
lists.c convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Compiler" with... 2003-06-16 11:30:25 +00:00
local-alloc.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
longlong.h longlong.h (mc68020, [...]): Remove redundant checks for implied target predefines. 2004-01-18 06:07:35 +01:00
loop-init.c backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
loop-unroll.c backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
loop-unswitch.c backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
loop.c re PR rtl-optimization/12440 (gcc 3.3.1 on i386 linux 2.4.22 crashes during compilation of quicktime4linux 2.0.0) 2004-01-20 16:55:56 +00:00
loop.h re PR rtl-optimization/12340 (loop unroller + gcse produces wrong code) 2003-09-27 17:18:25 +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 jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
mips-tdump.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
mips-tfile.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
mkconfig.sh * mkconfig.sh: Add multiple inclusion guards to generated headers. 2003-06-21 05:20:05 +00:00
mkdeps.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
mkdeps.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
mkheaders.in Makefile.in, [...]: Replace uses of ${target_alias} for directory names (and other places which... 2003-10-14 03:41:42 +00:00
mkinstalldirs * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version. 2003-07-30 01:37:07 +00:00
mklibgcc.in mklibgcc.in: Evaluate shlib_slibdir_qual during link step too. 2003-11-21 05:53:12 +01:00
mkmap-flat.awk
mkmap-symver.awk libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. 2003-09-04 12:47:46 +02:00
mode-classes.def genmodes.c, [...]: New files. 2003-10-10 20:33:07 +00:00
move-if-change
optabs.c expmed.c (store_bit_field, [...]): Use new named patterns 2004-01-01 14:13:44 +00:00
optabs.h expmed.c (store_bit_field, [...]): Use new named patterns 2004-01-01 14:13:44 +00:00
opts.c re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4) 2004-01-01 13:59:02 +00:00
opts.h c-common.c: Fix comment formatting. 2003-08-19 21:04:38 +00:00
opts.sh common.opt: Document --param. 2003-07-19 08:13:58 +00:00
output.h final.c (final_scan_insn): Make non-static again. 2004-01-18 22:37:29 +00:00
params.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
params.def c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and builtin_expect specially. 2004-01-17 00:03:14 +00:00
params.h genrecog.c: Use ISO C90 prototypes. 2003-06-01 17:59:10 +02:00
postreload.c postreload.c (reload_cse_simplify_operands): Don't remove implicit extension from LOAD_EXTEND_OP. 2004-01-16 16:11:56 +00:00
predict.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
predict.def Correct the description of these files in the comment header. 2003-11-28 22:23:36 +11:00
predict.h alias.c: Fix comment formatting. 2003-12-21 14:08:35 +00:00
prefix.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
prefix.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
pretty-print.c re PR c/13110 (error message includes extra blank line) 2003-12-19 22:32:32 -08:00
pretty-print.h ChangeLog.7: Fix comment typos. 2003-11-21 06:52:23 +00:00
print-rtl.c print-rtl.c (print_rtx): For hard register... 2003-12-31 18:02:44 -05:00
print-tree.c tree.h: Update documentation on nothrow_flag. 2004-01-05 10:16:35 -05:00
profile.c c-typeck.c: Fix comment typos. 2003-12-13 04:11:23 +00:00
protoize.c * protoize.c (substr): Delete, callers changed to `strstr'. 2003-08-14 06:04:46 +00:00
ra-build.c basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. 2003-12-11 00:20:51 +00:00
ra-colorize.c c-typeck.c: Fix comment typos. 2003-12-13 04:11:23 +00:00
ra-debug.c basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. 2003-12-11 00:20:51 +00:00
ra-rewrite.c basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. 2003-12-11 00:20:51 +00:00
ra.c flow.c (EXIT_IGNORE_STACK): Move to ... 2003-12-16 00:06:36 +00:00
ra.h re PR target/13608 (Incorrect code with -O3 -ffast-math) 2004-01-16 18:53:51 +00:00
read-rtl.c jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
real.c real.c: Update copyright date. 2004-01-12 18:37:40 +00:00
real.h genmodes.c, [...]: New files. 2003-10-10 20:33:07 +00:00
recog.c * recog.c (constrain_operands): Validate mem operands. 2004-01-09 19:14:07 -08:00
recog.h re PR c/11234 (-pedantic accepts function pointer <-> void*) 2004-01-09 20:03:58 +00:00
reg-stack.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
regclass.c re PR rtl-optimization/12828 (-floop-optimize is unstable on PowerPC (float to int conversion problem)) 2003-12-22 18:23:15 +00:00
regmove.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
regrename.c * regrename.c (find_oldest_value_reg): Fix a warning. 2004-01-14 17:55:20 +00:00
regs.h re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc) 2003-12-06 22:52:31 +10:30
reload.c Partial fix for PR opt/10776 2004-01-11 15:56:26 +00:00
reload.h jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
reload1.c * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc) 2004-01-17 22:14:17 +00:00
reorg.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
resource.c flow.c (EXIT_IGNORE_STACK): Move to ... 2003-12-16 00:06:36 +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 jump.c: Convert prototypes to ISO C90. 2003-07-06 11:56:09 +02:00
rtl.c emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are shared. 2004-01-20 22:16:59 +00:00
rtl.def rtl.def: Add comment about new option in automata_option. 2004-01-13 19:52:24 +00:00
rtl.h emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are shared. 2004-01-20 22:16:59 +00:00
rtlanal.c re PR rtl-optimization/5263 (a & b & ~a & ~b not optimized) 2004-01-19 21:51:06 +00:00
sbitmap.c sbitmap.c (sbitmap_union_of_diff_cg, [...]): Accumulate "changed" properly. 2003-12-28 16:53:27 +00:00
sbitmap.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
scan-decls.c re PR bootstrap/12490 (buffer overflow in scan-decls.c) 2003-10-08 12:29:27 +00:00
scan-types.sh
scan.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
scan.h scan.h: Convert to ISO C. 2003-06-16 18:24:08 +00:00
sched-deps.c re PR bootstrap/13692 (ICE in schedule_insns, at sched-rgn.c:2743 with stage1 compiler compiling crtstuff.c) 2004-01-15 10:47:01 +00:00
sched-ebb.c alias.c: Fix comment typos. 2004-01-06 16:51:21 +00:00
sched-int.h sched-int.h (sched_info): New field sched_max_insns_priority. 2003-10-07 08:18:42 +00:00
sched-rgn.c backport: et-forest.h (et_forest_create, [...]): Declarations removed. 2003-12-30 10:40:56 +00:00
sched-vis.c c-typeck.c: Fix comment typos. 2003-12-13 04:11:23 +00:00
sdbout.c c-common.h: Fix comment formatting. 2004-01-16 01:44:06 +00:00
sdbout.h sdbout.h: Use ISO C90 prototypes. 2003-06-01 17:43:59 +02:00
sibcall.c basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. 2003-12-11 00:20:51 +00:00
simplify-rtx.c re PR rtl-optimization/5263 (a & b & ~a & ~b not optimized) 2004-01-19 21:51:06 +00:00
sort-protos
sreal.c sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
sreal.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
stab.def
stack.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
stmt.c defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default. 2004-01-19 03:08:14 +00:00
stor-layout.c stor-layout.c (layout_decl): Turn bitfields into ordinary fields... 2003-12-30 19:49:59 +00:00
stringpool.c * tree.h (get_identifier) Define a macro form of get_identifier 2003-08-08 20:23:06 +00:00
stub-objc.c MERGE OF objc-improvements-branch into MAINLINE. 2003-09-25 01:26:01 +00:00
sys-protos.h
sys-types.h
system.h system.h (ASM_OUTPUT_SECTION_NAME): Poison. 2004-01-16 21:19:07 +00:00
target-def.h re PR target/13186 ([PPC] Internal compiler error in reload.c) 2003-12-04 09:11:19 +00:00
target.h calls.c: Replace STRICT_ARGUMENT_NAMING in comments with... 2004-01-14 21:59:30 +00:00
targhooks.c system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison. 2004-01-15 07:21:03 +00:00
targhooks.h re PR target/13186 ([PPC] Internal compiler error in reload.c) 2003-12-04 09:11:19 +00:00
timevar.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
timevar.def ssa.c, [...]: Remove files. 2003-11-20 20:05:08 -08:00
timevar.h sbitmap.c: Convert prototypes to ISO C90. 2003-07-06 14:35:56 +02:00
tlink.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
toplev.c varray.c: Include hashtab.h 2004-01-20 22:08:17 +00:00
toplev.h cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when there is always_inline callee. 2004-01-13 01:35:27 +00:00
tracer.c Makefile.in (tracer.o, [...]): Depend on timevar.h 2003-12-18 17:07:24 +00:00
tree-dump.c re PR middle-end/13234 (ICE when dumping a translation unit) 2003-12-18 15:09:40 -05:00
tree-dump.h predict.h: Convert to ISO C90 prototypes. 2003-06-08 16:21:54 +02:00
tree-inline.c cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when there is always_inline callee. 2004-01-13 01:35:27 +00:00
tree-inline.h tree.h (DID_INLINE_FUNC): Remove macro. 2003-08-05 14:11:53 +00:00
tree-optimize.c * tree-optimize.c (tree_rest_of_compilation): Fix warning. 2003-11-09 03:06:21 +00:00
tree.c Index: ChangeLog 2004-01-16 07:20:38 +00:00
tree.def Index: ChangeLog 2004-01-16 07:20:38 +00:00
tree.h Index: ChangeLog 2004-01-16 07:20:38 +00:00
tsystem.h tsystem.h: Add the prototype of strlen. 2003-11-05 05:17:16 +00:00
typeclass.h
unroll.c * unroll.c (find_splittable_givs): Add missing extend_value_for_giv. 2003-12-01 21:57:07 +00:00
unwind-c.c unwind-c.c: Add libgcc-style exception. 2003-08-19 20:53:24 +00:00
unwind-dw2-fde-darwin.c unwind-dw2.c (_Unwind_FindEnclosingFunction): Constify variable. 2003-11-01 10:59:50 +01:00
unwind-dw2-fde-glibc.c 2003-10-31 Andreas Jaeger <aj@suse.de>, 2003-10-31 21:46:26 +01:00
unwind-dw2-fde.c 2003-10-31 Andreas Jaeger <aj@suse.de>, 2003-10-31 21:46:26 +01:00
unwind-dw2-fde.h dwarf2.h, [...]: Add multiple-include guard. 2004-01-08 07:50:46 +00:00
unwind-dw2.c unwind-dw2.c (_Unwind_FrameState): Remove commas at end of enumeration list. 2003-11-01 19:31:56 +01:00
unwind-pe.h dwarf2.h, [...]: Add multiple-include guard. 2004-01-08 07:50:46 +00:00
unwind-sjlj.c unwind-sjlj.c (_Unwind_GetCFA): Return (_Unwind_Word)0 instead of NULL. 2003-11-02 00:00:08 +00:00
unwind.h dwarf2.h, [...]: Add multiple-include guard. 2004-01-08 07:50:46 +00:00
unwind.inc unwind-c.c: Add libgcc-style exception. 2003-08-19 20:53:24 +00:00
value-prof.c ChangeLog.7: Fix comment typos. 2003-11-21 06:52:23 +00:00
value-prof.h Makefile.in (toplev.o): Add value-prof.h dependency. 2003-10-19 21:37:32 +00:00
varasm.c system.h (SHARED_BSS_SECTION_ASM_OP): Poison. 2004-01-14 00:49:05 +00:00
varray.c varray.c: Include hashtab.h 2004-01-20 22:08:17 +00:00
varray.h varray.c: Include hashtab.h 2004-01-20 22:08:17 +00:00
version.c Daily bump. 2004-01-21 00:16:14 +00:00
version.h
vmsdbg.h
vmsdbgout.c alias.c [...]: Remove unnecessary casts. 2003-07-19 14:47:15 +00:00
web.c ChangeLog.7: Fix comment typos. 2003-11-21 06:52:23 +00:00
xcoff.h [approved by wilson] 2003-12-02 20:07:25 +11:00
xcoffout.c [approved by wilson] 2003-12-02 20:07:25 +11:00
xcoffout.h unroll.c: Convert prototypes to ISO C90. 2003-07-06 18:53:24 +02:00

README.Portability

Copyright (C) 2000, 2003 Free Software Foundation, Inc.

This file is intended to contain a few notes about writing C code
within GCC so that it compiles without error on the full range of
compilers GCC needs to be able to compile on.

The problem is that many ISO-standard constructs are not accepted by
either old or buggy compilers, and we keep getting bitten by them.
This knowledge until know has been sparsely spread around, so I
thought I'd collect it in one useful place.  Please add and correct
any problems as you come across them.

I'm going to start from a base of the ISO C89 standard, since that is
probably what most people code to naturally.  Obviously using
constructs introduced after that is not a good idea.

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.