gcc/gcc
Robert Millan e2befd7d4b kfreebsdgnu.h: New.
2003-09-28  Robert Millan  <robertmh@gnu.org>

	* config/i386/kfreebsdgnu.h: New. i386-*-kfreebsd-gnu definitions.
	* config/kfreebsdgnu.h: New. *-*-kfreebsd-gnu definitions.
	* config/t-kfreebsd-gnu: New. *-*-kfreebsd-gnu tmake_file.
	* config.gcc: Add *-*-kfreebsd*-gnu and i[34567]86-*-kfreebsd*-gnu.

From-SVN: r72744
2003-10-21 02:52:47 -07:00
..
ada Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir. 2003-10-21 06:17:45 +00:00
config kfreebsdgnu.h: New. 2003-10-21 02:52:47 -07:00
cp ChangeLog: Fix typos. 2003-10-21 02:16:17 +00:00
doc Makefile.in: Get parsedir and docobjdir from configure. 2003-10-20 23:45:51 +00:00
f Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir. 2003-10-21 06:17:45 +00:00
fixinc inclhack.def (hpux11_snprintf): New edit. 2003-10-20 21:16:13 +00:00
ginclude
java Make-lang.in (info): Honor $(parsedir) and $(docobjdir). 2003-10-21 02:25:17 +00:00
objc Makefile.in (install-info): Simplify. 2003-10-20 20:58:26 +00:00
po Correct previous ChangeLog entry. 2003-09-27 04:53:13 +00:00
testsuite c-common.c (expand_tree_builtin): Ensure creal and cimag functions do not return lvalues. 2003-10-20 23:03:34 +01:00
treelang Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir. 2003-10-21 06:17:45 +00:00
.cvsignore
ABOUT-GCC-NLS
aclocal.m4 * aclocal.m4: Properly quote names of macros being defined. 2003-10-14 21:21:07 +00:00
alias.c correct comment 2003-10-02 13:43:57 -04:00
alloc-pool.c
alloc-pool.h
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
bb-reorder.c
bitmap.c
bitmap.h
bt-load.c
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 (fold_builtin_memcpy, [...]): New functions. 2003-10-16 02:36:48 +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 c-common.c (expand_tree_builtin): Ensure creal and cimag functions do not return lvalues. 2003-10-20 23:03:34 +01:00
c-common.def
c-common.h stmt.c (expand_asm_operands): Take a location_t, instead of individual file and line. 2003-09-28 12:09:53 -07:00
c-config-lang.in
c-convert.c
c-cppbuiltin.c real.h (REAL_MODE_FORMAT): New macro. 2003-10-06 22:47:32 +00:00
c-decl.c retain DECL_COMMON of old declaration 2003-10-04 16:49:26 +00:00
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.c (gcc_diag_char_table): Add %J. 2003-09-20 22:07:20 -07:00
c-incpath.c Makefile.in (LIBCPP_DEPS): Add HASHTAB_H. 2003-07-29 22:26:13 +00:00
c-incpath.h
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 c-format.c (gcc_diag_char_table): Add %J. 2003-09-20 22:07:20 -07:00
c-opts.c c-opts.c (c_common_post_options): Don't call cpp_find_main_file yet. 2003-10-02 00:25:03 -07:00
c-parse.in c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method(). 2003-10-15 00:10:27 +00:00
c-pch.c c-common.c (allow_pch): Remove. 2003-07-29 23:36:53 +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-format.c (gcc_diag_char_table): Add %J. 2003-09-20 22:07:20 -07:00
c-pragma.h
c-pretty-print.c c-pretty-print.c (pp_c_postfix_expression): Fix thinko. 2003-10-08 14:13:53 -04: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++/12519 (ICE tree check: in genrtl_cleanup_stmt, at c-semantics.c:761) 2003-10-07 18:10:37 -04:00
c-tree.h MERGE OF objc-improvements-branch into MAINLINE. 2003-09-25 01:26:01 +00:00
c-typeck.c re PR c/12446 (ICE in emit_move_insn on complicated array reference) 2003-10-04 18:02:32 +00:00
c.opt MERGE OF objc-improvements-branch into MAINLINE. 2003-09-25 01:26:01 +00:00
caller-save.c
calls.c function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into account when aligning arguments. 2003-10-07 19:48:23 +00:00
cfg.c * cfg.c (dump_flow_info): Skip register dump if reg_n_info null. 2003-09-17 16:45:59 -07:00
cfganal.c
cfgbuild.c cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of finding the note again. 2003-09-02 08:46:21 +00:00
cfgcleanup.c cfgcleanup.c (label_is_jump_target_p): Correct use of table returned by tablejump_p. 2003-09-16 21:14:41 +00:00
cfghooks.c
cfghooks.h
cfglayout.c c-pretty-print.c: Fix comment formatting. 2003-10-05 13:09:48 +00:00
cfglayout.h
cfgloop.c
cfgloop.h
cfgloopanal.c c-pretty-print.c: Fix comment formatting. 2003-10-05 13:09:48 +00:00
cfgloopmanip.c * cfgloopmanip.c (fix_irreducible_loops): Initialize e correctly. 2003-10-07 22:14:07 +00:00
cfgrtl.c re PR rtl-optimization/11646 (ICE in commit_one_edge_insertion with -fnon-call-exceptions -fgcse -O) 2003-09-17 07:11:01 +00:00
cgraph.c cgraph.c (cgraph_node): Use INSERT instead of 1 in htab_find_slot_with_hash. 2003-10-02 15:11:40 +00:00
cgraph.h cgraph.h (cgraph_remove_edge): Declare. 2003-09-25 18:11:19 +00:00
cgraphunit.c toplev.c (rest_of_compilation): Fix webizer pass ordering. 2003-10-20 21:46:55 +00:00
ChangeLog kfreebsdgnu.h: New. 2003-10-21 02:52:47 -07:00
ChangeLog.0
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9 fix date typo 2003-07-24 17:18:40 +00:00
ChangeLog.lib
collect2.c collect2.c (COLLECT_PARSE_FLAG): Provide default. 2003-10-17 11:27:13 +00:00
collect2.h
combine.c combine.c (simplify_set): Do not clear out undobuf.other_insn already set elsewhere. 2003-10-17 13:36:48 +00:00
common.opt Makefile.in (toplev.o): Add value-prof.h dependency. 2003-10-19 21:37:32 +00:00
conditions.h
config.build xm-iris5.h: Remove, unnecessary. 2003-10-01 23:51:10 +00:00
config.gcc kfreebsdgnu.h: New. 2003-10-21 02:52:47 -07:00
config.guess
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 configure.in: Add snprintf to gcc_AC_CHECK_DECLS list. 2003-10-16 18:05:57 +00:00
configure Makefile.in: Get parsedir and docobjdir from configure. 2003-10-20 23:45:51 +00:00
configure.in Makefile.in: Get parsedir and docobjdir from configure. 2003-10-20 23:45:51 +00:00
conflict.c avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset. 2003-08-11 21:47:39 +00:00
convert.c c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. 2003-09-01 05:06:25 +00:00
convert.h
COPYING
COPYING.LIB
coretypes.h
coverage.c stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here. 2003-10-09 01:44:57 -04:00
coverage.h toplev.c (rest_of_compilation): Fix webizer pass ordering. 2003-10-20 21:46:55 +00:00
cppcharset.c c-pretty-print.c: Fix comment formatting. 2003-10-05 13:09:48 +00:00
cppdefault.c
cppdefault.h
cpperror.c cpperror.c (print_location): Don't check for !pfile->buffer. 2003-08-27 17:21:34 -07:00
cppexp.c * cppexp.c (parse_defined): Warn only if -pedantic. 2003-08-03 12:23:46 +00:00
cppfiles.c c-pretty-print.c: Fix comment typos. 2003-10-05 19:50:56 +00:00
cpphash.c
cpphash.h cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_stack_file call over the two functions. 2003-10-02 00:23:27 -07:00
cppinit.c cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_stack_file call over the two functions. 2003-10-02 00:23:27 -07:00
cpplex.c cpplex.c (_cpp_clean_line): In the common case of a line with no trigraphs and no \-newline... 2003-10-13 18:53:28 +00:00
cpplib.c cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change callback even when popping the main file. 2003-10-02 00:30:34 -07:00
cpplib.h cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_stack_file call over the two functions. 2003-10-02 00:23:27 -07:00
cppmacro.c cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change callback even when popping the main file. 2003-10-02 00:30:34 -07:00
cpppch.c cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change callback even when popping the main file. 2003-10-02 00:30:34 -07:00
cppspec.c
cpptrad.c cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed 08-28 change... 2003-10-02 00:20:38 -07:00
cppucnid.h
cppucnid.pl
cppucnid.tab
crtstuff.c
cse.c cse.c (cse_insn): Check that the tentative replacement was successfully forced to memory before... 2003-10-18 07:32:08 +00:00
cselib.c
cselib.h
cstamp-h.in
dbxout.c c-pretty-print.c: Fix comment formatting. 2003-10-05 13:09:48 +00:00
dbxout.h
dbxstclass.h
debug.c
debug.h
defaults.h Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-modes.o. 2003-10-13 21:16:33 +00:00
df.c
df.h
diagnostic.c Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. 2003-09-21 22:09:32 -07:00
diagnostic.def
diagnostic.h builtin-attrs.def: Fix comment formatting. 2003-08-22 06:25:09 +00:00
dojump.c builtins.c (expand_builtin_mathfn): Use get_callee_fndecl. 2003-08-20 15:27:49 -04:00
doloop.c
dominance.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
doschk.c
dummy-conditions.c
dwarf2.h
dwarf2asm.c * dwarf2asm.c (dw2_asm_output_nstring): Add comment. 2003-09-16 18:32:36 +00:00
dwarf2asm.h
dwarf2out.c Fix -feliminate-dwarf2-dups ICE. 2003-10-06 15:25:19 -07:00
dwarf2out.h
dwarf.h
dwarfout.c Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-modes.o. 2003-10-13 21:16:33 +00:00
emit-rtl.c rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
errors.c errors.c: Don't include coretypes.h or tm.h. 2003-10-07 20:06:37 +00:00
errors.h
et-forest.c
et-forest.h
except.c Apply proper patch file for last change. 2003-09-18 16:53:03 -04:00
except.h except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change. 2003-10-01 18:54:46 +00:00
explow.c re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc) 2003-09-18 20:43:13 +00:00
expmed.c expmed.c (store_bit_field): Don't search for an integer mode unless we need the result. 2003-09-26 13:28:45 +00:00
expr.c expr.c (block_move_libcall_safe_for_call_parm): Clean up... 2003-10-14 15:01:44 +00:00
expr.h target.h (init_libfuncs): New hook. 2003-10-02 00:44:29 +00:00
final.c final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns as well. 2003-10-18 19:13:04 +00:00
fix-header.c cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_stack_file call over the two functions. 2003-10-02 00:23:27 -07:00
fixproto
flags.h toplev.c (rest_of_compilation): Fix webizer pass ordering. 2003-10-20 21:46:55 +00:00
flow.c flow.c (init_propagate_block_info): Don't abort if a conditional jump is not a comparison of a register. 2003-10-17 10:30:43 +00:00
fold-const.c fold-const.c (tree_swap_operands_p): disables some features when optimizing for size. 2003-10-15 22:32:27 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c re PR rtl-optimization/12544 (ICE with large parameters used in nested functions) 2003-10-11 20:56:24 +00:00
function.h MERGE OF objc-improvements-branch into MAINLINE. 2003-09-25 01:26:01 +00:00
future.options
gbl-ctors.h
gcc.c re PR bootstrap/12173 (IRIX 6 O32 (with as) bootstrap failure due to gcc -g -E warning) 2003-10-07 21:14:14 +00:00
gcc.h
gccbug.in configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix quoting. 2003-09-17 20:01:06 +00:00
gccspec.c
gcov-dump.c
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.c gcov.c (typedef struct arc_info): New field cs_count. 2003-08-27 21:13:17 +00:00
gcse.c common.opt: Add description of the new -fgcse-las flag. 2003-10-17 16:16:45 +00:00
gdbinit.in rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
gen-protos.c
genattr.c
genattrtab.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
genattrtab.h
genautomata.c
gencheck.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genextract.c
genflags.c
gengenrtl.c rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
gengtype-lex.l gengtype-lex.l: Remove -Wtraditional cruft. 2003-10-07 23:54:10 +00:00
gengtype-yacc.y
gengtype.c rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
gengtype.h
genmodes.c Remove stray blank line 2003-10-15 22:06:16 +00:00
genmultilib
genopinit.c Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-modes.o. 2003-10-13 21:16:33 +00:00
genoutput.c c-pretty-print.c: Fix comment typos. 2003-10-05 19:50:56 +00:00
genpeep.c
genpreds.c
genrecog.c avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset. 2003-08-11 21:47:39 +00:00
gensupport.c
gensupport.h
ggc-common.c ggc-common.c (init_ggc_heuristics): Don't use the heuristics when gc checking is enabled. 2003-09-06 15:06:36 +00:00
ggc-none.c
ggc-page.c rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
ggc-simple.c
ggc.h rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
glimits.h
global.c
gmon.c
graph.c
graph.h
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c
gthr-gnat.h
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.h
haifa-sched.c haifa-sched.c (ok_for_early_schedule): New function. 2003-10-09 09:08:37 +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
ifcvt.c * ifcvt.c (noce_try_addcc): Handle ifs with 'else' case. 2003-10-17 13:38:52 +00:00
input.h c-common.c (handle_warn_unused_result_attribute): New function. 2003-09-16 09:58:27 +02:00
insn-addr.h
integrate.c * integrate.c (copy_decl_for_inlining): Revert previous patch. 2003-10-18 20:32:57 +00:00
integrate.h
intl.c
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 tree.c (get_callee_fndecl): Call lang_hooks.lang_get_callee_fndecl. 2003-10-06 13:50:41 +00:00
langhooks.c re PR debug/12066 (g++ generates stabs for "char *" that gdb cannot read) 2003-09-17 20:52:41 +00:00
langhooks.h tree.c (get_callee_fndecl): Call lang_hooks.lang_get_callee_fndecl. 2003-10-06 13:50:41 +00:00
LANGUAGES
lcm.c lcm.c (optimize_mode_switching): Change NORMAL_MODE to MODE_ENTRY and MODE_EXIT. 2003-10-10 21:28:56 +00:00
libfuncs.h * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2) 2003-10-07 02:23:42 +00:00
libgcc2.c
libgcc2.h
libgcc-std.ver libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. 2003-09-04 12:47:46 +02: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 cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>". 2003-07-30 06:43:33 +00:00
line-map.h c-common.c: Fix comment formatting. 2003-08-19 21:04:38 +00:00
lists.c
local-alloc.c * local-alloc.c (combine_regs): Fix comment typo. 2003-08-07 08:24:55 +00:00
longlong.h * longlong.h (umul_ppmm): Add ColdFire support. 2003-08-21 03:11:42 +02:00
loop-init.c
loop-unroll.c
loop-unswitch.c re PR rtl-optimization/10914 (unswitch loops does not work on powerpc) 2003-09-14 18:55:53 -07:00
loop.c c-pretty-print.c: Fix comment typos. 2003-10-05 19:50: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: Include hashtab.h. 2003-10-15 21:57:21 +00:00
machmode.h genmodes.c: Include hashtab.h. 2003-10-15 21:57:21 +00:00
main.c
Makefile.in Makefile.in: Get parsedir and docobjdir from configure. 2003-10-20 23:45:51 +00:00
mips-tdump.c
mips-tfile.c c-decl.c: Fix comment formatting. 2003-08-22 06:45:14 +00:00
mkconfig.sh
mkdeps.c
mkdeps.h
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: Don't hide undefined or typeless symbols. 2003-10-08 18:12:36 +00: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
ONEWS
optabs.c c-common.c (registered_builtin_types): New static. 2003-10-20 18:28:27 +00:00
optabs.h expr.c (cmpstr_optab, [...]): New. 2003-10-07 07:25:32 +00:00
opts.c toplev.c (rest_of_compilation): Fix webizer pass ordering. 2003-10-20 21:46:55 +00:00
opts.h c-common.c: Fix comment formatting. 2003-08-19 21:04:38 +00:00
opts.sh
output.h output.h (compute_reloc_for_constant): Declare. 2003-10-01 22:57:57 +00:00
params.c
params.def toplev.c (rest_of_compilation): Fix webizer pass ordering. 2003-10-20 21:46:55 +00:00
params.h
postreload.c c-pretty-print.c: Fix comment typos. 2003-10-05 19:50:56 +00:00
predict.c re PR rtl-optimization/10914 (unswitch loops does not work on powerpc) 2003-09-14 18:55:53 -07:00
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c pretty-print.c (pp_construct): Use xcalloc instead of xmalloc when allocating pp->buffer. 2003-09-12 23:47:01 +00:00
pretty-print.h pretty-print.h (pp_maybe_newline_and_indent): New macro. 2003-08-25 19:10:50 +00:00
print-rtl.c Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-modes.o. 2003-10-13 21:16:33 +00:00
print-tree.c Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. 2003-09-21 22:09:32 -07:00
profile.c Makefile.in (toplev.o): Add value-prof.h dependency. 2003-10-19 21:37:32 +00:00
protoize.c * protoize.c (substr): Delete, callers changed to `strstr'. 2003-08-14 06:04:46 +00:00
ra-build.c ra.c: Convert to ISO C90 prototypes. 2003-09-14 13:42:33 +00:00
ra-colorize.c ra.c: Convert to ISO C90 prototypes. 2003-09-14 13:42:33 +00:00
ra-debug.c ra.c: Convert to ISO C90 prototypes. 2003-09-14 13:42:33 +00:00
ra-rewrite.c c-decl.c (finish_function): Convert definition to ISO C90. 2003-09-28 06:37:41 +02:00
ra.c ra.c: Convert to ISO C90 prototypes. 2003-09-14 13:42:33 +00:00
ra.h
read-rtl.c
README-fixinc
README.Portability
real.c Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-modes.o. 2003-10-13 21:16:33 +00:00
real.h genmodes.c, [...]: New files. 2003-10-10 20:33:07 +00:00
recog.c builtin-attrs.def: Fix comment formatting. 2003-08-22 06:25:09 +00:00
recog.h
reg-stack.c re PR rtl-optimization/12612 (ICE when using log function with -O3 -ffast-math) 2003-10-19 18:00:12 +00:00
regclass.c Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-modes.o. 2003-10-13 21:16:33 +00:00
regmove.c c-pretty-print.c: Fix comment typos. 2003-10-05 19:50:56 +00:00
regrename.c Makefile.in (web.o): New. 2003-10-11 22:57:48 +00:00
regs.h
reload1.c rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
reload.c reload.c (find_reloads_subreg_address): Use correct offset for paradoxical MEM subregs on big-endian targets. 2003-10-06 15:56:07 +00:00
reload.h
reorg.c re PR target/12301 (corruption in exception path, exception in returned expression) 2003-09-21 08:17:48 +00:00
resource.c
resource.h
rtl-error.c
rtl.c rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
rtl.def rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
rtl.h rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
rtlanal.c rtl.h (rtl_size): Declare. 2003-10-18 18:45:16 +00:00
sbitmap.c
sbitmap.h
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
scan.h
sched-deps.c expr.c: Follow spelling conventions. 2003-10-11 19:00:49 +00:00
sched-ebb.c Makefile.in (web.o): New. 2003-10-11 22:57:48 +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 sched-int.h (sched_info): New field sched_max_insns_priority. 2003-10-07 08:18:42 +00:00
sched-vis.c
sdbout.c expr.c: Follow spelling conventions. 2003-10-11 19:00:49 +00:00
sdbout.h
SERVICE
sibcall.c
simplify-rtx.c re PR rtl-optimization/12260 (ICE in output_operand: invalid expression as operand) 2003-10-11 21:06:19 +00:00
sort-protos
sreal.c
sreal.h
ssa-ccp.c
ssa-dce.c
ssa.c
ssa.h
stab.def
stack.h
stmt.c stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here. 2003-10-09 01:44:57 -04:00
stor-layout.c re PR c/12553 ([tree-ssa] ICE in gimplify_expr with volatiles) 2003-10-20 17:57:29 -04: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 configure.in: Add snprintf to gcc_AC_CHECK_DECLS list. 2003-10-16 18:05:57 +00:00
target-def.h haifa-sched.c (ok_for_early_schedule): New function. 2003-10-09 09:08:37 +00:00
target.h haifa-sched.c (ok_for_early_schedule): New function. 2003-10-09 09:08:37 +00:00
targhooks.c hooks.c (hook_bool_tree_true): New. 2003-10-07 19:23:08 +00:00
targhooks.h hooks.c (hook_bool_tree_true): New. 2003-10-07 19:23:08 +00:00
timevar.c
timevar.def Makefile.in (toplev.o): Add value-prof.h dependency. 2003-10-19 21:37:32 +00:00
timevar.h
tlink.c
toplev.c toplev.c (rest_of_compilation): Fix webizer pass ordering. 2003-10-20 21:46:55 +00:00
toplev.h c-decl.c (c_expand_body_1): Push and pop function context here. 2003-09-08 08:56:27 -07:00
tracer.c
tree-dump.c Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. 2003-09-21 22:09:32 -07:00
tree-dump.h
tree-inline.c toplev.c (rest_of_compilation): Fix webizer pass ordering. 2003-10-20 21:46:55 +00:00
tree-inline.h tree.h (DID_INLINE_FUNC): Remove macro. 2003-08-05 14:11:53 +00:00
tree-optimize.c Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. 2003-09-21 22:09:32 -07:00
tree.c re PR c/12553 ([tree-ssa] ICE in gimplify_expr with volatiles) 2003-10-20 17:57:29 -04:00
tree.def Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. 2003-09-21 22:09:32 -07:00
tree.h stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here. 2003-10-09 01:44:57 -04:00
tsystem.h
typeclass.h
unroll.c re PR rtl-optimization/12340 (loop unroller + gcse produces wrong code) 2003-09-27 17:18:25 +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-fde-glibc.c
unwind-dw2-fde.c
unwind-dw2-fde.h
unwind-dw2.c dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Honor DWARF_ALT_FRAME_RETURN_COLUMN. 2003-09-30 23:01:47 -07:00
unwind-libunwind.c
unwind-pe.h unwind-pe.h (read_encoded_value_with_base): Constify u and its inizialization cast. 2003-10-03 15:42:08 +00:00
unwind-sjlj.c unwind-c.c: Add libgcc-style exception. 2003-08-19 20:53:24 +00:00
unwind.h libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. 2003-09-04 12:47:46 +02:00
unwind.inc unwind-c.c: Add libgcc-style exception. 2003-08-19 20:53:24 +00:00
value-prof.c Makefile.in (toplev.o): Add value-prof.h dependency. 2003-10-19 21:37:32 +00:00
value-prof.h Makefile.in (toplev.o): Add value-prof.h dependency. 2003-10-19 21:37:32 +00:00
varasm.c varasm.c (notice_global_symbol): Fix handling of variables; avoid re-computing of variable. 2003-10-11 17:38:29 +00:00
varray.c
varray.h
version.c Daily bump. 2003-10-21 00:16:09 +00:00
version.h
vmsdbg.h
vmsdbgout.c
web.c * web.c: Fix various comments. 2003-10-21 09:04:56 +00:00
xcoffout.c Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. 2003-09-21 22:09:32 -07:00
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 C89 standard, since that is
probably what most people code to naturally.  Obviously using
constructs introduced after that is not a good idea.

The first section of this file deals strictly with portability issues,
the second with common coding pitfalls, and the third with obsolete
K+R portability issues.


			Portability Issues
			==================

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

Some SGI compilers choke on the parentheses in:-

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.


			K+R Portability Issues
			======================

Unary +
-------

K+R C compilers and preprocessors have no notion of unary '+'.  Thus
the following code snippet contained 2 portability problems.

int x = +2;  /* int x = 2;  */
#if +1       /* #if 1  */
#endif


Pointers to void
----------------

K+R C compilers did not have a void pointer, and used char * as the
pointer to anything.  The macro PTR is defined as either void * or
char * depending on whether you have a standards compliant compiler or
a K+R one.  Thus

  free ((void *) h->value.expansion);

should have been written

  free ((PTR) h->value.expansion);

Further, an initial investigation indicates that pointers to functions
returning void were okay.  Thus the example given by "Calling
functions through pointers to functions" below appeared not to cause a
problem.


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

K+R C did not allow concatenation of string literals like

  "This is a " "single string literal".


signed keyword
--------------

The signed keyword did not exist in K+R compilers; it was introduced
in ISO C89, so you could not use it.  In both K+R and standard C,
unqualified char and bitfields may be signed or unsigned.  There is no
way to portably declare signed chars or signed bitfields.

All other arithmetic types are signed unless you use the 'unsigned'
qualifier.  For instance, it was safe to write

  short paramc;

instead of

  signed short paramc;

If you have an algorithm that depends on signed char or signed
bitfields, you had to find another way to write it before it could be
integrated into GCC.


Function prototypes
-------------------

You need to provide a function prototype for every function before you
use it, and functions had to be defined K+R style.  The function
prototype should have used the PARAMS macro, which takes a single
argument.  Therefore the parameter list had to be enclosed in
parentheses.  For example,

int myfunc PARAMS ((double, int *));

int
myfunc (var1, var2)
     double var1;
     int *var2;
{
  ...
}

This implies that if the function takes no arguments, it had to be
declared and defined as follows:

int myfunc PARAMS ((void));

int
myfunc ()
{
  ...
}

You also had to use PARAMS when referring to function protypes in
other circumstances, for example see "Calling functions through
pointers to functions" below.

Variable-argument functions are best described by example:-

void cpp_ice PARAMS ((cpp_reader *, const char *msgid, ...));

void
cpp_ice VPARAMS ((cpp_reader *pfile, const char *msgid, ...))
{
  VA_OPEN (ap, msgid);
  VA_FIXEDARG (ap, cpp_reader *, pfile);
  VA_FIXEDARG (ap, const char *, msgid);

  ...
  VA_CLOSE (ap);
}

See ansidecl.h for the definitions of the above macros and more.

One aspect of using K+R style function declarations, is you could not
have arguments whose types are char, short, or float, since without
prototypes (ie, K+R rules), these types are promoted to int, int, and
double respectively.

Calling functions through pointers to functions
-----------------------------------------------

K+R C compilers require parentheses around the dereferenced function
pointer expression in the call, whereas ISO C relaxes the syntax.  For
example

typedef void (* cl_directive_handler) PARAMS ((cpp_reader *, const char *));
      *p->handler (pfile, p->arg);

had to become

      (*p->handler) (pfile, p->arg);


Macros
------

The rules under K+R C and ISO C for achieving stringification and
token pasting are quite different.  Therefore some macros have been
defined which will get it right depending upon the compiler.

  CONCAT2(a,b) CONCAT3(a,b,c) and CONCAT4(a,b,c,d)

will paste the tokens passed as arguments.  You must not leave any
space around the commas.  Also,

  STRINGX(x)

will stringify an argument; to get the same result on K+R and ISO
compilers x should not have spaces around it.


Passing structures by value
---------------------------

You had to avoid passing structures by value, either to or from
functions.  It seems some K+R compilers handle this differently or not
at all.


Enums
-----

In K+R C, you had to cast enum types to use them as integers, and some
compilers in particular give lots of warnings for using an enum as an
array index.


Bitfields
---------

See also "signed keyword" above.  In K+R C only unsigned int bitfields
were defined (i.e. unsigned char, unsigned short, unsigned long.
Using plain int/short/long was not allowed).


Reserved Keywords
-----------------

K+R C has "entry" as a reserved keyword, so you had to not use it for
your variable names.


Type promotions
---------------

K+R used unsigned-preserving rules for arithmetic expresssions, while
ISO uses value-preserving.  This means an unsigned char compared to an
int is done as an unsigned comparison in K+R (since unsigned char
promotes to unsigned) while it is signed in ISO (since all of the
values in unsigned char fit in an int, it promotes to int).


Suffixes on Integer Constants
-----------------------------

K+R C did not accept a 'u' suffix on integer constants.  If you wanted
to declare a constant to be be unsigned, you had to use an explicit
cast.