gcc/gcc
Jakub Jelinek 602ea4d307 [multiple changes]
2006-01-27  Jakub Jelinek  <jakub@redhat.com>

	PR target/25864
	* libgcc-std.ver: Add GCC_4.1.0 symbol version.
	* config/rs6000/t-linux64 (TARGET_LIBGCC2_CFLAGS): Only append
	-mno-minimal-toc to previous content.
	(bispecs): Remove goal.
	* config/rs6000/ppc64-fp.c: Define TMODES before including fp-bit.h.
	* config/rs6000/darwin-ldouble.c: Don't provide _xlq*@GCC_3.4
	compatibility aliases on powerpc-*-*gnu*.
	* config/rs6000/libgcc-ppc-glibc.ver: New file.
	* config/rs6000/t-ppccomm (SHLIB_MAPFILES): Append
	libgcc-ppc-glibc.ver on powerpc*-*-*gnu*.
	(TARGET_LIBGCC2_CFLAGS): Append -specs=ldblspecs.
	(ldblspecs): New goal.
	* config/rs6000/t-linux64 (SHLIB_MAPFILES): Removed.
	* mklibgcc.in: If $TPBIT is empty, don't compile _sf_to_tf and
	_df_to_tf.
	* config/fp-bit.h (TMODES): Don't define if none of TFLOAT,
	L_sf_to_tf or L_df_to_tf is defined.

2006-01-27  David Edelsohn  <edelsohn@gnu.org>
	    Alan Modra  <amodra@bigpond.net.au>

	PR target/25864
	* config/rs6000/linux.h (POWERPC_LINUX): Define.
	* config/rs6000/linux64.h (POWERPC_LINUX): Define.
	* config/rs6000/darwin-ldouble.c: Build on 32-bit PowerPC.
	* config/rs6000/darwin.h (TARGET_IEEEQUAD): Define to zero.
	* config/rs6000/aix.h (TARGET_IEEEQUAD): Define to zero.
	* config/rs6000/rs6000.c (rs6000_ieeequad): New variable.
	(rs6000_override_options): Initialize rs6000_ieeequad.
	Initialize TFmode format to ibm_extended_format if not
	TARGET_IEEEQUAD.
	(rs6000_handle_option): Accept -mabi= ibmlongdouble and
	ieeelongdouble.
	(rs6000_emit_move): Move !TARGET_IEEEQUAD as two parts.
	(rs6000_return_in_memory): Only return IEEEQUAD in memory.
	(function_arg_advance): IBM long double passed in two FPRs, not
	split.
	(function_arg): IBM long double passed in FPRs.
	(rs6000_pass_by_reference): Only IEEEQUAD passed by reference.
	(rs6000_gimplify_va_arg): IBM long double passed in two FPRs.
	Only multireg GPR aligned.
	(rs6000_init_libfuncs): Enable IBM long double functions if not
	IEEEQUAD.
	(rs6000_generate_compare): Use IBM long double compare if not
	TARGET_IEEEQUAD.
	* config/rs6000/rs6000.h (rs6000_ieeequad): Declare.
	(TARGET_IEEEQUAD): Define.
	(CANNOT_CHANGE_MODE_CLASS): Any mode larger than doubleword if
	not TARGET_IEEEQUAD.
	* config/rs6000/rs6000.md: Enable TFmode patterns if
	!TARGET_IEEEQUAD.
	* config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.
	* config/rs6000/svr4.h (SUBTARGET_OVERRIDE_OPTIONS): -msoft-float
	and -mlong-double-128 are incompatible.
	* doc/invoke.texi (-mabi): Collect options together.  Add
	ibmlongdouble and ieeelongdouble.

From-SVN: r110303
2006-01-27 20:59:49 +01:00
..
ada re PR bootstrap/25859 (gnatmake: error while loading shared libraries: libgcc_s.so.4: cannot open) 2006-01-25 23:02:55 +00:00
config [multiple changes] 2006-01-27 20:59:49 +01:00
cp re PR c++/16021 (Tests for container swap specialisations FAIL in debug mode) 2006-01-26 17:29:12 -05:00
doc [multiple changes] 2006-01-27 20:59:49 +01:00
fortran symbol.c (free_old_symbol): Fix confusing comment, and add code to free old_symbol->formal. 2006-01-27 17:05:21 +00:00
ginclude
java gcov.c (print_version), [...]): Update copyright notice dates. 2006-01-21 18:22:19 +00:00
objc
objcp
po * zh_CN.po: Update. 2006-01-18 01:58:50 +00:00
testsuite re PR c++/16021 (Tests for container swap specialisations FAIL in debug mode) 2006-01-26 17:29:12 -05:00
treelang gcov.c (print_version), [...]): Update copyright notice dates. 2006-01-21 18:22:19 +00:00
ABOUT-GCC-NLS
acinclude.m4 configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier. 2006-01-26 18:52:49 +00:00
aclocal.m4
alias.c alias.h (ALIAS_SET_MEMORY_BARRIER): New. 2006-01-24 15:48:17 -08:00
alias.h alias.h (ALIAS_SET_MEMORY_BARRIER): New. 2006-01-24 15:48:17 -08:00
alloc-pool.c
alloc-pool.h
attribs.c
BASE-VER
basic-block.h Makefile.in (sched-vis.o): Update dependencies. 2006-01-25 17:39:37 +00:00
bb-reorder.c
bitmap.c
bitmap.h
bt-load.c
builtin-attrs.def
builtin-types.def [multiple changes] 2006-01-18 14:21:25 -05:00
builtins.c alias.h (ALIAS_SET_MEMORY_BARRIER): New. 2006-01-24 15:48:17 -08:00
builtins.def [multiple changes] 2006-01-18 14:21:25 -05:00
c-aux-info.c
c-common.c re PR c/25861 (tree check fail at c-common.c:2430) 2006-01-26 06:59:26 -08:00
c-common.def
c-common.h re PR c++/5520 (Add a warning to detect empty body of if statements (like in the C frontend)) 2006-01-20 09:30:22 +00:00
c-config-lang.in
c-convert.c
c-cppbuiltin.c [multiple changes] 2006-01-18 14:21:25 -05:00
c-decl.c re PR testsuite/25171 (FAIL: gfortran.dg/mixed_io_1.f90) 2006-01-19 23:45:49 +00:00
c-dump.c
c-errors.c
c-format.c
c-format.h
c-gimplify.c
c-incpath.c re PR libstdc++/25524 (libstdc++ headers should go in multilib directories) 2006-01-20 21:00:03 +00:00
c-incpath.h re PR libstdc++/25524 (libstdc++ headers should go in multilib directories) 2006-01-20 21:00:03 +00:00
c-lang.c
c-lex.c
c-objc-common.c
c-objc-common.h [multiple changes] 2006-01-18 14:21:25 -05:00
c-omp.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
c-opts.c re PR c/25892 (-Wpointer-sign creates problems for Emacs) 2006-01-26 18:50:37 +00:00
c-parser.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
c-pch.c
c-ppoutput.c
c-pragma.c c-pragma.c (handle_pragma_diagnostic): New. 2006-01-18 15:02:42 -05:00
c-pragma.h [multiple changes] 2006-01-18 14:21:25 -05:00
c-pretty-print.c
c-pretty-print.h
c-semantics.c
c-tree.h [multiple changes] 2006-01-18 14:21:25 -05:00
c-typeck.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
c.opt re PR c/25892 (-Wpointer-sign creates problems for Emacs) 2006-01-26 18:50:37 +00:00
caller-save.c
calls.c
cfg.c Makefile.in (sched-vis.o): Update dependencies. 2006-01-25 17:39:37 +00:00
cfganal.c
cfgbuild.c
cfgcleanup.c cfgcleanup.c (try_crossjump_to_edge): Fix comment typo. 2006-01-27 10:59:40 +00:00
cfgexpand.c re PR rtl-optimization/25654 (RTL alias analysis unprepared to handle stack slot sharing) 2006-01-23 09:47:01 +00:00
cfghooks.c
cfghooks.h
cfglayout.c
cfglayout.h
cfgloop.c
cfgloop.h loop-iv.c: Include df.h and hashtab.h. 2006-01-20 00:46:37 +00:00
cfgloopanal.c
cfgloopmanip.c cfgloopmanip.c (lv_adjust_loop_entry_edge): Add comment before make_edge with conditional EDGE_TRUE_VALUE. 2006-01-23 10:06:22 +00:00
cfgrtl.c re PR rtl-optimization/24626 (internal compiler error: verify_flow_info failed) 2006-01-20 09:38:56 +00:00
cgraph.c tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL_DATA_ARG and OMP_RETURN_EXPR. 2006-01-19 11:55:52 -05:00
cgraph.h tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL_DATA_ARG and OMP_RETURN_EXPR. 2006-01-19 11:55:52 -05:00
cgraphunit.c re PR middle-end/25930 (seg fault in GC with toplevel asm and -fno-toplevel-reorder) 2006-01-24 08:52:44 +00:00
ChangeLog [multiple changes] 2006-01-27 20:59:49 +01:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog.lib
ChangeLog.tree-ssa
collect2.c
collect2.h
combine.c re PR rtl-optimization/25703 (ACATS cxa4024 failure) 2006-01-26 02:48:01 +00:00
common.opt c-pragma.c (handle_pragma_diagnostic): New. 2006-01-18 15:02:42 -05:00
conditions.h
config.build
config.gcc invoke.texi (generic): Document (i686) Update. 2006-01-19 17:10:24 +00:00
config.host
config.in
configure configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier. 2006-01-26 18:52:49 +00:00
configure.ac configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier. 2006-01-26 18:52:49 +00:00
conflict.c
convert.c
convert.h
COPYING
COPYING.LIB
coretypes.h
coverage.c
coverage.h
cppdefault.c re PR libstdc++/25524 (libstdc++ headers should go in multilib directories) 2006-01-20 21:00:03 +00:00
cppdefault.h re PR libstdc++/25524 (libstdc++ headers should go in multilib directories) 2006-01-20 21:00:03 +00:00
cppspec.c
crtstuff.c
cse.c
cselib.c
cselib.h
cstamp-h.in
DATESTAMP Daily bump. 2006-01-27 00:17:42 +00:00
dbxout.c
dbxout.h
ddg.c
ddg.h
debug.c
debug.h
defaults.h
DEV-PHASE
df-core.c df-scan.c (problem_SCAN): Added NULL reset function. 2006-01-21 14:58:40 +00:00
df-problems.c df-scan.c (problem_SCAN): Added NULL reset function. 2006-01-21 14:58:40 +00:00
df-scan.c df-scan.c (problem_SCAN): Added NULL reset function. 2006-01-21 14:58:40 +00:00
df.c
df.h df-scan.c (problem_SCAN): Added NULL reset function. 2006-01-21 14:58:40 +00:00
dfp.c * dfp.c (dfp_byte_swap): Use uint32_t and not unsigned long. 2006-01-25 09:56:55 +11:00
dfp.h
diagnostic.c c-pragma.c (handle_pragma_diagnostic): New. 2006-01-18 15:02:42 -05:00
diagnostic.def c-pragma.c (handle_pragma_diagnostic): New. 2006-01-18 15:02:42 -05:00
diagnostic.h diagnostic.h: Include options.h. 2006-01-18 20:24:22 -08:00
dojump.c
dominance.c
domwalk.c
domwalk.h
dummy-checksum.c
dwarf2.h
dwarf2asm.c
dwarf2asm.h
dwarf2out.c [multiple changes] 2006-01-18 14:21:25 -05:00
dwarf2out.h
dwarf.h
emit-rtl.c
emit-rtl.h
errors.c
errors.h
et-forest.c
et-forest.h
except.c
except.h
explow.c
expmed.c expmed.c (store_bit_field): Don't arbitrarily deny using insv for storing constants in single-bit bitfields. 2006-01-24 18:10:54 -05:00
expr.c Makefile.in (tree-vect-patterns.o): Add rule for new file. 2006-01-19 10:24:00 +00:00
expr.h
final.c r110126@banpei: zack | 2006-01-22 14:47:42 -0800 2006-01-23 15:15:42 +00:00
fix-header.c fix-header.c (read_scan_file): Add new parameter imultilib when calling register_include_chains. 2006-01-24 00:02:18 +00:00
fixproto
flags.h
flow.c flow.c (delete_noop_moves): Add missing EOL to dump message. 2006-01-25 07:58:35 +00:00
fold-const.c re PR middle-end/24437 (OBJ_TYPE_REF handling in fold_stmt should be moved to fold) 2006-01-23 06:56:45 -08:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c function.c (instantiate_virtual_regs): Make it static. 2006-01-18 06:39:07 +00:00
function.h function.c (instantiate_virtual_regs): Make it static. 2006-01-18 06:39:07 +00:00
gbl-ctors.h
gcc.c re PR libstdc++/25524 (libstdc++ headers should go in multilib directories) 2006-01-20 21:00:03 +00:00
gcc.h
gccbug.in
gccspec.c
gcov-dump.c gcov.c (print_version), [...]): Update copyright notice dates. 2006-01-21 18:22:19 +00:00
gcov-io.c
gcov-io.h
gcov-iov.c
gcov.c gcov.c (print_version), [...]): Update copyright notice dates. 2006-01-21 18:22:19 +00:00
gcse.c
gdbinit.in update for decl_minimal change 2006-01-26 17:27:23 -05:00
gen-protos.c
genattr.c r110127@banpei: zack | 2006-01-22 14:49:27 -0800 2006-01-23 15:15:52 +00:00
genattrtab.c * genattrtab.c (gen_bypass): Allow bypasses to contain whitespace. 2006-01-25 07:35:17 +00:00
genautomata.c re PR bootstrap/25961 (Mainline failed to bootstrap on ia64) 2006-01-26 21:14:16 +00:00
gencheck.c
genchecksum.c
gencodes.c r110124@banpei: zack | 2006-01-22 14:45:55 -0800 2006-01-23 15:15:12 +00:00
genconditions.c genconditions.c (write_header): In generated code... 2006-01-26 21:21:42 +00:00
genconfig.c r110124@banpei: zack | 2006-01-22 14:45:55 -0800 2006-01-23 15:15:12 +00:00
genconstants.c
genemit.c r110124@banpei: zack | 2006-01-22 14:45:55 -0800 2006-01-23 15:15:12 +00:00
genextract.c genextract.c (VEC_safe_set_locstr): Take VEC by reference; update all callers. 2006-01-24 15:17:22 +00:00
genflags.c r110124@banpei: zack | 2006-01-22 14:45:55 -0800 2006-01-23 15:15:12 +00:00
gengenrtl.c
gengtype-lex.l
gengtype-yacc.y gengtype.c (new_structure): Return the structure. 2006-01-23 07:50:42 +00:00
gengtype.c rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document. 2006-01-25 09:10:56 +00:00
gengtype.h gengtype.c (new_structure): Return the structure. 2006-01-23 07:50:42 +00:00
genmddeps.c
genmodes.c
genmultilib
genopinit.c r110124@banpei: zack | 2006-01-22 14:45:55 -0800 2006-01-23 15:15:12 +00:00
genoutput.c r110124@banpei: zack | 2006-01-22 14:45:55 -0800 2006-01-23 15:15:12 +00:00
genpeep.c r110124@banpei: zack | 2006-01-22 14:45:55 -0800 2006-01-23 15:15:12 +00:00
genpreds.c r110130@banpei: zack | 2006-01-22 14:52:43 -0800 2006-01-23 15:16:19 +00:00
genrecog.c r110130@banpei: zack | 2006-01-22 14:52:43 -0800 2006-01-23 15:16:19 +00:00
gensupport.c r110124@banpei: zack | 2006-01-22 14:45:55 -0800 2006-01-23 15:15:12 +00:00
gensupport.h r110123@banpei: zack | 2006-01-22 14:44:34 -0800 2006-01-23 15:15:05 +00:00
ggc-common.c
ggc-none.c
ggc-page.c
ggc-zone.c
ggc.h
gimple-low.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
gimplify.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
glimits.h
global.c global.c: Fix comment typos. 2006-01-25 16:15:45 -06:00
graph.c
graph.h
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h re PR other/24829 (libobjc testsuite failures) 2006-01-26 22:00:28 +00:00
gthr-gnat.c
gthr-gnat.h
gthr-lynx.h
gthr-nks.h
gthr-posix95.h re PR other/24829 (libobjc testsuite failures) 2006-01-26 22:00:28 +00:00
gthr-posix.c
gthr-posix.h re PR other/24829 (libobjc testsuite failures) 2006-01-26 22:00:28 +00:00
gthr-rtems.h
gthr-single.h
gthr-solaris.h re PR other/24829 (libobjc testsuite failures) 2006-01-26 22:00:28 +00:00
gthr-tpf.h re PR other/24829 (libobjc testsuite failures) 2006-01-26 22:00:28 +00:00
gthr-vxworks.h
gthr-win32.h
gthr.h
haifa-sched.c Makefile.in (sched-vis.o): Update dependencies. 2006-01-25 17:39:37 +00:00
hard-reg-set.h
hooks.c [multiple changes] 2006-01-18 14:21:25 -05:00
hooks.h [multiple changes] 2006-01-18 14:21:25 -05:00
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h
ifcvt.c
input.h
insn-addr.h
insn-notes.def
integrate.c
integrate.h
intl.c
intl.h
ipa-cp.c
ipa-inline.c
ipa-prop.c
ipa-prop.h
ipa-pure-const.c
ipa-reference.c ipa-reference.c (check_operand): Allow FUNCTION_DECL. 2006-01-19 00:28:07 +00:00
ipa-reference.h
ipa-type-escape.c
ipa-type-escape.h
ipa-utils.c
ipa-utils.h
ipa.c
jump.c
lambda-code.c
lambda-mat.c
lambda-trans.c
lambda.h
langhooks-def.h [multiple changes] 2006-01-18 14:21:25 -05:00
langhooks.c [multiple changes] 2006-01-18 14:21:25 -05:00
langhooks.h [multiple changes] 2006-01-18 14:21:25 -05:00
LANGUAGES
lcm.c
libada-mk.in
libfuncs.h
libgcc2.c libgcc2.c (__floatdisf, [...]): Don't use IBM Extended Double TFmode. 2006-01-20 11:12:29 +10:30
libgcc2.h libgcc2.c (__floatdisf, [...]): Don't use IBM Extended Double TFmode. 2006-01-20 11:12:29 +10:30
libgcc-std.ver [multiple changes] 2006-01-27 20:59:49 +01:00
libgcov.c
limitx.h
limity.h
lists.c
local-alloc.c
longlong.h
loop-doloop.c
loop-init.c
loop-invariant.c
loop-iv.c loop-iv.c (iv_analysis_loop_init): Use df analysis in a more efficient way. 2006-01-24 23:37:25 +00:00
loop-unroll.c loop-iv.c: Include df.h and hashtab.h. 2006-01-20 00:46:37 +00:00
loop-unswitch.c loop-iv.c: Include df.h and hashtab.h. 2006-01-20 00:46:37 +00:00
loop.c
machmode.def
machmode.h
main.c
Makefile.in genconditions.c (write_header): In generated code... 2006-01-26 21:21:42 +00:00
mips-tdump.c gcov.c (print_version), [...]): Update copyright notice dates. 2006-01-21 18:22:19 +00:00
mips-tfile.c gcov.c (print_version), [...]): Update copyright notice dates. 2006-01-21 18:22:19 +00:00
mkconfig.sh
mklibgcc.in [multiple changes] 2006-01-27 20:59:49 +01:00
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
mode-switching.c mode-switching.c (optimize_mode_switching): Make it static. 2006-01-18 15:01:18 +00:00
modulo-sched.c modulo-sched.c (sms_schedule): Make it static. 2006-01-18 15:02:11 +00:00
omp-builtins.def [multiple changes] 2006-01-18 14:21:25 -05:00
omp-low.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
ONEWS
opt-functions.awk
opt-gather.awk
optabs.c rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new opaque type. 2006-01-27 16:17:39 +00:00
optabs.h Makefile.in (tree-vect-patterns.o): Add rule for new file. 2006-01-19 10:24:00 +00:00
optc-gen.awk
opth-gen.awk
opts.c c-pragma.c (handle_pragma_diagnostic): New. 2006-01-18 15:02:42 -05:00
opts.h
output.h
params.c
params.def
params.h
passes.c Makefile.in (sched-vis.o): Update dependencies. 2006-01-25 17:39:37 +00:00
pointer-set.c
pointer-set.h
postreload-gcse.c postreload-gcse.c (gcse_after_reload_main): Make it static. 2006-01-18 15:03:44 +00:00
postreload.c
predict.c
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c
pretty-print.h
print-rtl.c
print-tree.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
profile.c
protoize.c
read-rtl.c r110130@banpei: zack | 2006-01-22 14:52:43 -0800 2006-01-23 15:16:19 +00:00
README.Portability
real.c
real.h
recog.c
recog.h
reg-notes.def
reg-stack.c reg-stack.c (reg_to_stack): Make it static. 2006-01-18 15:04:37 +00:00
regclass.c
regmove.c regmove.c (regmove_optimize, [...]): Make them static. 2006-01-18 06:40:08 +00:00
regrename.c regrename.c (regrename_optimize, [...]): Make them static. 2006-01-18 15:05:35 +00:00
regs.h
reload1.c reload1.c (find_reload_regs): Note the details of reload failures in the dump file. 2006-01-19 20:16:17 -05:00
reload.c
reload.h
reorg.c
resource.c
resource.h
rtl-error.c
rtl-factoring.c
rtl-profile.c
rtl.c
rtl.def r110130@banpei: zack | 2006-01-22 14:52:43 -0800 2006-01-23 15:16:19 +00:00
rtl.h rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new opaque type. 2006-01-27 16:17:39 +00:00
rtlanal.c rtlanal.c (global_reg_mentioned_p_1, [...]): Remove. 2006-01-18 06:22:04 +00:00
rtlhooks-def.h
rtlhooks.c
sbitmap.c
sbitmap.h
scan-decls.c
scan-types.sh
scan.c
scan.h
sched-deps.c
sched-ebb.c
sched-int.h
sched-rgn.c
sched-vis.c Makefile.in (sched-vis.o): Update dependencies. 2006-01-25 17:39:37 +00:00
sdbout.c
sdbout.h
SERVICE
simplify-rtx.c
sort-protos
sreal.c
sreal.h
stab.def
statistics.h
stmt.c stmt.c (case_bit_test_cmp): Stabilize the sort using code label numbers. 2006-01-20 12:12:24 +00:00
stor-layout.c
stringpool.c
struct-equiv.c
stub-objc.c
sync-builtins.def
sys-protos.h
sys-types.h
system.h
target-def.h
target.h
targhooks.c
targhooks.h
timevar.c
timevar.def
timevar.h
tlink.c
toplev.c
toplev.h
tracer.c
tree-browser.c
tree-browser.def
tree-cfg.c tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL_DATA_ARG and OMP_RETURN_EXPR. 2006-01-19 11:55:52 -05:00
tree-cfgcleanup.c
tree-chrec.c
tree-chrec.h
tree-complex.c
tree-data-ref.c
tree-data-ref.h
tree-dfa.c tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove. 2006-01-19 01:42:48 +00:00
tree-dump.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
tree-dump.h [multiple changes] 2006-01-18 14:21:25 -05:00
tree-eh.c
tree-flow-inline.h tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove. 2006-01-19 01:42:48 +00:00
tree-flow.h tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL_DATA_ARG and OMP_RETURN_EXPR. 2006-01-19 11:55:52 -05:00
tree-gimple.c tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL_DATA_ARG and OMP_RETURN_EXPR. 2006-01-19 11:55:52 -05:00
tree-gimple.h tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL_DATA_ARG and OMP_RETURN_EXPR. 2006-01-19 11:55:52 -05:00
tree-if-conv.c
tree-inline.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
tree-inline.h
tree-into-ssa.c
tree-iterator.c tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL_DATA_ARG and OMP_RETURN_EXPR. 2006-01-19 11:55:52 -05:00
tree-iterator.h
tree-loop-linear.c
tree-mudflap.c
tree-mudflap.h
tree-nested.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
tree-nomudflap.c
tree-nrv.c
tree-object-size.c
tree-optimize.c
tree-outof-ssa.c tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove. 2006-01-19 01:42:48 +00:00
tree-pass.h tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL_DATA_ARG and OMP_RETURN_EXPR. 2006-01-19 11:55:52 -05:00
tree-phinodes.c
tree-pretty-print.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
tree-profile.c
tree-scalar-evolution.c
tree-scalar-evolution.h
tree-sra.c
tree-ssa-address.c
tree-ssa-alias.c tree-ssa-alias.c (maybe_create_global_var): Change subvar walking to an assertion that we don't have subvar'd variables. 2006-01-26 15:24:51 +00:00
tree-ssa-ccp.c re PR middle-end/24437 (OBJ_TYPE_REF handling in fold_stmt should be moved to fold) 2006-01-23 06:56:45 -08:00
tree-ssa-copy.c
tree-ssa-copyrename.c
tree-ssa-dce.c [multiple changes] 2006-01-18 14:21:25 -05:00
tree-ssa-dom.c
tree-ssa-dse.c
tree-ssa-forwprop.c
tree-ssa-live.c
tree-ssa-live.h
tree-ssa-loop-ch.c
tree-ssa-loop-im.c
tree-ssa-loop-ivcanon.c
tree-ssa-loop-ivopts.c
tree-ssa-loop-manip.c
tree-ssa-loop-niter.c
tree-ssa-loop-unswitch.c
tree-ssa-loop.c
tree-ssa-math-opts.c
tree-ssa-operands.c tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL_DATA_ARG and OMP_RETURN_EXPR. 2006-01-19 11:55:52 -05:00
tree-ssa-operands.h tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove. 2006-01-19 01:42:48 +00:00
tree-ssa-opfinalize.h
tree-ssa-phiopt.c
tree-ssa-pre.c re PR tree-optimization/25860 (ice with -g -O2 -fPIC) 2006-01-24 08:27:44 -08:00
tree-ssa-propagate.c tree-vrp.c (test_for_singularity): Correct test for new min limit. 2006-01-18 12:47:16 -07:00
tree-ssa-propagate.h
tree-ssa-reassoc.c
tree-ssa-sink.c
tree-ssa-structalias.c tree-ssa-structalias.c (intra_create_variable_infos): Create heap variables for incoming parameters if flag_argument_noalias > 1. 2006-01-26 09:48:20 -08:00
tree-ssa-structalias.h tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove. 2006-01-19 01:42:48 +00:00
tree-ssa-threadupdate.c
tree-ssa-uncprop.c
tree-ssa.c
tree-ssanames.c
tree-stdarg.c
tree-stdarg.h
tree-tailcall.c
tree-vect-analyze.c Makefile.in (tree-vect-patterns.o): Add rule for new file. 2006-01-19 10:24:00 +00:00
tree-vect-generic.c Makefile.in (tree-vect-patterns.o): Add rule for new file. 2006-01-19 10:24:00 +00:00
tree-vect-patterns.c * tree-vect-patterns.c (vect_pattern_recog_1): Prevent parse error. 2006-01-19 15:04:46 +00:00
tree-vect-transform.c Makefile.in (tree-vect-patterns.o): Add rule for new file. 2006-01-19 10:24:00 +00:00
tree-vectorizer.c Makefile.in (tree-vect-patterns.o): Add rule for new file. 2006-01-19 10:24:00 +00:00
tree-vectorizer.h Makefile.in (tree-vect-patterns.o): Add rule for new file. 2006-01-19 10:24:00 +00:00
tree-vn.c
tree-vrp.c re PR ada/25900 (ICE on ACATS cxac004 in Tree-VRP) 2006-01-26 10:14:22 -07:00
tree.c re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
tree.def re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
tree.h tree.h (OMP_CLAUSE_SUBCODE_CHECK): Add definition for --disable-checking. 2006-01-26 07:54:05 -05:00
treestruct.def re PR middle-end/25886 (up to 256 tree codes for Objective-C++) 2006-01-25 21:53:01 -05:00
tsystem.h
typeclass.h
unwind-c.c
unwind-compat.c
unwind-compat.h
unwind-dw2-fde-compat.c
unwind-dw2-fde-darwin.c
unwind-dw2-fde-glibc.c
unwind-dw2-fde.c
unwind-dw2-fde.h
unwind-dw2.c
unwind-dw2.h
unwind-generic.h
unwind-pe.h
unwind-sjlj.c
unwind.inc
value-prof.c
value-prof.h
var-tracking.c
varasm.c rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new opaque type. 2006-01-27 16:17:39 +00:00
varray.c r110129@banpei: zack | 2006-01-22 14:51:57 -0800 2006-01-23 15:16:10 +00:00
varray.h
vec.c
vec.h genautomata.c (process_state_for_insn_equiv_partition): Use xcalloc for insn_arcs_array. 2006-01-24 15:19:40 +00:00
version.c
version.h
vmsdbg.h
vmsdbgout.c
web.c
xcoff.h
xcoffout.c
xcoffout.h

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

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

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

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

For the complete coding style conventions used in GCC, please read
http://gcc.gnu.org/codingconventions.html


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

Irix6 "cc -n32" and OSF4 "cc" have problems with constant string
initializers with parens around it, e.g.

const char string[] = ("A string");

This is unfortunate since this is what the GNU gettext macro N_
produces.  You need to find a different way to code it.

Some compilers like MSVC++ have fairly low limits on the maximum
length of a string literal; 509 is the lowest we've come across.  You
may need to break up a long printf statement into many smaller ones.


Empty macro arguments
---------------------

ISO C (6.8.3 in the 1990 standard) specifies the following:

If (before argument substitution) any argument consists of no
preprocessing tokens, the behavior is undefined.

This was relaxed by ISO C99, but some older compilers emit an error,
so code like

#define foo(x, y) x y
foo (bar, )

needs to be coded in some other way.


free and realloc
----------------

Some implementations crash upon attempts to free or realloc the null
pointer.  Thus if mem might be null, you need to write

  if (mem)
    free (mem);


Trigraphs
---------

You weren't going to use them anyway, but some otherwise ISO C
compliant compilers do not accept trigraphs.


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

You should never use a 'l' suffix on integer constants ('L' is fine),
since it can easily be confused with the number '1'.


			Common Coding Pitfalls
			======================

errno
-----

errno might be declared as a macro.


Implicit int
------------

In C, the 'int' keyword can often be omitted from type declarations.
For instance, you can write

  unsigned variable;

as shorthand for

  unsigned int variable;

There are several places where this can cause trouble.  First, suppose
'variable' is a long; then you might think

  (unsigned) variable

would convert it to unsigned long.  It does not.  It converts to
unsigned int.  This mostly causes problems on 64-bit platforms, where
long and int are not the same size.

Second, if you write a function definition with no return type at
all:

  operate (int a, int b)
  {
    ...
  }

that function is expected to return int, *not* void.  GCC will warn
about this.

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

  void
  operate (int a, int b)
  ...

but operate() is called above its definition, you will get an error
about a "type mismatch with previous implicit declaration".  The cure
is to prototype all functions at the top of the file, or in an
appropriate header.

Char vs unsigned char vs int
----------------------------

In C, unqualified 'char' may be either signed or unsigned; it is the
implementation's choice.  When you are processing 7-bit ASCII, it does
not matter.  But when your program must handle arbitrary binary data,
or fully 8-bit character sets, you have a problem.  The most obvious
issue is if you have a look-up table indexed by characters.

For instance, the character '\341' in ISO Latin 1 is SMALL LETTER A
WITH ACUTE ACCENT.  In the proper locale, isalpha('\341') will be
true.  But if you read '\341' from a file and store it in a plain
char, isalpha(c) may look up character 225, or it may look up
character -31.  And the ctype table has no entry at offset -31, so
your program will crash.  (If you're lucky.)

It is wise to use unsigned char everywhere you possibly can.  This
avoids all these problems.  Unfortunately, the routines in <string.h>
take plain char arguments, so you have to remember to cast them back
and forth - or avoid the use of strxxx() functions, which is probably
a good idea anyway.

Another common mistake is to use either char or unsigned char to
receive the result of getc() or related stdio functions.  They may
return EOF, which is outside the range of values representable by
char.  If you use char, some legal character value may be confused
with EOF, such as '\377' (SMALL LETTER Y WITH UMLAUT, in Latin-1).
The correct choice is int.

A more subtle version of the same mistake might look like this:

  unsigned char pushback[NPUSHBACK];
  int pbidx;
  #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
  #define get(c) (pbidx ? pushback[--pbidx] : getchar())
  ...
  unget(EOF);

which will mysteriously turn a pushed-back EOF into a SMALL LETTER Y
WITH UMLAUT.


Other common pitfalls
---------------------

o Expecting 'plain' char to be either sign or unsigned extending.

o Shifting an item by a negative amount or by greater than or equal to
  the number of bits in a type (expecting shifts by 32 to be sensible
  has caused quite a number of bugs at least in the early days).

o Expecting ints shifted right to be sign extended.

o Modifying the same value twice within one sequence point.

o Host vs. target floating point representation, including emitting NaNs
  and Infinities in a form that the assembler handles.

o qsort being an unstable sort function (unstable in the sense that
  multiple items that sort the same may be sorted in different orders
  by different qsort functions).

o Passing incorrect types to fprintf and friends.

o Adding a function declaration for a module declared in another file to
  a .c file instead of to a .h file.