gcc/gcc
Richard Henderson d116433079 * combine.c (nonzero_bits): Fix double break.
From-SVN: r62495
2003-02-06 11:26:42 -08:00
..
ada fastjar.texi: Update to GFDL 1.2. 2003-02-04 01:27:53 +00:00
config re PR c/9530 (ICE on missing return statement) 2003-02-06 10:39:45 +00:00
cp re PR c++/7129 (ICE with min/max assignment operators (<?= and >?=)) 2003-02-04 07:23:14 +00:00
doc Makefile.in (host_hook_obj): New. 2003-02-06 01:47:56 +00:00
f fastjar.texi: Update to GFDL 1.2. 2003-02-04 01:27:53 +00:00
fixinc * fixinc/Makefile.in (FL_LIST): Revert last change. 2003-01-23 16:38:37 +00:00
ginclude * gcc/ginclude/stddef.h: Support the FreeBSD 5 typedef system. 2002-10-04 21:16:07 +00:00
intl Fix typo last change. 2002-05-26 12:06:11 -07:00
java Reverted erroneously applied patch 2003-02-06 19:01:24 +00:00
objc tree.h (TYPE_BINFO_SIZE, [...]): Remove. 2003-01-31 14:46:55 +00:00
po be.po, de.po: New files. 2003-02-04 21:11:00 +00:00
testsuite re PR c/9530 (ICE on missing return statement) 2003-02-06 10:39:45 +00:00
treelang fastjar.texi: Update to GFDL 1.2. 2003-02-04 01:27:53 +00:00
.cvsignore Add more cscope data files 2002-06-10 02:36:06 +00:00
ABOUT-GCC-NLS ABOUT-GCC-NLS: Remove reference to enquire... 2002-09-18 05:07:02 +00:00
ABOUT-NLS ABOUT-NLS: Follow spelling conventions. 2002-09-16 11:42:00 +00:00
COPYING
COPYING.LIB
ChangeLog * combine.c (nonzero_bits): Fix double break. 2003-02-06 11:26:42 -08:00
ChangeLog.0 ChangeLog: Follow spelling conventions. 2002-09-22 02:03:17 +00:00
ChangeLog.1 ChangeLog.1: Fix typos. 2002-10-28 14:07:45 +00:00
ChangeLog.2 ChangeLog: Follow spelling conventions. 2002-12-19 05:18:13 +00:00
ChangeLog.3 ChangeLog: Follow spelling conventions. 2002-09-22 02:03:17 +00:00
ChangeLog.4 ChangeLog: Follow spelling conventions. 2002-12-19 05:18:13 +00:00
ChangeLog.5 ChangeLog: Follow spelling conventions. 2002-12-19 05:18:13 +00:00
ChangeLog.6 ChangeLog.4: Fix typos. 2002-09-28 15:29:45 +00:00
ChangeLog.7 Fix typos. 2002-11-15 14:53:41 +01:00
ChangeLog.lib
FSFChangeLog
FSFChangeLog.10 ChangeLog.4: Fix typos. 2002-09-28 15:29:45 +00:00
FSFChangeLog.11 ChangeLog.1: Follow spelling conventions. 2002-09-26 12:29:45 +00:00
LANGUAGES LANGUAGES: Follow spelling conventions. 2002-09-27 12:48:07 +00:00
Makefile.in Makefile.in (host_hook_obj): New. 2003-02-06 01:47:56 +00:00
ONEWS
README-fixinc
README.Portability * README.Portability: Fix typos. 2002-07-02 09:45:42 +09:30
SERVICE
acconfig.h
aclocal.m4 aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend ${ac_tool_prefix} to ADAC or CC. 2003-01-13 17:23:25 +00:00
alias.c alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
alloc-pool.c Warning fixes: 2003-01-05 05:27:45 +00:00
alloc-pool.h Makefile.in (OBJS): Add alloc-pool.o 2002-12-19 15:53:46 +00:00
attribs.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
basic-block.h i386.c (x86_inter_unit_moves): New variable. 2003-02-06 10:03:13 +00:00
bb-reorder.c cfgloopanal.c: New file. 2003-01-24 20:27:02 +00:00
bitmap.c bitmap.h (BITMAP_WORD): New typedef: fundamental storage type for bitmaps. 2003-01-25 10:21:22 -08:00
bitmap.h bitmap.h (BITMAP_WORD): New typedef: fundamental storage type for bitmaps. 2003-01-25 10:21:22 -08:00
builtin-attrs.def re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::abort) 2002-07-06 00:16:44 +00:00
builtin-types.def [multiple changes] 2003-02-01 11:00:02 -08:00
builtins.c [multiple changes] 2003-02-01 11:00:02 -08:00
builtins.def [multiple changes] 2003-02-01 11:00:02 -08:00
c-aux-info.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
c-common.c [multiple changes] 2003-02-01 11:00:02 -08:00
c-common.def builtins.def: Fix comment formatting. 2002-09-29 13:16:44 +00:00
c-common.h alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
c-config-lang.in Make gengtype.c language independent. 2002-07-14 01:59:15 +00:00
c-convert.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
c-decl.c Rename -W to -Wextra. 2003-01-24 15:17:26 +00:00
c-dump.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
c-errors.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
c-format.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
c-lang.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
c-lex.c re PR c++/9264 ([parser] ICE on invalid octal constant) 2003-01-13 00:14:59 +00:00
c-objc-common.c Merge from pch-branch. 2003-01-10 02:22:34 +00:00
c-opts.c cpplib.h (struct cpp_options): Add warn_deprecated field. 2003-01-28 14:30:00 -05:00
c-parse.in * c-parse.in: Remove '%expect 32' directive in objc mode 2003-01-28 01:56:32 +00:00
c-pch.c c-pch.c (asm_file_startpos): Change to `long'. 2003-01-12 16:44:09 +00:00
c-pragma.c alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
c-pragma.h coretypes.h (cpp_reader): Forward declare struct. 2003-01-28 23:26:28 +00:00
c-pretty-print.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
c-pretty-print.h alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
c-semantics.c c-semantics.c (genrtl_while_stmt): Improve initial RTL generation when loop condition is known true, i.e. 2003-01-15 17:44:37 +00:00
c-tree.h Index: gcc/ChangeLog 2002-09-16 18:33:23 +00:00
c-typeck.c flags.h (flag_volatile): Remove declaration. 2003-02-01 13:09:41 +00:00
caller-save.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
calls.c * calls.c (default_must_pass_in_stack): Fix typo in !type case. 2003-01-28 08:56:36 -08:00
cfg.c alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
cfganal.c alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
cfgbuild.c i386.c (x86_inter_unit_moves): New variable. 2003-02-06 10:03:13 +00:00
cfgcleanup.c alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
cfglayout.c cfgloopanal.c: New file. 2003-01-24 20:27:02 +00:00
cfglayout.h cfgloopanal.c: New file. 2003-01-24 20:27:02 +00:00
cfgloop.c cfgloopanal.c: New file. 2003-01-24 20:27:02 +00:00
cfgloop.h * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again. 2003-02-05 18:03:48 +00:00
cfgloopanal.c cfgloopanal.c: New file. 2003-01-24 20:27:02 +00:00
cfgloopmanip.c * cfgloopmanip.c (force_single_succ_latches): Fix missindentation. 2003-02-05 20:04:53 +00:00
cfgrtl.c alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
collect2.c collect2.c (pexecute_pid): Rename to pid. 2003-02-02 01:31:40 +00:00
collect2.h Index: ChangeLog 2002-08-04 22:45:31 +00:00
combine.c * combine.c (nonzero_bits): Fix double break. 2003-02-06 11:26:42 -08:00
conditions.h
config.gcc Makefile.in (host_hook_obj): New. 2003-02-06 01:47:56 +00:00
config.guess
config.in configure.in: Check for system-provided 'uchar' type. 2003-01-21 00:12:52 +00:00
configure Makefile.in (host_hook_obj): New. 2003-02-06 01:47:56 +00:00
configure.frag
configure.in Makefile.in (host_hook_obj): New. 2003-02-06 01:47:56 +00:00
conflict.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
convert.c builtins.c (fold_trunc_transparent_mathfn): New function. 2003-01-25 11:08:38 +00:00
convert.h
coretypes.h coretypes.h (cpp_reader): Forward declare struct. 2003-01-28 23:26:28 +00:00
cppdefault.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
cppdefault.h c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here. 2002-05-16 19:03:02 +00:00
cpperror.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
cppexp.c ChangeLog: Follow spelling conventions. 2002-12-19 05:18:13 +00:00
cppfiles.c Merge from pch-branch. 2003-01-10 02:22:34 +00:00
cpphash.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
cpphash.h configure.in: Check for system-provided 'uchar' type. 2003-01-21 00:12:52 +00:00
cppinit.c cpplib.h (struct cpp_options): Add warn_deprecated field. 2003-01-28 14:30:00 -05:00
cpplex.c * cpplex.c (cpp_interpret_charconst): Squelch warning with cast. 2003-01-23 19:51:16 +00:00
cpplib.c cpplib.h (struct cpp_options): Add warn_deprecated field. 2003-01-28 14:30:00 -05:00
cpplib.h cpplib.h (struct cpp_options): Add warn_deprecated field. 2003-01-28 14:30:00 -05:00
cppmacro.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
cppmain.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
cpppch.c Merge from pch-branch. 2003-01-10 02:22:34 +00:00
cppspec.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
cpptrad.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
crtstuff.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
cse.c * cse.c (find_best_addr): Kill !ADDRESS_COST code. 2003-01-28 13:29:40 -08:00
cselib.c cselib.c (cselib_current_insn_in_libcall): New static variable. 2003-01-07 22:14:43 +00:00
cselib.h cselib.c (cselib_current_insn_in_libcall): New static variable. 2003-01-07 22:14:43 +00:00
cstamp-h.in
dbxout.c dbxout.c (lastfile, cwd): Fix `unused' warning. 2003-01-16 15:37:57 +00:00
dbxout.h
dbxstclass.h
debug.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
debug.h ChangeLog: Follow spelling conventions. 2002-09-14 15:51:45 +00:00
defaults.h defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New. 2003-02-05 14:37:54 -08:00
df.c loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain. 2003-01-31 23:34:17 +00:00
df.h df.h: Update comments, tidy formatting. 2003-01-26 06:10:37 +00:00
diagnostic.c alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
diagnostic.def diagnostic.h (output_formatted_scalar): Rename from output_formatted_integer. 2002-08-12 18:34:51 +00:00
diagnostic.h alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
doloop.c cfgloopanal.c: New file. 2003-01-24 20:27:02 +00:00
dominance.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
doschk.c dbxout.c: Fix formatting. 2002-05-11 10:47:05 +00:00
dummy-conditions.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
dwarf.h
dwarf2.h alias.c: Fix comment typos. 2003-01-18 02:26:43 +00:00
dwarf2asm.c Merge from pch-branch. 2003-01-10 02:22:34 +00:00
dwarf2asm.h
dwarf2out.c dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR with *targetm.delegitimize_address. 2003-02-06 01:23:41 +00:00
dwarf2out.h function.h (struct function): Rename profile_label_no. 2002-06-17 10:47:22 -07:00
dwarfout.c dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR with *targetm.delegitimize_address. 2003-02-06 01:23:41 +00:00
emit-rtl.c emit-rtl.c (const_double_htab_hash): Use mode in the hash. 2003-01-28 19:25:49 +00:00
errors.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
errors.h emit-rtl.c: Likewise. 2002-06-03 01:13:17 +00:00
et-forest.c et-forest.c: Fix comment typos. 2003-01-17 14:24:24 +00:00
et-forest.h et-forest.c: Fix comment typos. 2003-01-17 14:24:24 +00:00
except.c et-forest.c: Fix comment typos. 2003-01-17 14:24:24 +00:00
except.h function.h (struct function): Add flag all_throwers_are_sibcalls. 2002-08-25 05:21:11 +00:00
explow.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
expmed.c cfgloopmanip.c (create_preheader): Initialize src to avoid warning. 2003-01-28 11:05:18 +00:00
expr.c [multiple changes] 2003-02-01 11:00:02 -08:00
expr.h * expr.h (default_must_pass_in_stack): Move decl outside ifdef. 2003-01-20 23:55:53 -08:00
final.c final.c (shorten_branches): Align the address of code label when computing initial lengths and addresses. 2003-01-25 23:32:20 +00:00
fix-header.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
fixproto Makefile.in: Allow for PWDCMD to override hardcoded pwd. 2002-05-16 17:43:21 +00:00
flags.h flags.h (flag_volatile): Remove declaration. 2003-02-01 13:09:41 +00:00
floatlib.c
flow.c flow.c (update_life_info): Zap life info after cleanup_cfg. 2003-01-30 22:52:48 -08:00
fold-const.c defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New. 2003-02-05 14:37:54 -08:00
fp-test.c
function.c [multiple changes] 2003-02-01 11:00:02 -08:00
function.h function.h (struct function): New field calls_constant_p. 2003-01-25 17:42:39 +00:00
future.options
gbl-ctors.h gbl-ctors.h: Fix formatting. 2002-06-04 11:30:46 +00:00
gcc.c Makefile.in (LIB2FUNCS_ST): Remove _gcov. 2003-01-27 23:22:17 +00:00
gcc.h gcc.c (The Specs Language): Document spec functions. 2002-11-19 04:37:50 +00:00
gccbug.in * gccbug.in: Update. 2003-01-02 05:10:27 +00:00
gccspec.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gcov-dump.c Makefile.in (gtyp-gen.h): Const-ify. 2003-01-05 04:37:08 +00:00
gcov-io.h ChangeLog (configure.in): Don't include ansidecl.h in tconfig.h. 2003-01-24 01:46:50 +00:00
gcov-iov.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gcov.c basic-block.h: Fix comment formatting. 2003-01-18 22:32:06 +00:00
gcse.c * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL. 2003-01-27 11:30:35 +00:00
gdbinit.in * gdbinit.in (pct): New macro. 2002-08-02 05:25:46 -04:00
gen-protos.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
genattr.c genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c. 2003-01-20 22:49:33 +00:00
genattrtab.c [multiple changes] 2003-02-01 11:00:02 -08:00
genattrtab.h genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c. 2003-01-20 22:49:33 +00:00
genautomata.c genautomata.c (output_internal_insn_latency_func, [...]): Short circuit when there is no automaton to generate code for. 2003-01-22 07:31:51 +00:00
gencheck.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gencodes.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
genconditions.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
genconfig.c genconfig.c (main): Generate CC0_P. 2003-02-05 00:56:40 +00:00
genconstants.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
genemit.c dbxout.c (lastfile, cwd): Fix `unused' warning. 2003-01-16 15:37:57 +00:00
genextract.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
genflags.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gengenrtl.c * gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration. 2002-12-18 22:37:49 +00:00
gengtype-lex.l expr.h (emit_conditional_add): Add PARAMS to declaration. 2003-01-15 17:36:57 +00:00
gengtype-yacc.y Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gengtype.c Index: ChangeLog 2003-01-31 01:42:38 +00:00
gengtype.h Index: gcc/ChangeLog 2002-09-16 18:33:23 +00:00
genmultilib * genmultilib: Use 'cd ./foo'. 2002-12-17 16:17:35 -05:00
genopinit.c [multiple changes] 2003-02-01 11:00:02 -08:00
genoutput.c Add 2003 copyright notices for constraints string patch, also 2002 notice 2003-01-13 21:37:13 +00:00
genpeep.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
genpreds.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
genrecog.c et-forest.c: Fix comment typos. 2003-01-17 14:24:24 +00:00
gensupport.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gensupport.h gensupport.c: Include hashtab.h. 2002-07-29 18:02:47 +00:00
ggc-common.c c-pch.c (asm_file_startpos): Change to `long'. 2003-01-12 16:44:09 +00:00
ggc-none.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
ggc-page.c ggc-page.c (G.context_depth_allocations): New. 2003-01-30 10:14:06 -08:00
ggc-simple.c * ggc-simple.c (debug_ggc_tree): Add PTR cast. 2003-01-25 10:25:14 -08:00
ggc.h Merge from pch-branch. 2003-01-10 02:22:34 +00:00
glimits.h c-common.c (builtin_define_type_max): New. 2002-06-11 20:06:30 -07:00
global.c et-forest.c: Fix comment typos. 2003-01-17 14:24:24 +00:00
gmon.c
graph.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
graph.h gbl-ctors.h: Fix formatting. 2002-06-04 11:30:46 +00:00
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gthr-posix.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gthr-rtems.h re PR bootstrap/9296 ([*-rtems] gthr-rtems regression) 2003-01-29 15:06:59 +00:00
gthr-single.h * gthr-single.h: Fix formatting. 2002-11-15 04:53:19 +00:00
gthr-solaris.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gthr-vxworks.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gthr-win32.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
gthr.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
haifa-sched.c i386.c (x86_inter_unit_moves): New variable. 2003-02-06 10:03:13 +00:00
hard-reg-set.h loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain. 2003-01-31 23:34:17 +00:00
hashtable.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
hashtable.h coretypes.h (cpp_reader): Forward declare struct. 2003-01-28 23:26:28 +00:00
hooks.c hooks.c (hook_rtx_rtx_identity): Generic hook function that takes a single rtx and returns it unmodified. 2003-02-03 19:40:58 +00:00
hooks.h hooks.c (hook_rtx_rtx_identity): Generic hook function that takes a single rtx and returns it unmodified. 2003-02-03 19:40:58 +00:00
host-default.c Makefile.in (host_hook_obj): New. 2003-02-06 01:47:56 +00:00
hosthooks-def.h Makefile.in (host_hook_obj): New. 2003-02-06 01:47:56 +00:00
hosthooks.h Makefile.in (host_hook_obj): New. 2003-02-06 01:47:56 +00:00
hwint.h hwint.h: If the current compiler has no 64-bit type at all, make HOST_WIDEST_INT 32 bits. 2003-01-06 20:31:16 +00:00
ifcvt.c ifcvt.c (noce_process_if_block): Re-add check vs X being changed in no-else-block case. 2003-01-23 18:59:58 -08:00
input.h c-lex.c (indent_level): Remove. 2002-05-23 12:05:38 +00:00
insn-addr.h Merge from pch-branch up to tag pch-commit-20020603. 2002-06-04 07:11:05 +00:00
integrate.c integrate.c (output_inline_function): Reset input_filename and lineno from the decl before rest_of_compilation. 2003-02-05 16:37:01 -08:00
integrate.h Merge from pch-branch up to tag pch-commit-20020603. 2002-06-04 07:11:05 +00:00
intl.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
intl.h
jump.c jump.c (next_nonnote_insn_in_loop): New function. 2003-01-10 13:44:28 +00:00
langhooks-def.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
langhooks.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
langhooks.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
lcm.c ifcvt.c: Fix comment typos. 2003-01-17 03:28:11 +00:00
libfuncs.h Merge from pch-branch up to tag pch-commit-20020603. 2002-06-04 07:11:05 +00:00
libgcc-std.ver [multiple changes] 2003-02-01 11:00:02 -08:00
libgcc2.c libgcc2.h, libgcc2.c (__ffsSI2): New. 2003-02-04 16:52:24 -08:00
libgcc2.h libgcc2.h, libgcc2.c (__ffsSI2): New. 2003-02-04 16:52:24 -08:00
libgcov.c Makefile.in (LIB2FUNCS_ST): Remove _gcov. 2003-01-27 23:22:17 +00:00
limitx.h
limity.h
line-map.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
line-map.h dbxout.c: Follow spelling conventions. 2002-09-22 14:09:34 +00:00
lists.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
local-alloc.c ifcvt.c: Fix comment typos. 2003-01-17 03:28:11 +00:00
location.h diagnostic.h: #include location.h 2002-07-10 10:36:27 +00:00
longlong.h longlong.h [alpha] (count_leading_zeros, [...]): Use builtins instead of inline assembly. 2003-02-04 13:48:42 -08:00
loop.c loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain. 2003-01-31 23:34:17 +00:00
loop.h c-decl.c: Fix a comment typo. 2002-12-13 00:17:22 +00:00
machmode.def Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
machmode.h expr.c (emit_move_insn): Use SCALAR_FLOAT_MODE_P 2002-11-01 09:35:24 +00:00
main.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
mbchar.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
mbchar.h
mips-tdump.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
mips-tfile.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
mkconfig.sh Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
mkdeps.c Merge from pch-branch. 2003-01-10 02:22:34 +00:00
mkdeps.h Merge from pch-branch. 2003-01-10 02:22:34 +00:00
mkheaders.in Makefile.in (INSTALL_HEADERS): Add 'install-mkheaders'. 2002-05-27 04:24:54 +00:00
mkinstalldirs
mklibgcc.in libgcc2.h, libgcc2.c (__ffsSI2): New. 2003-02-04 16:52:24 -08:00
mkmap-flat.awk
mkmap-symver.awk mkmap-symver.awk (BEGIN): Set sawsymbol false. 2002-11-27 12:00:14 -08:00
move-if-change
optabs.c libgcc2.c (__ffsdi2, [...]): Change return type to "int". 2003-02-03 14:42:20 -08:00
optabs.h [multiple changes] 2003-02-01 11:00:02 -08:00
output.h target.h (targetm.address_cost): New. 2003-01-28 10:08:56 -08:00
params.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
params.def params.def (tracer-min-branch-probability-feedback): Fix default. 2002-12-22 17:24:38 +00:00
params.h params.c: Fix formatting. 2002-05-20 18:06:55 +00:00
predict.c cfgloopanal.c: New file. 2003-01-24 20:27:02 +00:00
predict.def builtins.def: Fix comment formatting. 2002-09-29 13:16:44 +00:00
predict.h cfglayout.c (function_tail_eff_head): Rename to ... 2002-05-08 09:17:27 +00:00
prefix.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
prefix.h
pretty-print.h diagnostic.h (output_formatted_scalar): Rename from output_formatted_integer. 2002-08-12 18:34:51 +00:00
print-rtl.c print-rtl.c (print_rtx): Don't print MEM details in GENERATOR_FILEs. 2003-01-26 08:59:54 +00:00
print-tree.c output.h: Fix comment typos. 2002-12-25 15:15:10 +00:00
profile.c Makefile.in (LIB2FUNCS_ST): Remove _gcov. 2003-01-27 23:22:17 +00:00
profile.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
protoize.c dbxout.c (lastfile, cwd): Fix `unused' warning. 2003-01-16 15:37:57 +00:00
ra-build.c * ra-build.c (undef_to_size_word): Avoid `switch' warning. 2003-01-18 03:07:26 +00:00
ra-colorize.c ifcvt.c: Fix comment typos. 2003-01-17 03:28:11 +00:00
ra-debug.c output.h: Fix comment typos. 2002-12-25 15:15:10 +00:00
ra-rewrite.c * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning. 2003-01-22 19:40:08 +00:00
ra.c ifcvt.c: Fix comment typos. 2003-01-17 03:28:11 +00:00
ra.h ifcvt.c: Fix comment typos. 2003-01-17 03:28:11 +00:00
read-rtl.c collect2.c (ldgetname): Expand declaration to prototype. 2003-01-19 21:25:07 -05:00
real.c real.c (ibm_extended_format): Add 53 to minimum exponent. 2003-01-27 06:23:32 +00:00
real.h real.c (real_sqrt): Return a bool result indicating whether a floating point exception or trap... 2003-01-15 17:40:26 +00:00
recog.c loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain. 2003-01-31 23:34:17 +00:00
recog.h gcse.c (try_replace_reg): Use num_changes_pending. 2002-07-23 12:08:10 +00:00
reg-stack.c Fix comment typo. 2003-01-06 20:02:56 +00:00
regclass.c * regclass.c (cannot_change_mode_set_regs): Correct argument order. 2003-02-03 00:31:53 +00:00
regmove.c ifcvt.c: Fix comment typos. 2003-01-17 03:28:11 +00:00
regrename.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
regs.h hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New. 2002-11-04 16:58:39 +00:00
reload.c reload.c (find_reloads): Do not use the mode specified in the insn pattern as reload mode for address... 2003-02-04 22:47:23 +00:00
reload.h ifcvt.c: Fix comment typos. 2003-01-17 03:28:11 +00:00
reload1.c [multiple changes] 2003-02-01 11:00:02 -08:00
reorg.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
resource.c regmove.c: Fix comment typos. 2002-12-24 08:30:34 +00:00
resource.h
rtl-error.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
rtl.c rtl.c (get_mode_alignment): Moved to... 2003-01-26 09:02:55 +00:00
rtl.def [multiple changes] 2003-02-01 11:00:02 -08:00
rtl.h genconfig.c (main): Generate CC0_P. 2003-02-05 00:56:40 +00:00
rtlanal.c ifcvt.c: Fix comment typos. 2003-01-17 03:28:11 +00:00
sbitmap.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
sbitmap.h [multiple changes] 2002-07-15 14:07:06 +00:00
scan-decls.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
scan-types.sh
scan.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
scan.h coretypes.h (cpp_reader): Forward declare struct. 2003-01-28 23:26:28 +00:00
sched-deps.c haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing the insn. 2003-01-28 17:12:06 +00:00
sched-ebb.c i386.c (x86_inter_unit_moves): New variable. 2003-02-06 10:03:13 +00:00
sched-int.h LANGUAGES: Follow spelling conventions. 2002-09-27 12:48:07 +00:00
sched-rgn.c haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing the insn. 2003-01-28 17:12:06 +00:00
sched-vis.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
sdbout.c Make-lang.in (f/target.o): Depend on toplev.h. 2003-01-16 15:58:40 +00:00
sdbout.h
sibcall.c regmove.c: Fix comment typos. 2002-12-24 08:30:34 +00:00
simplify-rtx.c defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New. 2003-02-05 14:37:54 -08:00
sort-protos
ssa-ccp.c regmove.c: Fix comment typos. 2002-12-24 08:30:34 +00:00
ssa-dce.c ssa-dce.c (EXECUTE_IF_UNNECESSARY): Verify INSN is an INSN_P before checking to see if it is dead. 2002-12-26 11:15:56 -07:00
ssa.c regmove.c: Fix comment typos. 2002-12-24 08:30:34 +00:00
ssa.h Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz> 2002-06-20 17:51:06 +00:00
stab.def builtins.def: Fix comment formatting. 2002-09-29 13:16:44 +00:00
stack.h
stmt.c stmt.c (emit_case_bit_tests): New routine to implement suitable switch statements using the equivalent of "if... 2003-01-25 17:30:29 +00:00
stor-layout.c tree.h (TYPE_BINFO_SIZE, [...]): Remove. 2003-01-31 14:46:55 +00:00
stringpool.c Merge from pch-branch. 2003-01-10 02:22:34 +00:00
sys-protos.h
sys-types.h
system.h target.h (targetm.address_cost): New. 2003-01-28 10:08:56 -08:00
target-def.h hooks.c (hook_rtx_rtx_identity): Generic hook function that takes a single rtx and returns it unmodified. 2003-02-03 19:40:58 +00:00
target.h hooks.c (hook_rtx_rtx_identity): Generic hook function that takes a single rtx and returns it unmodified. 2003-02-03 19:40:58 +00:00
timevar.c timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE. 2003-01-31 07:33:56 +00:00
timevar.def timevar.def (TV_OVERLOAD, [...]): New timevar_id enumerations. 2003-01-27 02:22:21 +00:00
timevar.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
tlink.c regmove.c: Fix comment typos. 2002-12-24 08:30:34 +00:00
toplev.c Makefile.in (host_hook_obj): New. 2003-02-06 01:47:56 +00:00
toplev.h gcc.c (cc1_options): Pass output file as auxbase when appropriate. 2002-08-04 16:21:02 +00:00
tracer.c cfgloopanal.c: New file. 2003-01-24 20:27:02 +00:00
tree-dump.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
tree-dump.h target.h: Fix formatting. 2002-05-31 22:15:42 +00:00
tree-inline.c * tree-inline.c (walk_tree): Streamline duplicate hash table lookup. 2003-01-30 10:09:15 -08:00
tree-inline.h target.h: Fix formatting. 2002-05-31 22:15:42 +00:00
tree.c Merge from pch-branch. 2003-01-10 02:22:34 +00:00
tree.def [multiple changes] 2003-02-01 11:00:02 -08:00
tree.h tree.h (TYPE_BINFO_SIZE, [...]): Remove. 2003-01-31 14:46:55 +00:00
tsystem.h
typeclass.h
unroll.c cfgloopanal.c: New file. 2003-01-24 20:27:02 +00:00
unwind-dw2-fde-darwin.c Revert change accidentally applied to wrong branch 2002-12-01 17:32:33 +00:00
unwind-dw2-fde-glibc.c ifcvt.c: Fix comment typos. 2003-01-17 03:28:11 +00:00
unwind-dw2-fde.c unwind-dw2-fde.c (frame_downheap): Split out from... 2002-12-18 11:27:56 -05:00
unwind-dw2-fde.h ChangeLog (configure.in): Don't include ansidecl.h in tconfig.h. 2003-01-24 01:46:50 +00:00
unwind-dw2.c re PR libstdc++/9076 (Call Frame Instructions are not handled correctly during unwind operation..) 2003-01-07 20:20:53 +00:00
unwind-libunwind.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
unwind-pe.h unwind.h (_Unwind_Ptr): Make 64 bits on IA64 HP-UX. 2002-08-15 18:01:30 +00:00
unwind-sjlj.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
unwind.h * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused. 2003-01-23 17:22:53 +00:00
unwind.inc
varasm.c * varasm.c (asm_output_aligned_bss): Declare as possibly unused. 2003-02-02 17:30:49 +00:00
varray.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
varray.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
version.c Daily bump. 2003-02-06 00:17:07 +00:00
version.h system.h (GCCBUGURL): Delete. 2002-10-08 17:27:39 +00:00
vmsdbg.h target.h: Fix formatting. 2002-05-31 22:15:42 +00:00
vmsdbgout.c ifcvt.c: Fix comment typos. 2003-01-17 03:28:11 +00:00
xcoffout.c Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
xcoffout.h dbxout.c (FORCE_TEXT): Switch to current_function_decl, not text_section. 2002-09-26 23:08:38 -04:00

README.Portability

Copyright (C) 2000 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.


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

Unary +
-------

K+R C compilers and preprocessors have no notion of unary '+'.  Thus
the following code snippet contains 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 be written

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

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


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.

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

  "This is a " "single string literal".

Moreover, 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.


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

The signed keyword did not exist in K+R compilers; it was introduced
in ISO C89, so you cannot 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 is safe to write

  short paramc;

instead of

  signed short paramc;

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


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

You need to provide a function prototype for every function before you
use it, and functions must be defined K+R style.  The function
prototype should use the PARAMS macro, which takes a single argument.
Therefore the parameter list must 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 should be
declared and defined as follows:

int myfunc PARAMS ((void));

int
myfunc ()
{
  ...
}

You also need 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 cannot
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);

needs 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
---------------------------

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 have 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).


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);


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

K+R C has "entry" as a reserved keyword, so you should 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).

Trigraphs
---------

You weren't going to use them anyway, but trigraphs were not defined
in K+R C, and some otherwise ISO C compliant compilers do not accept
them.


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

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

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 (a, b)
       int a, b;
  {
    ...
  }

that function is expected to return int, *not* void.  GCC will warn
about this.  K+R C has no problem with 'void' as a return type, so you
need not worry about that.

Implicit function declarations always have return type int.  So if you
correct the above definition to

  void
  operate (a, b)
       int a, 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.