gcc/gcc
Richard Kenner d43e0b7d97 expr.c (store_field): Pass tree instead of max size; callers changed.
* expr.c (store_field): Pass tree instead of max size; callers changed.
	Change handling of alignment.
	Only copy to_rtx if is TARGET.
	(expand_expr_unaligned): Delete; callers now use expand_expr.
	(emit_cmp_insn): No longer take ALIGN parm; all callers changed.
	(expand_assignment): Change handling of alignment.
	Only copy to_rtx if was original.
	(get_inner_reference): No longer return alginment; callers changed.
	(expand_expr, case COMPONENT_REF): Change handling of alignment.
	(expand_expr, case ADDR_EXPR): Make copy if not sufficiently aligned.
	(compare_from_rtx): Delete ALIGN parm; all callers changed.
	(do_compare_rtx_and_jump): Likewise.
	* expr.h: Reflect above changes.
	* tree.h: Likewise.
	* dwarf2out.c (loc_descriptor_from_tree): Remove ALIGN parameter
	to get_inner_reference.
	* builtins.c: Remove ALIGN parm in call to emit_cmp_and_jump_insns.
	* doloop.c, except.c, explow.c, loop.c, stmt.c, unroll.c: Likewise.
	* optabs.c: Likewise.
	(prepare_cmp_insn): Now static; remove ALIGN parm.  Callers changed.
	(emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.
	* expmed.c: Remove ALIGN arg from calls to compare_from_rtx,
	compare_rtx_and_jump, and emit_cmp_jump_insns.
	* fold-const.c: Remove PALIGN in calls to get_inner_reference.
	* function.c (assign_stack_temp_for_type): No longer static.
	* optabs.h (emit_cmp_insn): Remove ALIGN parm.
	(prepare_cmp_insn): Delete declaration.
	* rtl.h (assign_stack_temp_for_type): Add declaration.
	* config/alpha/alpha.c, config/d30v/d30v.c: Reflect above changes.
	* config/clipper/clipper.c, config/h8300/h8300.c: Likewise.
	* config/i386/i386.c,config/mips/mips.c: Likewise.
	* config/i860/i860.c, config/ia64/ia64.c: Likewise.
	* config/rs6000/rs6000.c, config/sh/sh.c: Likewise.
	* alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
	* emit-rtl.c (change_address): Fix typo in default alignment.
	(adjust_address_1): Use mode of NEW, not MODE, when setting size.
	* expr.c (highest_pow2_factor, case WITH_RECORD_EXPR): New case.
	* rtl.h (REGNO_PTR_FRAME_P): New macro.

	* expr.c (store_field): Pass tree instead of max size; callers changed.
	Change handling of alignment.
	Only copy to_rtx if is TARGET.
	(expand_expr_unaligned): Delete; callers now use expand_expr.
	(emit_cmp_insn): No longer take ALIGN parm; all callers changed.
	(expand_assignment): Change handling of alignment.
	Only copy to_rtx if was original.
	(get_inner_reference): No longer return alginment; callers changed.
	(expand_expr, case COMPONENT_REF): Change handling of alignment.
	(expand_expr, case ADDR_EXPR): Make copy if not sufficiently aligned.
	(compare_from_rtx): Delete ALIGN parm; all callers changed.
	(do_compare_rtx_and_jump): Likewise.
	* expr.h: Reflect above changes.
	* tree.h: Likewise.
	* dwarf2out.c (loc_descriptor_from_tree): Remove ALIGN parameter
	to get_inner_reference.
	* except.c: Remove ALIGN parameter in call to emit_cmp_and_jump_insns.
	* explow.c: Likewise.
	* loop.c: Likewise.
	* optabs.c: Likewise.
	(prepare_cmp_insn): Now static; remove ALIGN parm.  Callers changed.
	(emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.
	* fold-const.c: Remove PALIGN in calls to get_inner_reference.
	* function.c (assign_stack_temp_for_type): No longer static.
	* optabs.h (emit_cmp_insn): Remove ALIGN parm.
	(prepare_cmp_insn): Delete declaration.
	* rtl.h (assign_stack_temp_for_type): Add declaration.
	* config/d30v/d30v.c: Reflect above changes.
	* config/i860/i860.c, config/ia64/ia64.c: Likewise.
	* config/rs6000/rs6000.c, config/sh/sh.c: Likewise.
	* ada/trans.c, ada/utils2.c: Remove PALIGN parameter to
	get_inner_reference.

From-SVN: r47078
2001-11-15 21:26:42 -05:00
..
ada alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:34:17 -05:00
ch ChangeLog, [...]: Fix spelling errors. 2001-10-31 00:59:40 +00:00
config expr.c (store_field): Pass tree instead of max size; callers changed. 2001-11-15 21:26:42 -05:00
cp * method.c (use_thunk): Don't emit debugging information for thunks. 2001-11-15 12:33:24 -05:00
doc rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
f c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
fixinc c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extra calls into fewer ones. 2001-10-21 21:32:15 +00:00
ginclude
intl l10nflist.c (_nl_normalize_codeset): Cast argument of ctype function to `unsigned char'. 2001-11-03 21:51:46 +00:00
java c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
objc c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
po Makefile.in (.po.pox): Look both in srcdir and builddir for $(PACKAGE).pot. 2001-11-09 17:51:56 +00:00
testsuite reduce arena size for small targets 2001-11-15 12:48:07 -05:00
.cvsignore
ABOUT-GCC-NLS
ABOUT-NLS
acconfig.h
aclocal.m4 aclocal.m4: (AM_WITH_NLS): Don't look at ALL_LINGUAS. 2001-11-06 02:39:47 +00:00
alias.c alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
attribs.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-04 02:51:28 +00:00
basic-block.h cfgrtl.c (purge_all_dead_edges): Use int as argument for portability. 2001-11-15 08:55:45 +01:00
bb-reorder.c cfglayout.c (fixup_fallthru_exit_predecesor): New static function. 2001-11-14 19:36:17 +00:00
bitmap.c bitmap.c (bitmap_element_free): Don't forget to update head->indx when we update head->current. 2001-10-31 03:01:17 +00:00
bitmap.h
build-make
builtin-attrs.def
builtin-types.def
builtins.c expr.c (store_field): Pass tree instead of max size; callers changed. 2001-11-15 21:26:42 -05:00
builtins.def builtins.def: Fix comment typos. 2001-10-31 14:08:11 +00:00
c-aux-info.c
c-common.c c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
c-common.def ChangeLog.2, [...]: Fix spelling errors and typos. 2001-10-29 23:01:45 +00:00
c-common.h c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
c-convert.c
c-decl.c c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
c-dump.c ChangeLog.2, [...]: Fix spelling errors and typos. 2001-10-29 23:01:45 +00:00
c-dump.h
c-errors.c
c-format.c Localization fixes. 2001-10-30 12:14:28 +00:00
c-lang.c c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
c-lex.c c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
c-lex.h
c-parse.in c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
c-pragma.c re PR bootstrap/3451 (AIX 4.3.2 redefinition of macro) 2001-11-13 03:20:58 +00:00
c-pragma.h
c-semantics.c
c-tree.h c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
c-typeck.c c-decl.c (pushdecl): Remove file and line. 2001-11-07 22:52:30 +00:00
caller-save.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-04 02:51:28 +00:00
calls.c expmed.c (extract_bit_field): No longer pass in alignment. 2001-11-11 06:02:26 -05:00
cfg.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
cfganal.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
cfgbuild.c basic-block.h (find_sub_basic_blocks): Use sbitmap parameter. 2001-10-20 10:04:00 +00:00
cfgcleanup.c cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized conditional jump... 2001-11-15 11:41:48 +01:00
cfglayout.c cfglayout.c (fixup_fallthru_exit_predecesor): New static function. 2001-11-14 19:36:17 +00:00
cfglayout.h Makefile.in (bb-reoder.o): Add depdendency on cfglayout.h; remove unneded depdendencies; 2001-11-05 15:38:01 +00:00
cfgloop.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
cfgrtl.c cfgrtl.c (purge_all_dead_edges): Use int as argument for portability. 2001-11-15 08:55:45 +01:00
ChangeLog expr.c (store_field): Pass tree instead of max size; callers changed. 2001-11-15 21:26:42 -05:00
ChangeLog.0 ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
ChangeLog.1 ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
ChangeLog.2 ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
ChangeLog.3 ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
ChangeLog.4 ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
ChangeLog.5 ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
ChangeLog.lib ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 12:42:06 +00:00
collect2.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
collect2.h
combine.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
conditions.h
config.gcc config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag... 2001-11-15 13:05:54 +00:00
config.guess
config.in ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
configure configure.in: Check for target objdump and use that in eh_frame optimization test. 2001-11-15 12:11:52 +00:00
configure.frag
configure.in configure.in: Check for target objdump and use that in eh_frame optimization test. 2001-11-15 12:11:52 +00:00
conflict.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
convert.c
convert.h
COPYING
COPYING.LIB
cppdefault.c
cppdefault.h
cpperror.c
cppexp.c cppexp.c (parse_number): Use ISXDIGIT/hex_value. 2001-11-10 04:46:01 +00:00
cppfiles.c
cpphash.c c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
cpphash.h cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char. 2001-10-21 14:04:42 +00:00
cppinit.c c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
cpplex.c cppexp.c (parse_number): Use ISXDIGIT/hex_value. 2001-11-10 04:46:01 +00:00
cpplib.c cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char. 2001-10-21 14:04:42 +00:00
cpplib.h c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
cppmacro.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-04 02:51:28 +00:00
cppmain.c c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
cppspec.c
cross-make
crtstuff.c dwarf2out.c (PTR_SIZE, [...]): Move outside of macro guards. 2001-10-26 01:51:01 +00:00
cse.c * cse.c (cse_insn): Emit BARRIER after unconditional jump. 2001-11-07 12:57:17 +00:00
cselib.c cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_MEM in comment. 2001-11-03 11:28:33 -05:00
cselib.h
cstamp-h.in
dbxout.c dbxout.c (dbxout_symbol_location): Update call of alter_subreg. 2001-11-14 13:51:10 +00:00
dbxout.h
dbxstclass.h
debug.c
debug.h
defaults.h
dependence.c
df.c Makefile.in (df.o): Add fibheap.h to dependencies. 2001-11-07 16:34:37 +00:00
df.h Makefile.in (df.o): Add fibheap.h to dependencies. 2001-11-07 16:34:37 +00:00
diagnostic.c
diagnostic.def
diagnostic.h ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 12:42:06 +00:00
doloop.c expr.c (store_field): Pass tree instead of max size; callers changed. 2001-11-15 21:26:42 -05:00
dominance.c
doprint.c
doschk.c
dwarf2.h
dwarf2asm.c dwarf2asm.c (dw2_force_const_mem): Set PUBLIC or STATIC as appropriate for the artificial decl. 2001-11-13 16:40:28 -08:00
dwarf2asm.h
dwarf2out.c alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
dwarf2out.h
dwarf.h
dwarfout.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
emit-rtl.c alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
enquire.c
errors.c
errors.h
except.c alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
except.h ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
explow.c alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
expmed.c expr.c (store_field): Pass tree instead of max size; callers changed. 2001-11-15 21:26:42 -05:00
expr.c alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
expr.h alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
final.c final.c (alter_subreg): If simplify_subreg can't do anything, handle REG ourselves and abort for others. 2001-11-15 09:58:19 -05:00
fix-header.c White-space change 2001-11-15 15:17:48 -05:00
fixproto
flags.h final.c (*_MAX_SKIP): Use *_max_skip variables. 2001-11-11 00:35:31 +00:00
floatlib.c
flow.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
fold-const.c alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
fp-test.c
FSFChangeLog
FSFChangeLog.10 ChangeLog.2, [...]: Fix spelling errors. 2001-11-04 02:51:28 +00:00
FSFChangeLog.11 ChangeLog.2, [...]: Fix spelling errors. 2001-11-04 02:51:28 +00:00
function.c alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
function.h cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_MEM in comment. 2001-11-03 11:28:33 -05:00
future.options
gbl-ctors.h
gcc.c Makefile.in (dbxout.o): Depend on function.h. 2001-11-04 02:47:36 +00:00
gcc.h
gcc.hlp
gccbug.in
gccspec.c
gcov-io.h
gcov.c gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to test for absolute pathnames. 2001-11-06 23:00:29 -08:00
gcse.c emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes for ASM_OPERANDS. 2001-10-30 13:41:45 +01:00
gdbinit.in
gen-protos.c c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extra calls into fewer ones. 2001-10-21 21:32:15 +00:00
genattr.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
genattrtab.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
gencheck.c
gencodes.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
genconfig.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
genconstants.c
genemit.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
genextract.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
genflags.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
gengenrtl.c cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_MEM in comment. 2001-11-03 11:28:33 -05:00
genmultilib
genopinit.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
genoutput.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
genpeep.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
genpreds.c
genrecog.c rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
gensupport.c gensupport.c [...]: Change call to alloca to xmalloc. 2001-11-15 16:50:48 +00:00
gensupport.h rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
ggc-callbacks.c
ggc-common.c
ggc-none.c
ggc-page.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
ggc-simple.c
ggc.h
glimits.h
global.c
gmon.c
graph.c
graph.h
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-posix.h
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-vxworks.h
gthr-win32.h
gthr.h ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 12:42:06 +00:00
haifa-sched.c ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 12:42:06 +00:00
halfpic.c Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h 2001-10-28 14:01:20 +00:00
halfpic.h Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h 2001-10-28 14:01:20 +00:00
hard-reg-set.h
hash.c
hash.h
hashtable.c
hashtable.h
hwint.h
ifcvt.c jump.c (squeeze_notes): Return true if no real insns were found. 2001-11-15 11:28:52 +01:00
input.h
insn-addr.h
integrate.c integrate.c (get_hard_reg_initial_reg): New. 2001-11-14 22:02:24 -05:00
integrate.h integrate.c (get_hard_reg_initial_reg): New. 2001-11-14 22:02:24 -05:00
intl.c aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL when appropriate. 2001-10-19 15:17:39 +00:00
intl.h aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL when appropriate. 2001-10-19 15:17:39 +00:00
jump.c jump.c (squeeze_notes): Return true if no real insns were found. 2001-11-15 11:28:52 +01:00
langhooks-def.h Makefile.in: Update. 2001-11-09 23:30:44 +00:00
langhooks.c Makefile.in: Update. 2001-11-09 23:30:44 +00:00
langhooks.h c-common.c: Include c-lex.h. 2001-11-15 10:01:10 +00:00
LANGUAGES
lcm.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
libfuncs.h
libgcc2.c ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
libgcc2.h
libgcc-std.ver
limitx.h
limity.h
line-map.c
line-map.h
lists.c
local-alloc.c integrate.c (get_hard_reg_initial_reg): New. 2001-11-14 22:02:24 -05:00
longlong.h
loop.c alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
loop.h loop.h (struct induction): Rename ext_dependant to ext_dependent. 2001-10-29 22:13:41 +00:00
machmode.def machmode.def: Add documentation for the seventh argument in vector modes. 2001-11-04 00:34:50 +00:00
machmode.h
main.c toplev.h (struct lang_hooks): HONOR_READONLY now bool. 2001-10-20 07:24:36 -04:00
Makefile.in dbxout.c (dbxout_symbol_location): Update call of alter_subreg. 2001-11-14 13:51:10 +00:00
mbchar.c
mbchar.h
mips-tdump.c
mips-tfile.c c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extra calls into fewer ones. 2001-10-21 21:32:15 +00:00
mkconfig.sh
mkdeps.c
mkdeps.h
mkinstalldirs
mklibgcc.in
mkmap-flat.awk
mkmap-symver.awk
move-if-change
ONEWS ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 12:42:06 +00:00
optabs.c alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
optabs.h alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
output.h dbxout.c (dbxout_symbol_location): Update call of alter_subreg. 2001-11-14 13:51:10 +00:00
params.c
params.def ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
params.h
predict.c cfglayout.c (fixup_fallthru_exit_predecesor): New static function. 2001-11-14 19:36:17 +00:00
predict.def ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
predict.h ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
prefix.c
prefix.h
print-rtl.c emit-rtl.c (set_mem_attributes): Fix typo in last change. 2001-10-24 12:38:51 -04:00
print-tree.c Makefile.in: Update. 2001-11-09 23:30:44 +00:00
profile.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-04 02:51:28 +00:00
protoize.c ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 12:42:06 +00:00
read-rtl.c
README-fixinc
README.Portability
real.c c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extra calls into fewer ones. 2001-10-21 21:32:15 +00:00
real.h
recog.c * recog.c (decode_asm_operands): Check that the SRC is ASM_OPERANDS. 2001-11-02 10:52:08 +00:00
recog.h
reg-stack.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
regclass.c emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array. 2001-10-18 17:34:14 -04:00
regmove.c ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
regrename.c
regs.h
reload1.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
reload.c reload.c (combine_reloads): Don't combine an output reload if there are other reloads around for part of... 2001-11-03 10:56:17 -05:00
reload.h
reorg.c
resource.c
resource.h
rtl-error.c
rtl.c cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_MEM in comment. 2001-11-03 11:28:33 -05:00
rtl.def rtl.def (INCLUDE): Define. 2001-11-14 20:17:08 +00:00
rtl.h alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
rtlanal.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
sbitmap.c
sbitmap.h
scan-decls.c
scan-types.sh
scan.c c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extra calls into fewer ones. 2001-10-21 21:32:15 +00:00
scan.h
sched-deps.c ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
sched-ebb.c
sched-int.h ChangeLog.2, [...]: Fix spelling errors. 2001-11-04 02:51:28 +00:00
sched-rgn.c ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
sched-vis.c ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 12:42:06 +00:00
sdbout.c dbxout.c (dbxout_symbol_location): Update call of alter_subreg. 2001-11-14 13:51:10 +00:00
sdbout.h
SERVICE
sibcall.c ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
simplify-rtx.c dbxout.c (dbxout_symbol_location): Update call of alter_subreg. 2001-11-14 13:51:10 +00:00
sort-protos
ssa-ccp.c ssa-ccp.c (examine_flow_edges): Use old-style definition, not an ANSI/ISO definitino. 2001-11-10 08:48:36 -07:00
ssa-dce.c
ssa.c ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 20:09:17 +00:00
ssa.h
stab.def
stack.h
stmt.c expr.c (store_field): Pass tree instead of max size; callers changed. 2001-11-15 21:26:42 -05:00
stor-layout.c stor-layout.c (place_union_field): If any field was aligned with attribute aligned, set record type's TYPE_USER_ALIGN. 2001-10-24 23:47:23 +02:00
stringpool.c c-lang.c (LANG_HOOKS_NAME): New. 2001-11-09 07:14:20 +00:00
sys-protos.h
sys-types.h
system.h ChangeLog.0, [...]: Fix spelling errors. 2001-10-28 12:42:06 +00:00
target-def.h target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame_section. 2001-10-22 14:43:31 +00:00
target.h target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame_section. 2001-10-22 14:43:31 +00:00
timevar.c loop.h (struct induction): Rename ext_dependant to ext_dependent. 2001-10-29 22:13:41 +00:00
timevar.def basic-block.h (find_sub_basic_blocks): Use sbitmap parameter. 2001-10-20 10:04:00 +00:00
timevar.h ChangeLog.2, [...]: Fix spelling errors and typos. 2001-10-29 23:01:45 +00:00
tlink.c clipper.h (ASM_OUTPUT_REG_POP): Fix typo. 2001-11-09 23:13:22 +00:00
toplev.c toplev.c (toplev_main): Don't start timing until after command-line options are parsed. 2001-11-15 08:59:47 -05:00
toplev.h Clean up langhooks 2001-11-06 21:12:14 +00:00
tradcif.y * tradcif.y (parse_number): Use TOLOWER/ISXDIGIT/hex_value/hex_p. 2001-11-10 04:52:13 +00:00
tradcpp.c tradcpp.c: Include intl.h. 2001-10-30 04:43:03 +00:00
tradcpp.h
tree-inline.c Clean up langhooks 2001-11-06 21:12:14 +00:00
tree-inline.h
tree.c Makefile.in: Update. 2001-11-09 23:30:44 +00:00
tree.def
tree.h alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. 2001-11-15 18:44:58 -05:00
tsystem.h
typeclass.h
unprotoize.c
unroll.c expr.c (store_field): Pass tree instead of max size; callers changed. 2001-11-15 21:26:42 -05:00
unwind-dw2-fde.c unwind-dw2-fde.c (fde_unencoded_compare): Derefer pc_begin fields when comparing. 2001-10-22 20:33:13 +00:00
unwind-dw2-fde.h ChangeLog.2, [...]: Fix spelling errors. 2001-11-11 11:25:28 +00:00
unwind-dw2.c unwind-dw2.c (execute_cfa_program): Evaluate call frame instructions up to the target pc inclusive. 2001-11-06 22:33:57 -08:00
unwind-pe.h
unwind-sjlj.c
unwind.h
unwind.inc
varasm.c unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning. 2001-11-11 05:56:47 +00:00
varray.c
varray.h
version.c Daily bump. 2001-11-15 08:16:43 +00:00
version.h
xcoffout.c
xcoffout.h

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;
{
  ...
}

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, ...))
{  
#ifndef ANSI_PROTOTYPES
  cpp_reader *pfile;
  const char *msgid;
#endif
  va_list ap;
  
  VA_START (ap, msgid);
  
#ifndef ANSI_PROTOTYPES
  pfile = va_arg (ap, cpp_reader *);
  msgid = va_arg (ap, const char *);
#endif

  ...
  va_end (ap);
}

For the curious, here are the definitions of the above macros.  See
ansidecl.h for the definitions of the above macros and more.

#define PARAMS(paramlist)  paramlist  /* ISO C.  */
#define VPARAMS(args)   args

#define PARAMS(paramlist)  ()         /* K+R C.  */
#define VPARAMS(args)   (va_alist) va_dcl

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.