gcc/gcc
Paul Thomas 1c8bcdf715 re PR fortran/34429 (Fails: character(len=use_associated_const) function foo())
2008-01-17  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/34429
	PR fortran/34431
	PR fortran/34471
	* decl.c : Remove gfc_function_kind_locus and
	gfc_function_type_locus. Add gfc_matching_function.
	(match_char_length): If matching a function and the length
	does not match, return MATCH_YES and try again later.
	(gfc_match_kind_spec): The same.
	(match_char_kind): The same.
	(gfc_match_type_spec): The same for numeric and derived types.
	(match_prefix): Rename as gfc_match_prefix.
	(gfc_match_function_decl): Except for function valued character
	lengths, defer applying kind, type and charlen info until the
	end of specification block.
	gfortran.h (gfc_statement): Add ST_GET_FCN_CHARACTERISTICS.
	parse.c (decode_specification_statement): New function.
	(decode_statement): Call it when a function has kind = -1. Set
	and reset gfc_matching function, as function statement is being
	matched.
	(match_deferred_characteristics): Simplify with a single call
	to gfc_match_prefix. Do appropriate error handling. In any
	case, make sure that kind = -1 is reset or corrected.
	(parse_spec): Call above on seeing ST_GET_FCN_CHARACTERISTICS.
	Throw an error if kind = -1 after last specification statement.
	parse.h : Prototype for gfc_match_prefix.

2008-01-17  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/34429
	* gfortran.dg/function_charlen_1.f90: New test.

	PR fortran/34431
	* gfortran.dg/function_types_1.f90: New test.
	* gfortran.dg/function_types_2.f90: New test.

	PR fortran/34471
	* gfortran.dg/function_kinds_4.f90: New test.
	* gfortran.dg/function_kinds_5.f90: New test.

	* gfortran.dg/defined_operators_1.f90: Errors now at function
	declarations.
	* gfortran.dg/private_type_4.f90: The same.
	* gfortran.dg/interface_15.f90: The same.
	* gfortran.dg/elemental_args_check_2.f90: The same.
	* gfortran.dg/auto_internal_assumed.f90: The same.

From-SVN: r131592
2008-01-17 07:19:04 +00:00
..
ada decl.c (gnat_to_gnu_entity): Process renamings before converting the expression to the type of the object. 2008-01-14 19:32:10 +00:00
config pa64-hpux.h (LIB_SPEC): Add "-lpthread" in shared links if "-mt" or "-pthread" is specified. 2008-01-17 03:55:34 +00:00
cp re PR c++/33819 (Miscompiled shift of C++ bitfield) 2008-01-16 09:46:29 +00:00
doc c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers instead of OPT_Wreturn_type in... 2008-01-13 00:22:38 +00:00
fortran re PR fortran/34429 (Fails: character(len=use_associated_const) function foo()) 2008-01-17 07:19:04 +00:00
ginclude
java re PR java/17779 (ICE: Seg fault) 2008-01-04 15:13:53 +00:00
objc
objcp
po * sv.po: Update. 2007-12-15 22:15:51 +00:00
testsuite re PR fortran/34429 (Fails: character(len=use_associated_const) function foo()) 2008-01-17 07:19:04 +00:00
treelang
ABOUT-GCC-NLS
acinclude.m4
aclocal.m4
addresses.h
alias.c
alias.h
alloc-pool.c
alloc-pool.h
attribs.c
auto-inc-dec.c
BASE-VER
basic-block.h basic-block.h (struct edge_def): Pair dest_idx with goto_locus fields. 2008-01-07 16:49:37 +00:00
bb-reorder.c
bitmap.c
bitmap.h
bt-load.c
builtin-attrs.def
builtin-types.def
builtins.c
builtins.def
c-aux-info.c
c-common.c re PR c/34457 (ICE with VLA and -combine) 2008-01-04 00:14:31 +00:00
c-common.def
c-common.h
c-config-lang.in
c-convert.c
c-cppbuiltin.c re PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc breaks compilation with -fno-rtti) 2008-01-06 22:30:32 +00:00
c-decl.c c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers instead of OPT_Wreturn_type in... 2008-01-13 00:22:38 +00:00
c-dump.c
c-errors.c
c-format.c
c-format.h
c-gimplify.c
c-incpath.c
c-incpath.h
c-lang.c
c-lex.c
c-objc-common.c
c-objc-common.h
c-omp.c c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR. 2008-01-05 16:57:00 +00:00
c-opts.c re PR c++/24924 (front end and preprocessor pedantic_errors settings should agree) 2008-01-14 19:21:38 +00:00
c-parser.c re PR c/34506 (gcc disallows comma between C/C++ OpenMP clauses) 2007-12-17 15:16:42 +01:00
c-pch.c
c-ppoutput.c
c-pragma.c
c-pragma.h
c-pretty-print.c
c-pretty-print.h
c-semantics.c
c-tree.h
c-typeck.c re PR c/34768 (Wrong code with conditional function invocation) 2008-01-16 09:44:23 +00:00
c.opt c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers instead of OPT_Wreturn_type in... 2008-01-13 00:22:38 +00:00
caller-save.c
calls.c
cfg.c re PR rtl-optimization/31396 (Inline code performance much worse than out-of-line) 2008-01-16 16:32:05 +00:00
cfganal.c
cfgbuild.c
cfgcleanup.c re PR middle-end/30905 (Fails to cross-jump) 2008-01-11 14:55:34 +00:00
cfgexpand.c
cfghooks.c
cfghooks.h
cfglayout.c
cfglayout.h
cfgloop.c
cfgloop.h
cfgloopanal.c
cfgloopmanip.c
cfgrtl.c
cgraph.c
cgraph.h
cgraphbuild.c
cgraphunit.c re PR c++/34619 (ICE with "-fmudflap" and templates) 2008-01-03 11:28:30 +01:00
ChangeLog Log entry for last change. 2008-01-17 04:36:40 +00:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007 2008-01-12 Richard Guenther <rguenther@suse.de> 2008-01-12 12:27:07 +00:00
ChangeLog.dataflow
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
collect2.c re PR driver/33772 (collect2 doesn't strip .sl version) 2007-12-31 15:02:59 +00:00
collect2.h
combine-stack-adj.c
combine.c re PR target/27971 (eliminate shift in array[(x>>2)&3]) 2008-01-11 04:20:32 +00:00
common.opt
conditions.h
config.build
config.gcc config.gcc: Make crisv32-* have cpu_type cris. 2007-12-15 21:35:32 +00:00
config.host
config.in
configure
configure.ac
convert.c
convert.h
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h
coverage.c
coverage.h
cppdefault.c
cppdefault.h
cppspec.c
crtstuff.c
cse.c re PR rtl-optimization/31944 (Endless loop while building a 64-bit 2.6.20 kernel) 2008-01-14 12:16:58 +00:00
cselib.c
cselib.h
cstamp-h.in
DATESTAMP Daily bump. 2008-01-17 00:17:29 +00:00
dbgcnt.c
dbgcnt.def
dbgcnt.h
dbxout.c
dbxout.h
dce.c
dce.h
ddg.c
ddg.h
debug.c
debug.h re PR debug/34249 (FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE) 2008-01-16 12:10:27 +01:00
defaults.h
DEV-PHASE
df-core.c df-core.c: Update comments referring to removed features. 2007-12-14 17:40:46 +00:00
df-problems.c df-core.c: Update comments referring to removed features. 2007-12-14 17:40:46 +00:00
df-scan.c df-core.c: Update comments referring to removed features. 2007-12-14 17:40:46 +00:00
df.h re PR rtl-optimization/34415 (Possible miscompilation on MIPS) 2007-12-16 09:54:34 +00:00
dfp.c
dfp.h
diagnostic.c
diagnostic.def
diagnostic.h
dojump.c
dominance.c
domwalk.c
domwalk.h
double-int.c
double-int.h
dse.c
dse.h
dummy-checksum.c
dwarf2.h
dwarf2asm.c
dwarf2asm.h
dwarf2out.c re PR debug/34249 (FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE) 2008-01-16 22:20:39 +01:00
dwarf2out.h
dwarf.h
ebitmap.c
ebitmap.h
emit-rtl.c re PR c/34601 (ICE with undefined enum) 2008-01-13 16:30:51 +00:00
emit-rtl.h
emutls.c
errors.c
errors.h
et-forest.c
et-forest.h
except.c
except.h
exec-tool.in
explow.c
expmed.c
expr.c re PR middle-end/31309 (reads/writes past end of structure) 2008-01-11 19:44:40 +00:00
expr.h
final.c re PR debug/34249 (FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE) 2008-01-16 12:10:27 +01:00
fix-header.c
fixed-value.c
fixed-value.h
fixproto
flags.h
fold-const.c re PR middle-end/32628 (bogus integer overflow warning) 2008-01-16 21:51:57 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c tree.h (set_decl_incoming_rtl): Add a by_reference_p parameter. 2007-12-19 09:54:45 +00:00
function.h
fwprop.c
gbl-ctors.h
gcc.c gcc.c (LINK_COMMAND_SPEC): Add includes and link options for libgomp when... 2008-01-16 16:23:20 +00:00
gcc.h
gccbug.in
gccspec.c
gcov-dump.c
gcov-io.c
gcov-io.h
gcov-iov.c
gcov.c
gcse.c gcse.c (cprop_jump): Call validate_unshare_change instead of validate_change to unshare the source... 2008-01-13 13:13:35 +01:00
gdbinit.in
gen-protos.c
genattr.c
genattrtab.c
genautomata.c
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype.c
gengtype.h
genmddeps.c
genmodes.c
genmultilib
genopinit.c
genoutput.c
genpeep.c
genpreds.c
genrecog.c
gensupport.c
gensupport.h
ggc-common.c
ggc-none.c
ggc-page.c
ggc-zone.c
ggc.h
gimple-low.c
gimplify.c re PR middle-end/34668 (ICE in find_compatible_field with -combine) 2008-01-16 13:41:13 +00:00
glimits.h
global.c re PR rtl-optimization/31396 (Inline code performance much worse than out-of-line) 2008-01-16 16:32:05 +00:00
graph.c
graph.h
graphds.c
graphds.h
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c
gthr-gnat.h
gthr-lynx.h
gthr-mipssde.h
gthr-nks.h
gthr-posix95.h
gthr-posix.c
gthr-posix.h
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-tpf.h
gthr-vxworks.h
gthr-win32.h
gthr.h
haifa-sched.c
hard-reg-set.h
hooks.c
hooks.h
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h
ifcvt.c
init-regs.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.h
ipa-struct-reorg.c
ipa-struct-reorg.h
ipa-type-escape.c
ipa-type-escape.h
ipa-utils.c
ipa-utils.h
ipa.c
jump.c
lambda-code.c lambda-code.c (lambda_transform_legal_p): Handle the case of no dependences in the dependence_relations vector. 2008-01-16 19:26:26 +00:00
lambda-mat.c
lambda-trans.c
lambda.h
langhooks-def.h re PR debug/7081 (DWARF enhancements for C++) 2007-12-15 20:19:23 +00:00
langhooks.c
langhooks.h re PR debug/7081 (DWARF enhancements for C++) 2007-12-15 20:19:23 +00:00
LANGUAGES
lcm.c
libada-mk.in
libfuncs.h
libgcc2.c
libgcc2.h
libgcc-std.ver
libgcov.c
limitx.h
limity.h
lists.c
local-alloc.c re PR rtl-optimization/31396 (Inline code performance much worse than out-of-line) 2008-01-16 16:32:05 +00:00
longlong.h
loop-doloop.c
loop-init.c
loop-invariant.c
loop-iv.c
loop-unroll.c
loop-unswitch.c
lower-subreg.c
machmode.def
machmode.h
main.c
Makefile.in * Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency. 2008-01-09 09:18:24 +00:00
matrix-reorg.c
mips-tdump.c
mips-tfile.c
mkconfig.sh
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
mode-switching.c
modulo-sched.c Fix generation of reg-moves 2007-12-19 13:36:32 +00:00
omega.c
omega.h
omp-builtins.def
omp-low.c re PR middle-end/34694 (Wrong line number for uninitialized variable) 2008-01-08 17:08:24 +01:00
ONEWS
opt-functions.awk
opt-gather.awk
optabs.c
optabs.h
optc-gen.awk
opth-gen.awk
opts-common.c
opts.c re PR debug/26364 ([no unit-at-a-time mode] Uninlined function is marked as inlined) 2008-01-09 10:33:55 +00:00
opts.h
output.h
params.c
params.def
params.h
passes.c
pointer-set.c
pointer-set.h
postreload-gcse.c
postreload.c
predict.c
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c
pretty-print.h
print-rtl.c
print-tree.c
profile.c
protoize.c
ra-conflict.c
ra.h re PR rtl-optimization/31396 (Inline code performance much worse than out-of-line) 2008-01-16 16:32:05 +00:00
read-rtl.c
README.Portability
real.c
real.h
recog.c
recog.h
reg-notes.def
reg-stack.c
regclass.c rtl.def (SUBREG): Update comments. 2007-12-19 09:54:24 +00:00
regmove.c re PR rtl-optimization/31396 (Inline code performance much worse than out-of-line) 2008-01-16 16:32:05 +00:00
regrename.c
regs.h re PR rtl-optimization/31396 (Inline code performance much worse than out-of-line) 2008-01-16 16:32:05 +00:00
regstat.c re PR rtl-optimization/31396 (Inline code performance much worse than out-of-line) 2008-01-16 16:32:05 +00:00
reload1.c
reload.c re PR target/34641 (ICE in reload_cse_simplify_operands, at postreload.c:395) 2008-01-10 16:46:26 +00:00
reload.h
reorg.c
resource.c 200x-xx-xx Kaz Kylheku <kaz@zeugmasystems.com> 2007-12-18 07:40:17 +00:00
resource.h
rtl-error.c
rtl-factoring.c
rtl.c
rtl.def rtl.def (SUBREG): Update comments. 2007-12-19 09:54:24 +00:00
rtl.h rtl.def (SUBREG): Update comments. 2007-12-19 09:54:24 +00:00
rtlanal.c
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
sdbout.c
sdbout.h
see.c
simplify-rtx.c re PR rtl-optimization/34490 (r128833 causes miscompilation of glibc clock_gettime.c) 2007-12-18 01:13:29 +01:00
sort-protos
sparseset.c re PR rtl-optimization/33796 (valgrind error with -O2 for linux kernel code) 2008-01-16 21:21:36 -06:00
sparseset.h
sreal.c
sreal.h
stab.def
stack-ptr-mod.c
statistics.h
stmt.c
stor-layout.c
stringpool.c
struct-equiv.c
stub-objc.c
sync-builtins.def
sys-protos.h
sys-types.h
system.h re PR bootstrap/34144 (Revision 130005 causes bootstrap failure with --disable-checking) 2007-12-13 19:19:17 +00:00
target-def.h
target.h
targhooks.c
targhooks.h
timevar.c
timevar.def
timevar.h
tlink.c
toplev.c toplev.c (process_options): Fix typo in warning. 2007-12-15 16:25:41 +01:00
toplev.h
tracer.c
tree-affine.c
tree-affine.h
tree-browser.c
tree-browser.def
tree-cfg.c re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior) 2008-01-10 16:59:06 +00:00
tree-cfgcleanup.c
tree-chrec.c
tree-chrec.h
tree-complex.c re PR middle-end/33088 (spurious exceptions with -ffloat-store) 2007-12-13 21:49:09 +00:00
tree-data-ref.c re PR tree-optimization/34769 (gcc.dg/vect/no-vfa-pr29145.c) 2008-01-16 16:00:17 +00:00
tree-data-ref.h
tree-dfa.c
tree-dump.c
tree-dump.h
tree-eh.c
tree-flow-inline.h re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior) 2008-01-08 12:12:56 +00:00
tree-flow.h re PR middle-end/34668 (ICE in find_compatible_field with -combine) 2008-01-16 13:41:13 +00:00
tree-gimple.c re PR middle-end/33088 (spurious exceptions with -ffloat-store) 2007-12-13 21:49:09 +00:00
tree-gimple.h
tree-if-conv.c
tree-inline.c re PR middle-end/34668 (ICE in find_compatible_field with -combine) 2008-01-16 13:41:13 +00:00
tree-inline.h re PR tree-optimization/34708 (Inlining heuristics issue) 2008-01-09 19:19:40 +00:00
tree-into-ssa.c
tree-iterator.c
tree-iterator.h
tree-loop-linear.c
tree-mudflap.c re PR libmudflap/26442 (ICE on valid unreachable code (and no name) when compiling with -fmudflap) 2008-01-01 23:08:05 +00:00
tree-mudflap.h
tree-nested.c
tree-nomudflap.c
tree-nrv.c
tree-object-size.c
tree-optimize.c
tree-outof-ssa.c Fix PR34263: Cleaning up latch blocks 2008-01-06 15:24:10 +00:00
tree-parloops.c tree-parloops (gen_parallel_loop): Revert my fix. 2008-01-16 04:17:49 +00:00
tree-pass.h
tree-phinodes.c
tree-predcom.c
tree-pretty-print.c
tree-profile.c
tree-scalar-evolution.c tree-scalar-evolution.c (number_of_iterations_for_all_loops): Replace print_loop_ir with print_loops. 2007-12-15 18:35:23 +00:00
tree-scalar-evolution.h
tree-sra.c re PR tree-optimization/34651 (ICE in set_value_range, at tree-vrp.c:321) 2008-01-10 14:28:40 +00:00
tree-ssa-address.c
tree-ssa-alias-warnings.c
tree-ssa-alias.c
tree-ssa-ccp.c re PR middle-end/32135 (bogus array-ref fold triggering array overflow warning) 2008-01-13 11:18:08 +00:00
tree-ssa-coalesce.c
tree-ssa-copy.c re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior) 2008-01-10 16:59:06 +00:00
tree-ssa-copyrename.c
tree-ssa-dce.c
tree-ssa-dom.c re PR middle-end/34462 (tree check: expected ssa_name, have struct_field_tag in vuses_compare, at tree-vn.c:118) 2007-12-14 14:21:41 +00:00
tree-ssa-dse.c re PR c++/34459 (incorrect code when compiled with optimization (-O1)) 2007-12-20 15:40:33 +01:00
tree-ssa-forwprop.c
tree-ssa-ifcombine.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-prefetch.c
tree-ssa-loop-unswitch.c
tree-ssa-loop.c
tree-ssa-math-opts.c
tree-ssa-operands.c re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior) 2008-01-08 16:29:14 +00:00
tree-ssa-operands.h re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior) 2008-01-08 16:29:14 +00:00
tree-ssa-phiopt.c
tree-ssa-pre.c re PR middle-end/34462 (tree check: expected ssa_name, have struct_field_tag in vuses_compare, at tree-vn.c:118) 2007-12-14 14:21:41 +00:00
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c
tree-ssa-sccvn.c tree-ssa-sccvn.c (struct vn_binary_op_s): Move hashcode near opcode. 2008-01-11 13:36:53 +00:00
tree-ssa-sccvn.h tree-ssa-sccvn.h (struct vn_ssa_aux): Make the most accessed field (valnum) the first in the struct. 2008-01-10 16:29:59 +00:00
tree-ssa-sink.c
tree-ssa-structalias.c re PR c++/31863 (g++-4.1: out of memory with -O1/-O2) 2008-01-08 21:35:25 +00:00
tree-ssa-structalias.h
tree-ssa-ter.c tree-ssa-ter.c (free_temp_expr_table): Free num_in_part and new_replaceable_dependencies. 2008-01-13 04:27:46 +00:00
tree-ssa-threadedge.c
tree-ssa-threadupdate.c
tree-ssa-uncprop.c
tree-ssa.c re PR middle-end/33088 (spurious exceptions with -ffloat-store) 2007-12-13 21:49:09 +00:00
tree-ssanames.c
tree-stdarg.c
tree-stdarg.h
tree-tailcall.c
tree-vect-analyze.c
tree-vect-generic.c
tree-vect-patterns.c
tree-vect-transform.c re PR tree-optimization/34591 (internal compiler error: in cost_for_stmt, at tree-vect-transform.c:98) 2007-12-27 19:14:17 +00:00
tree-vectorizer.c
tree-vectorizer.h tree-vectorizer.h (verbosity_levels): Add new verbosity level REPORT_COST. 2007-12-17 20:54:01 +00:00
tree-vn.c re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior) 2008-01-08 16:29:14 +00:00
tree-vrp.c tree-vrp.c (find_conditional_asserts): Remove redundant check that edge does not point to current bb before changing... 2008-01-05 10:31:24 +01:00
tree.c re PR tree-optimization/34769 (gcc.dg/vect/no-vfa-pr29145.c) 2008-01-16 16:00:17 +00:00
tree.def
tree.h tree.h (set_decl_incoming_rtl): Add a by_reference_p parameter. 2007-12-19 09:54:45 +00:00
treestruct.def
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 rtl.def (SUBREG): Update comments. 2007-12-19 09:54:24 +00:00
varasm.c
varpool.c
varray.c
varray.h
vec.c
vec.h
vecprim.h
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.