8sa1-gcc/gcc
Joseph Myers 16ef3accae re PR c++/772 (Statement expressions issues)
PR c/772
	PR c/17913
	* c-tree.h (C_DECL_UNJUMPABLE_STMT_EXPR,
	C_DECL_UNDEFINABLE_STMT_EXPR, struct c_label_list, struct
	c_label_context, label_context_stack): New.
	* c-decl.c (define_label): Check for jumps into statement
	expressions.  Add label to list of defined labels.
	(start_function): Push context on label_context_stack.
	(finish_function): Pop context from label_context_stack.
	* c-typeck.c (label_context_stack): New.
	(c_finish_goto_label): Check for jumps into statement
	expressions.  Add label to list of jumped to labels.
	(struct c_switch): Add blocked_stmt_expr.
	(c_start_case): Initialize it.
	(do_case): Check it.
	(c_finish_case): Verify !blocked_stmt_expr.
	(c_begin_stmt_expr):  Push context on label_context_stack.
	Increment blocked_stmt_expr.  Mark labels jumped to from outside
	as undefinable.
	(c_finish_stmt_expr): December blocked_stmt_expr.  Mark labels
	defined in the statement expression and no longer jumpable to.
	Mark labels jumped to from just outside the statement expression
	as again definable.  Pop context from label_context_stack.
	* doc/extend.texi (Statement Exprs): Update.

objc:
	* objc-act.c (objc_start_function): Push context on
	label_context_stack.

testsuite:
	* gcc.dg/stmt-expr-label-1.c, gcc.dg/stmt-expr-label-2.c,
	gcc.dg/stmt-expr-label-3.c : New tests.
	* gcc.c-torture/execute/medce-2.c: Remove.

From-SVN: r97273
2005-03-30 20:56:39 +01:00
..
ada * adaint.c (_gnat_set_close_on_exec): Mark parameters unused. 2005-03-29 21:00:04 -06:00
config final.c (final): Remove prescan parameter. 2005-03-30 18:53:35 +00:00
cp re PR c/20519 (completed type not selected properly with typeof) 2005-03-29 17:35:15 -08:00
doc re PR c++/772 (Statement expressions issues) 2005-03-30 20:56:39 +01:00
fortran gfortran.h (option_t): Change d8, i8, r8 to flag_default_double, flag_default_integer, flag_default_real 2005-03-30 00:30:51 +00:00
ginclude
java * parse.y (maybe_yank_clinit): Don't crash if bbody is NULL. 2005-03-30 17:55:57 +00:00
objc re PR c++/772 (Statement expressions issues) 2005-03-30 20:56:39 +01:00
po * de.po: Update. 2005-03-29 22:13:11 +01:00
testsuite re PR c++/772 (Statement expressions issues) 2005-03-30 20:56:39 +01:00
treelang langhooks.h (truthvalue_conversion): Remove. 2005-03-23 19:47:09 +00:00
.cvsignore
ABOUT-GCC-NLS
aclocal.m4 Makefile.def (bfd, [...]): Set lib_path. 2005-03-30 08:18:08 +00:00
alias.c alias.c, [...]: Fix comment typos. 2005-01-23 15:05:49 +00:00
alias.h alias.c (component_uses_parent_alias_set): Rename from can_address_p. 2004-12-03 16:20:31 -08:00
alloc-pool.c alloc-pool.c, [...]: Update copyright. 2005-03-14 13:10:51 +00:00
alloc-pool.h
attribs.c re PR c/18282 (PR c/17384 patch causes regression from 3.4.2) 2004-12-09 14:55:41 -08:00
BASE-VER gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
basic-block.h basic-block.h (scale_bbs_frequencies_int, [...]): Declare. 2005-03-18 20:15:06 +00:00
bb-reorder.c re PR middle-end/20557 (FAIL: gcc.dg/pr18628.c) 2005-03-21 22:11:11 +00:00
bitmap.c * bitmap.c (bitmap_copy): Remove manual loop unrolling. 2005-03-10 15:40:11 +00:00
bitmap.h bitmap.h (BITMAP_XMALLOC, [...]): Remove. 2005-02-17 16:19:49 +00:00
bt-load.c bt-load.c, [...]: Update copyright. 2005-02-17 22:41:35 +00:00
builtin-attrs.def builtin-attrs.def (ATTR_NOVOPS, [...]): New. 2005-03-14 16:21:16 +00:00
builtin-types.def builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
builtins.c re PR target/20203 (unrecognizable insn when using long long and memset) 2005-03-30 13:21:12 +09:30
builtins.def builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New. 2005-03-26 02:25:30 +00:00
c-aux-info.c
c-common.c re PR c/20519 (completed type not selected properly with typeof) 2005-03-29 17:35:15 -08:00
c-common.def c-common.def, [...]: Update copyright. 2005-01-27 18:22:35 +00:00
c-common.h re PR c/20519 (completed type not selected properly with typeof) 2005-03-29 17:35:15 -08:00
c-config-lang.in c-parser.c: New file. 2005-02-25 23:20:48 +00:00
c-convert.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
c-cppbuiltin.c * c-cppbuiltin.c (define__GNUC__): Correct assertion. 2005-01-21 16:57:02 +00:00
c-decl.c re PR c++/772 (Statement expressions issues) 2005-03-30 20:56:39 +01:00
c-dump.c c-common.def, [...]: Update copyright. 2005-01-27 18:22:35 +00:00
c-errors.c
c-format.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
c-format.h builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as appropriate. 2004-11-09 10:13:30 +00:00
c-gimplify.c c-common.def, [...]: Update copyright. 2005-01-27 18:22:35 +00:00
c-incpath.c alias.c, [...]: Fix comment typos. 2005-01-23 15:05:49 +00:00
c-incpath.h alias.c, [...]: Fix comment typos. 2005-01-23 15:05:49 +00:00
c-lang.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
c-lex.c builtin-attrs.def, [...]: Update copyright. 2005-03-13 14:06:48 +00:00
c-objc-common.c c-common.c (c_common_truthvalue_conversion): Adjust comment. 2005-03-23 01:35:06 +00:00
c-objc-common.h langhooks.h (truthvalue_conversion): Remove. 2005-03-23 19:47:09 +00:00
c-opts.c c-opts.c (c_common_parse_file): Only start/end main source file if debug hooks says the writer wants it. 2005-03-22 23:18:43 +00:00
c-parser.c re PR c/20672 (New C parser doesn't check whether functions that end files are closed properly) 2005-03-29 19:54:44 +01:00
c-pch.c builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as appropriate. 2004-11-09 10:13:30 +00:00
c-ppoutput.c re PR preprocessor/17651 (Erroneous preprocessor output with -g when generating dependencies) 2004-11-28 23:29:41 +00:00
c-pragma.c [multiple changes] 2004-11-29 18:54:06 +00:00
c-pragma.h builtin-attrs.def, [...]: Update copyright. 2005-03-13 14:06:48 +00:00
c-pretty-print.c c-objc-common.h, [...]: Update copyright. 2005-02-21 14:39:52 +00:00
c-pretty-print.h
c-semantics.c c-semantics.c, [...]: Update copyright. 2005-03-08 12:49:01 +00:00
c-tree.h re PR c++/772 (Statement expressions issues) 2005-03-30 20:56:39 +01:00
c-typeck.c re PR c++/772 (Statement expressions issues) 2005-03-30 20:56:39 +01:00
c.opt Make -f[no-]show-column also control non-cpp diagnostics. 2005-03-28 00:04:41 -08:00
caller-save.c emit-rtl.c, rtl.h (subreg_hard_regno): Remove. 2004-11-23 15:10:18 -08:00
calls.c calls.c (struct arg_data): Update "partial" comment. 2005-03-30 16:11:01 +09:30
cfg.c basic-block.h (scale_bbs_frequencies_int, [...]): Declare. 2005-03-18 20:15:06 +00:00
cfganal.c basic-block.h (BB_VISITED): Removed. 2005-03-14 15:19:56 +00:00
cfgbuild.c * cfgbuild.c: Update comments. 2005-03-14 19:12:14 +00:00
cfgcleanup.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
cfgexpand.c cfgbuild.c (find_sub_basic_blocks): Remove. 2005-03-07 13:56:00 +00:00
cfghooks.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
cfghooks.h cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge. 2004-11-22 22:04:21 +00:00
cfglayout.c re PR target/20561 (Error compiling jdtcore.jar on powerpc) 2005-03-22 14:29:29 +01:00
cfglayout.h bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
cfgloop.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
cfgloop.h Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. 2005-03-10 08:55:57 +00:00
cfgloopanal.c cfgloop.h, [...]: Update copyright. 2005-03-02 14:03:44 +00:00
cfgloopmanip.c basic-block.h (scale_bbs_frequencies_int, [...]): Declare. 2005-03-18 20:15:06 +00:00
cfgrtl.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
cgraph.c re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64) 2005-03-29 17:37:29 +02:00
cgraph.h re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64) 2005-03-29 17:37:29 +02:00
cgraphunit.c cgraphunit.c (cgraph_estimate_size_after_inlining): Compute call cost based on argument sizes. 2005-03-22 20:53:40 +00:00
ChangeLog re PR c++/772 (Statement expressions issues) 2005-03-30 20:56:39 +01:00
ChangeLog-1997 Change ChangeLog file names from a numeric index (ChangeLog.N) to a 2005-03-07 16:19:38 +00:00
ChangeLog-1998 Change ChangeLog file names from a numeric index (ChangeLog.N) to a 2005-03-07 16:19:38 +00:00
ChangeLog-1999 Change ChangeLog file names from a numeric index (ChangeLog.N) to a 2005-03-07 16:19:38 +00:00
ChangeLog-2000 Change ChangeLog file names from a numeric index (ChangeLog.N) to a 2005-03-07 16:19:38 +00:00
ChangeLog-2001 Fix typos. 2005-03-18 01:13:39 +00:00
ChangeLog-2002 Change ChangeLog file names from a numeric index (ChangeLog.N) to a 2005-03-07 16:19:38 +00:00
ChangeLog-2003 Fix typos. 2005-03-18 01:13:39 +00:00
ChangeLog-2004 Fix typos. 2005-03-18 01:13:39 +00:00
ChangeLog.lib
ChangeLog.tree-ssa ChangeLog.5: Fix log message typo(s). 2005-02-24 21:47:26 +00:00
collect2.c re PR bootstrap/14316 (collect2 doesnt build on windows hosts) 2005-03-29 19:39:35 +00:00
collect2.h re PR bootstrap/14316 (collect2 doesnt build on windows hosts) 2005-03-29 19:39:35 +00:00
combine.c re PR rtl-optimization/20527 (Mishandling of postincrement causes bzip2 miscompilation.) 2005-03-22 03:48:44 +00:00
common.opt Make -f[no-]show-column also control non-cpp diagnostics. 2005-03-28 00:04:41 -08:00
conditions.h
config.build
config.gcc config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default. 2005-03-23 13:42:58 +00:00
config.host config.host (i[34567]86-*-mingw32*): Don't set host_can_use_collect2 to no. 2005-03-30 05:32:18 +00:00
config.in configure.ac (enable-checking): Add 'runtime' option. 2005-03-24 14:09:06 +00:00
configure Makefile.def (bfd, [...]): Set lib_path. 2005-03-30 08:18:08 +00:00
configure.ac Makefile.def (bfd, [...]): Set lib_path. 2005-03-30 08:18:08 +00:00
conflict.c cfgloop.h, [...]: Update copyright. 2005-03-02 14:03:44 +00:00
convert.c re PR c++/20023 (internal compiler error: Segmentation fault) 2005-02-18 00:56:54 +01:00
convert.h
COPYING
COPYING.LIB
coretypes.h bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
coverage.c
coverage.h basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
cppdefault.c * cppdefault.c, cppdefault.h, timevar.h: Update copyright. 2004-11-03 03:23:49 +00:00
cppdefault.h * cppdefault.c, cppdefault.h, timevar.h: Update copyright. 2004-11-03 03:23:49 +00:00
cppspec.c
crtstuff.c crtstuff.c (IN_LIBGCC2): Define it. 2004-11-24 14:35:31 +00:00
cse.c re PR rtl-optimization/20249 (ICE with -fprofile-arcs on ppc) 2005-03-25 09:23:47 +00:00
cselib.c * cselib.c (reg_values, reg_values_size): Make them static. 2005-03-06 20:02:46 +00:00
cselib.h
cstamp-h.in
DATESTAMP Daily bump. 2005-03-30 00:16:51 +00:00
dbxout.c c-opts.c (c_common_parse_file): Only start/end main source file if debug hooks says the writer wants it. 2005-03-22 23:18:43 +00:00
dbxout.h
ddg.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
ddg.h
debug.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
debug.h builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
defaults.h ChangeLog.5: Fix log message typo(s). 2005-02-24 21:47:26 +00:00
DEV-PHASE gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
df.c bitmap.h (BITMAP_XMALLOC, [...]): Remove. 2005-02-17 16:19:49 +00:00
df.h * df.h (DF_REF_MODE_CHANGE, DF_REF_MEM_OK): Remove. 2005-02-10 18:46:31 +00:00
diagnostic.c Make -f[no-]show-column also control non-cpp diagnostics. 2005-03-28 00:04:41 -08:00
diagnostic.def
diagnostic.h c-semantics.c, [...]: Update copyright. 2005-03-08 12:49:01 +00:00
dojump.c c-common.c, [...]: Fix comment formatting. 2005-03-08 13:57:01 +00:00
dominance.c dominance.c (free_dominance_info): Speed up by freeing et data structures without maintaining other nodes. 2005-03-25 18:41:28 +00:00
domwalk.c
domwalk.h c-cppbuiltin.c, [...]: Fix comment typos. 2004-11-13 21:11:04 +00:00
dummy-conditions.c
dwarf2.h
dwarf2asm.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
dwarf2asm.h dwarf2asm.h (dw2_asm_output_pcel): Stub out with #if 0. 2004-11-19 13:45:15 +11:00
dwarf2out.c c-opts.c (c_common_parse_file): Only start/end main source file if debug hooks says the writer wants it. 2005-03-22 23:18:43 +00:00
dwarf2out.h dwarf2out.c (dwarf2out_stack_adjust): Add after_p argument. 2004-11-25 18:21:38 -08:00
dwarf.h dwarf.h, [...]: Update copyright. 2004-10-22 15:03:23 +00:00
emit-rtl.c emit-rtl.c (reverse_comparison): Remove. 2005-03-25 02:23:57 +00:00
emit-rtl.h
errors.c
errors.h bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
et-forest.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
et-forest.h builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
except.c except.c (check_handled): Make it static. 2005-03-14 02:53:59 +00:00
except.h alloc-pool.c, [...]: Update copyright. 2005-03-14 13:10:51 +00:00
explow.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
expmed.c expmed.c (expand_mult): Use synthetic multiplication sequences for more classes of DImode... 2005-03-13 17:06:42 +00:00
expr.c re PR rtl-optimization/20306 (FP complex modes moved via GPRs) 2005-03-11 17:58:49 -05:00
expr.h explow.c (copy_all_reg, stabilize): Remove. 2005-01-15 04:10:54 +00:00
final.c final.c (final): Remove prescan parameter. 2005-03-30 18:53:35 +00:00
fix-header.c
fixproto
flags.h * flags.h, read-rtl.c, tree-ssa-live.h: Update copyright. 2005-02-13 19:05:03 +00:00
flow.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
fold-const.c re PR tree-optimization/20470 (Branching sequence generated for ABS(x-y)) 2005-03-25 15:08:30 -05:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c function.c (get_func_frame_size): Make it static. 2005-03-14 02:55:03 +00:00
function.h function.c (get_func_frame_size): Make it static. 2005-03-14 02:55:03 +00:00
gbl-ctors.h
gcc.c gcc.c (do_spec_1): Do not add a -L path for a directory in the prefix list if... 2005-03-23 01:23:51 +00:00
gcc.h gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add isysroot. 2004-11-24 09:47:32 -08:00
gccbug.in gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
gccspec.c
gcov-dump.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
gcov-io.c
gcov-io.h
gcov-iov.c gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
gcov.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
gcse.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
gdbinit.in * gdbinit.in (pbb, pbm): New macros. 2004-11-09 09:36:05 +00:00
gen-protos.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
genattr.c
genattrtab.c genattrtab.c, [...]: Update copyright. 2005-03-05 14:01:02 +00:00
genattrtab.h
genautomata.c c-objc-common.h, [...]: Update copyright. 2005-02-21 14:39:52 +00:00
gencheck.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
gencodes.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
genconditions.c * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions) 2005-03-04 11:10:35 +00:00
genconfig.c * genconfig.c (walk_insn_part): Look at match_dups inside a label_ref. 2004-11-12 14:09:26 +00:00
genconstants.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
genemit.c genattrtab.c, [...]: Update copyright. 2005-03-05 14:01:02 +00:00
genextract.c
genflags.c
gengenrtl.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
gengtype-lex.l c-parser.c: New file. 2005-02-25 23:20:48 +00:00
gengtype-yacc.y
gengtype.c ggc-zone.c: Rewritten. 2005-03-13 18:09:55 +00:00
gengtype.h
genmddeps.c Makefile.in (MD_DEPS, s-mddeps): New. 2004-12-16 09:31:58 -08:00
genmodes.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
genmultilib
genopinit.c optabs.h (enum optab_index): Remove OTI_llrint. 2005-03-24 07:22:37 +01:00
genoutput.c genattrtab.c, [...]: Update copyright. 2005-03-05 14:01:02 +00:00
genpeep.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
genpreds.c * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions) 2005-03-04 11:10:35 +00:00
genrecog.c genattrtab.c, [...]: Update copyright. 2005-03-05 14:01:02 +00:00
gensupport.c genattrtab.c, [...]: Update copyright. 2005-03-05 14:01:02 +00:00
gensupport.h Makefile.in (MD_DEPS, s-mddeps): New. 2004-12-16 09:31:58 -08:00
ggc-common.c alloc-pool.c, [...]: Update copyright. 2005-03-14 13:10:51 +00:00
ggc-none.c ggc-zone.c: Rewritten. 2005-03-13 18:09:55 +00:00
ggc-page.c ggc-zone.c: Rewritten. 2005-03-13 18:09:55 +00:00
ggc-zone.c alloc-pool.c, [...]: Update copyright. 2005-03-14 13:10:51 +00:00
ggc.h alloc-pool.c, [...]: Update copyright. 2005-03-14 13:10:51 +00:00
gimple-low.c gimple-low.c (lower_stmt_body): Make it static. 2005-03-08 16:18:17 +00:00
gimplify.c langhooks.h (truthvalue_conversion): Remove. 2005-03-23 19:47:09 +00:00
glimits.h
global.c bt-load.c, [...]: Update copyright. 2005-02-17 22:41:35 +00:00
graph.c bitmap.h (struct bitmap_obstack): New obstack type. 2004-11-22 12:23:59 +00:00
graph.h bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h dwarf.h, [...]: Update copyright. 2004-10-22 15:03:23 +00:00
gthr-gnat.c * gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h 2004-11-30 08:15:42 +00:00
gthr-gnat.h * gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h 2004-11-30 08:15:42 +00:00
gthr-lynx.h
gthr-nks.h config.gcc: Add dbxelf.h to NetWare's tm_file. 2004-12-22 08:41:43 +00:00
gthr-posix95.h gthr-posix.h (__gthread_active_p): Use pthread_cancel instead of pthread_create to find out if threads are enabled. 2005-01-17 14:17:41 +00:00
gthr-posix.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
gthr-posix.h gthr-posix.h (__gthread_active_p): Use pthread_cancel instead of pthread_create to find out if threads are enabled. 2005-01-17 14:17:41 +00:00
gthr-rtems.h re PR target/19399 (mutexes support broken) 2005-01-13 16:50:07 +01:00
gthr-single.h dwarf.h, [...]: Update copyright. 2004-10-22 15:03:23 +00:00
gthr-solaris.h gthr-solaris.h (__gthread_recursive_mutex_init_function): Use 0 instead of NULL. 2004-11-23 14:40:23 +00:00
gthr-tpf.h
gthr-vxworks.h
gthr-win32.h
gthr.h * gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h 2004-11-30 08:15:42 +00:00
haifa-sched.c builtins.def, [...]: Update copyright. 2005-02-10 18:59:07 +00:00
hard-reg-set.h regclass.c (reg_class_superclasses, [...]): Make them static. 2005-03-14 02:56:51 +00:00
hooks.c tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is called once, independent of asms in code. 2005-03-23 03:55:36 +00:00
hooks.h tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is called once, independent of asms in code. 2005-03-23 03:55:36 +00:00
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h hwint.h (HOST_LONG_LONG_FORMAT): New macro. 2004-11-24 04:31:58 +00:00
ifcvt.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
input.h
insn-addr.h
insn-notes.def alias.c, [...]: Fix comment formatting. 2004-10-22 17:05:11 +00:00
integrate.c integrate.c (has_func_hard_reg_initial_val, [...]): Make them static. 2004-11-19 02:58:33 +00:00
integrate.h integrate.c (has_func_hard_reg_initial_val, [...]): Make them static. 2004-11-19 02:58:33 +00:00
intl.c hooks.c, [...]: Update copyright. 2005-03-18 15:24:28 +00:00
intl.h
jump.c combine.c (combine_simplify_rtx, [...]): Adjust calls to reverse_comparison. 2005-03-21 14:38:01 +00:00
lambda-code.c lambda-code.c (lambda_compute_auxillary_space): Remove local variable determinant. 2005-03-13 15:54:15 +00:00
lambda-mat.c
lambda-trans.c
lambda.h lambda-code.c (lambda_compute_auxillary_space): Update comments. 2004-11-03 17:32:34 +00:00
langhooks-def.h langhooks.h (truthvalue_conversion): Remove. 2005-03-23 19:47:09 +00:00
langhooks.c c-objc-common.h, [...]: Update copyright. 2005-02-21 14:39:52 +00:00
langhooks.h langhooks.h (truthvalue_conversion): Remove. 2005-03-23 19:47:09 +00:00
LANGUAGES
lcm.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
libada-mk.in gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
libfuncs.h dwarf.h, [...]: Update copyright. 2004-10-22 15:03:23 +00:00
libgcc2.c libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro. 2005-03-21 07:22:22 +00:00
libgcc2.h libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro. 2005-03-21 07:22:22 +00:00
libgcc-std.ver tree-complex.c (expand_complex_libcall): New. 2005-02-11 16:26:57 -08:00
libgcov.c
limitx.h
limity.h
lists.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
local-alloc.c local-alloc.c (block_alloc): Replace IN_RANGE with simple comparison. 2004-12-16 16:48:23 +00:00
longlong.h
loop-doloop.c cfglayout.c, [...]: Update copyright. 2005-03-12 00:34:07 +00:00
loop-init.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
loop-invariant.c bt-load.c, [...]: Update copyright. 2005-02-17 22:41:35 +00:00
loop-iv.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
loop-unroll.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
loop-unswitch.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
loop.c bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to reg_scan. 2005-01-17 08:46:19 +00:00
machmode.def bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
machmode.h
main.c
Makefile.in Makefile.def (bfd, [...]): Set lib_path. 2005-03-30 08:18:08 +00:00
mips-tdump.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
mips-tfile.c
mkconfig.sh
mklibgcc.in re PR target/19019 (GCC ldouble format incompatibility with XLC long double) 2005-02-24 22:33:04 +01:00
mkmap-flat.awk mkmap-flat.awk, [...]: If the last version assigned to a symbol was '%exclude', do not emit it anywhere. 2004-11-17 05:39:02 +00:00
mkmap-symver.awk mkmap-flat.awk, [...]: If the last version assigned to a symbol was '%exclude', do not emit it anywhere. 2004-11-17 05:39:02 +00:00
mode-classes.def
modulo-sched.c Fix PR middle-end/20177 and add test case. 2005-03-21 18:49:29 +00:00
ONEWS
opt-functions.awk opt-functions.awk (flag_set_p, test_flag): New functions. 2005-03-30 06:24:35 +00:00
opt-gather.awk
optabs.c optabs.h (enum optab_index): Remove OTI_llrint. 2005-03-24 07:22:37 +01:00
optabs.h optabs.h (enum optab_index): Remove OTI_llrint. 2005-03-24 07:22:37 +01:00
optc-gen.awk opt-functions.awk (flag_set_p, test_flag): New functions. 2005-03-30 06:24:35 +00:00
opth-gen.awk options.texi: Document the new MaskExists flag. 2005-03-30 06:26:20 +00:00
opts.c common.opt (m): Remove. 2005-03-18 08:01:21 +00:00
opts.h hooks.c, [...]: Update copyright. 2005-03-18 15:24:28 +00:00
output.h final.c (final): Remove prescan parameter. 2005-03-30 18:53:35 +00:00
params.c re PR middle-end/18667 (ice with --parm integer-share-limit=0) 2004-12-01 16:46:25 +00:00
params.def params.def: Fix a typo. 2005-03-23 19:10:01 +00:00
params.h alias.c, [...]: Fix comment typos. 2005-01-23 15:05:49 +00:00
passes.c final.c (final): Remove prescan parameter. 2005-03-30 18:53:35 +00:00
pointer-set.c re PR c++/18984 (ICE in check_pointer_types_r) 2004-12-21 13:20:02 -08:00
pointer-set.h re PR c++/18984 (ICE in check_pointer_types_r) 2004-12-21 13:20:02 -08:00
postreload-gcse.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
postreload.c combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trunc_int_for_mode (...)). 2005-03-05 17:25:33 +00:00
predict.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
predict.def bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
predict.h predict.h (predict_insn): Remove extern declaration. 2004-11-19 11:03:14 +11:00
prefix.c hooks.c, [...]: Update copyright. 2005-03-18 15:24:28 +00:00
prefix.h
pretty-print.c alias.c, [...]: Fix comment formatting. 2004-10-22 17:05:11 +00:00
pretty-print.h builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as appropriate. 2004-11-09 10:13:30 +00:00
print-rtl.c
print-tree.c cfgloop.h, [...]: Update copyright. 2005-03-02 14:03:44 +00:00
profile.c Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and $(COVERAGE_H). 2005-03-29 11:45:51 +00:00
protoize.c builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as appropriate. 2004-11-09 10:13:30 +00:00
read-rtl.c * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions) 2005-03-04 11:10:35 +00:00
README.Portability
real.c real.c (c4x_single_format, [...]): Provide values for signbit_ro for c4x's single and extended floating point formats. 2005-03-15 20:43:12 +00:00
real.h real.h (struct real_format): Split the signbit field into two two fields, signbit_ro and signbit_rw. 2005-03-15 04:24:02 +00:00
recog.c recog.c (verify_changes): Make it static. 2005-03-07 13:52:09 +00:00
recog.h recog.c (verify_changes): Make it static. 2005-03-07 13:52:09 +00:00
reg-notes.def cfgloop.h, [...]: Update copyright. 2005-03-02 14:03:44 +00:00
reg-stack.c reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST> case. 2005-03-29 07:46:46 +02:00
regclass.c regclass.c (reg_class_superclasses, [...]): Make them static. 2005-03-14 02:56:51 +00:00
regmove.c regmove.c (combine_stack_adjustments_for_block): Free memlist if it hasn't been freed. 2004-12-10 21:11:02 +00:00
regrename.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
regs.h bitmap.h (struct bitmap_obstack): New obstack type. 2004-11-22 12:23:59 +00:00
reload1.c final.c (final_scan_insn): Don't remove no-op instructions. 2005-03-23 15:59:40 +00:00
reload.c reload.c (operands_match_p): Only increment register number for SCALAR_INT_MODE_P modes in multiple hard... 2005-02-24 17:06:06 -05:00
reload.h reload1.c (indirect_symref_ok): Make it global. 2005-03-23 00:39:48 +00:00
reorg.c * reorg.c (dbr_schedule): Remove #if 0 code to call final. 2005-03-23 14:53:52 +00:00
resource.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
resource.h bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
rtl-error.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
rtl-profile.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
rtl.c ggc-zone.c: Rewritten. 2005-03-13 18:09:55 +00:00
rtl.def genopinit.c (optabs): Use smin/smax for floating point too. 2005-01-22 14:49:06 -08:00
rtl.h emit-rtl.c (reverse_comparison): Remove. 2005-03-25 02:23:57 +00:00
rtlanal.c rtlanal.c (find_first_parameter_load): Rewrite to return actual first param load or the call if none... 2005-03-16 20:42:37 +00:00
rtlhooks-def.h builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
rtlhooks.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
sbitmap.c sbitmap.c (sbitmap_any_common_bits): New function. 2004-11-30 17:33:05 -07:00
sbitmap.h sbitmap.c (sbitmap_any_common_bits): New function. 2004-11-30 17:33:05 -07:00
scan-decls.c
scan-types.sh
scan.c
scan.h
sched-deps.c * sched-deps.c (cache_size): Make it static. 2005-03-08 16:19:35 +00:00
sched-ebb.c PR middle end/18718 2004-12-04 09:32:33 +10:30
sched-int.h sched-deps.c (add_insn_mem_dependence): Make it static. 2004-11-08 19:07:49 +00:00
sched-rgn.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
sched-vis.c
sdbout.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
sdbout.h
SERVICE
simplify-rtx.c re PR rtl-optimization/20532 (Bad code for DImode left shifts by 31 and then 1) 2005-03-24 05:57:52 +00:00
sort-protos
sreal.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
sreal.h
stab.def dwarf.h, [...]: Update copyright. 2004-10-22 15:03:23 +00:00
statistics.h
stmt.c tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is called once, independent of asms in code. 2005-03-23 03:55:36 +00:00
stor-layout.c * stor-layout.c (lang_adjust_rli): Make it static. 2005-03-08 16:20:35 +00:00
stringpool.c alloc-pool.c, [...]: Update copyright. 2005-03-14 13:10:51 +00:00
stub-objc.c c-parser.c: New file. 2005-02-25 23:20:48 +00:00
sys-protos.h
sys-types.h
system.h langhooks.h (truthvalue_conversion): Remove. 2005-03-23 19:47:09 +00:00
target-def.h tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is called once, independent of asms in code. 2005-03-23 03:55:36 +00:00
target.h tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is called once, independent of asms in code. 2005-03-23 03:55:36 +00:00
targhooks.c cfglayout.c, [...]: Update copyright. 2005-03-12 00:34:07 +00:00
targhooks.h Target Hook to issue diagnostics for AltiVec argument to funtion with unknown prototype. 2005-03-08 21:01:47 +00:00
timevar.c timevar.c (timevar_enable): Change from static. 2004-11-03 18:34:07 -08:00
timevar.def Makefile.in (tree-ssa-sink.o): New. 2005-03-01 17:59:06 +00:00
timevar.h timevar.c (timevar_enable): Change from static. 2004-11-03 18:34:07 -08:00
tlink.c backport: tlink.c (recompile_files): Do not assume that "rename" can overwrite an existing file. 2005-03-30 09:58:48 +00:00
toplev.c re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64) 2005-03-29 17:37:29 +02:00
toplev.h common.opt (-fnew-ra): Remove. 2005-01-17 09:38:01 +00:00
tracer.c cfglayout.c, [...]: Update copyright. 2005-03-12 00:34:07 +00:00
tree-browser.c * tree-browser.c: Remove obsolete #ifdef HOST_EBCDIC code. 2004-12-23 01:22:18 +00:00
tree-browser.def
tree-cfg.c * tree-cfg.c (fold_cond_expr_cond): Use boolean types for condition. 2005-03-18 10:09:51 +00:00
tree-chrec.c re PR tree-optimization/20216 (Simple loop runs out of stack at -O1) 2005-03-01 02:43:49 +00:00
tree-chrec.h basic-block.h, [...]: Remove unused prototypes. 2004-11-17 22:06:00 +00:00
tree-complex.c tree-complex.c (expand_complex_libcall): New. 2005-02-11 16:26:57 -08:00
tree-data-ref.c tree-data-ref.c (array_base_name_differ_p): Remove ta and tb. 2005-03-09 11:30:36 +00:00
tree-data-ref.h
tree-dfa.c In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org> 2005-03-13 00:46:07 +00:00
tree-dump.c bitmap.c, [...]: Update copyright. 2005-02-15 15:53:52 +00:00
tree-dump.h bitmap.c, [...]: Update copyright. 2005-02-15 15:53:52 +00:00
tree-eh.c * tree-eh.c (tree_could_trap_p): Remove idx. 2005-03-09 11:31:51 +00:00
tree-flow-inline.h re PR tree-optimization/20542 (Bootstrap failure at -Os) 2005-03-21 19:27:00 +00:00
tree-flow.h Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and $(COVERAGE_H). 2005-03-29 11:45:51 +00:00
tree-gimple.c hooks.c, [...]: Update copyright. 2005-03-18 15:24:28 +00:00
tree-gimple.h c-semantics.c, [...]: Update copyright. 2005-03-08 12:49:01 +00:00
tree-if-conv.c tree-if-conv.c (tree_if_convert_cond_expr): Remove local variable new_cond. 2005-03-12 18:35:48 +00:00
tree-inline.c tree-inline.c (estimate_num_insns_1): Use declaration to discover argument types where possible. 2005-03-28 13:16:14 +00:00
tree-inline.h builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
tree-into-ssa.c * tree-into-ssa.c: Remove obsolete comments. 2005-03-21 17:04:24 +00:00
tree-iterator.c
tree-iterator.h
tree-loop-linear.c Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. 2005-03-10 08:55:57 +00:00
tree-mudflap.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
tree-mudflap.h basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
tree-nested.c alias.c, [...]: Fix comment typos. 2005-01-23 15:05:49 +00:00
tree-nomudflap.c
tree-nrv.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
tree-optimize.c In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org> 2005-03-13 00:46:07 +00:00
tree-outof-ssa.c * tree-outof-ssa.c (analyze_edges_for_bb): Update a comment. 2005-03-10 18:18:48 +00:00
tree-pass.h In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org> 2005-03-13 00:46:07 +00:00
tree-phinodes.c tree-phinodes.c (remove_phi_node): Drop the last argument. 2005-03-05 15:29:25 +00:00
tree-pretty-print.c tree.def (SET_TYPE): Remove. 2004-12-09 10:54:50 +00:00
tree-profile.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
tree-scalar-evolution.c tree-scalar-evolution.c (instantiate_parameters_1): Return as soon as a chrec_dont_know is detected. 2005-03-30 12:14:49 +00:00
tree-scalar-evolution.h basic-block.h, [...]: Remove unused prototypes. 2004-11-17 22:06:00 +00:00
tree-sra.c re PR tree-optimization/19108 (ICE initializing arrays) 2005-03-29 14:43:48 -08:00
tree-ssa-alias.c re PR tree-optimization/20542 (Bootstrap failure at -Os) 2005-03-21 19:27:00 +00:00
tree-ssa-ccp.c builtins.c (fold_builtin): Take decomposed arguments of CALL_EXPR. 2005-03-21 14:35:08 +00:00
tree-ssa-copy.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
tree-ssa-copyrename.c * tree-ssa-copyrename.c (rename_ssa_copies): Make it static. 2004-11-06 19:59:19 +00:00
tree-ssa-dce.c tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node. 2005-03-12 20:53:19 +00:00
tree-ssa-dom.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
tree-ssa-dse.c bitmap.h (BITMAP_XMALLOC, [...]): Remove. 2005-02-17 16:19:49 +00:00
tree-ssa-forwprop.c bt-load.c, [...]: Update copyright. 2005-02-17 22:41:35 +00:00
tree-ssa-live.c tree-ssa-live.c (build_tree_conflict_graph): Remove local variable ann. 2005-03-13 15:57:31 +00:00
tree-ssa-live.h * flags.h, read-rtl.c, tree-ssa-live.h: Update copyright. 2005-02-13 19:05:03 +00:00
tree-ssa-loop-ch.c basic-block.h (scale_bbs_frequencies_int, [...]): Declare. 2005-03-18 20:15:06 +00:00
tree-ssa-loop-im.c re PR tree-optimization/20542 (Bootstrap failure at -Os) 2005-03-21 19:27:00 +00:00
tree-ssa-loop-ivcanon.c tree-ssa-loop.c (gate_tree_complete_unroll): Run complete unrolling if -fpeel-loops is specified, too. 2005-03-21 15:52:44 +00:00
tree-ssa-loop-ivopts.c tree-ssa-loop-ivopts.c (determine_iv_cost): Do not try to preserve artificial original candidates. 2005-03-22 22:08:53 +00:00
tree-ssa-loop-manip.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
tree-ssa-loop-niter.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
tree-ssa-loop-unswitch.c cfglayout.c, [...]: Update copyright. 2005-03-12 00:34:07 +00:00
tree-ssa-loop.c tree-ssa-loop.c (gate_tree_complete_unroll): Run complete unrolling if -fpeel-loops is specified, too. 2005-03-21 15:52:44 +00:00
tree-ssa-operands.c re PR tree-optimization/20542 (Bootstrap failure at -Os) 2005-03-21 19:27:00 +00:00
tree-ssa-operands.h c-common.def, [...]: Update copyright. 2005-01-27 18:22:35 +00:00
tree-ssa-phiopt.c tree-ssa-phiopt.c (minmax_replacement, [...]): New functions. 2005-03-14 16:26:11 +00:00
tree-ssa-pre.c re PR tree-optimization/20601 (PRE related miscompilation) 2005-03-23 18:14:48 +00:00
tree-ssa-propagate.c tree-ssa-propagate.c (ssa_prop_init): Use FOR_ALL_BB instead of FOR_EACH_BB. 2004-11-18 08:24:49 -05:00
tree-ssa-propagate.h
tree-ssa-sink.c c-common.c, [...]: Fix comment formatting. 2005-03-08 13:57:01 +00:00
tree-ssa-threadupdate.c basic-block.h (single_succ_p, [...]): New inline functions. 2005-03-11 09:05:12 +00:00
tree-ssa.c tree-ssa.c (kill_redundant_phi_nodes): Remove local variable var. 2005-03-12 14:04:33 +00:00
tree-ssanames.c tree-ssanames.c (duplicate_ssa_name_ptr_info): New function. 2005-03-29 16:10:22 +00:00
tree-tailcall.c re PR tree-optimization/20458 (structure aliasing causes wrong code) 2005-03-15 01:26:35 +00:00
tree-vect-analyze.c tree-ssanames.c (duplicate_ssa_name_ptr_info): New function. 2005-03-29 16:10:22 +00:00
tree-vect-transform.c tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed. 2005-03-29 17:45:39 +00:00
tree-vectorizer.c * tree-vectorizer.c: Fix comment typos. 2005-03-30 15:22:39 +00:00
tree-vectorizer.h tree-ssanames.c (duplicate_ssa_name_ptr_info): New function. 2005-03-29 16:10:22 +00:00
tree-vn.c bt-load.c, [...]: Update copyright. 2005-02-17 22:41:35 +00:00
tree.c tree.c (get_set_constructor_bits, [...]): Remove. 2005-03-25 19:24:12 +00:00
tree.def c-common.c, [...]: Fix comment formatting. 2005-03-08 13:57:01 +00:00
tree.h tree-ssanames.c (duplicate_ssa_name_ptr_info): New function. 2005-03-29 16:10:22 +00:00
tsystem.h builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
typeclass.h tree.def (SET_TYPE): Remove. 2004-12-09 10:54:50 +00:00
unwind-c.c
unwind-compat.c
unwind-compat.h
unwind-dw2-fde-compat.c
unwind-dw2-fde-darwin.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
unwind-dw2-fde-glibc.c genattrtab.c, [...]: Update copyright. 2005-03-05 14:01:02 +00:00
unwind-dw2-fde.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
unwind-dw2-fde.h * gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h 2004-11-30 08:15:42 +00:00
unwind-dw2.c unwind-dw2.c (execute_stack_op): Add missing cases for DW_OP_shl, DW_OP_shr, DW_OP_shra, DW_OP_xor. 2005-01-27 17:56:49 +10:30
unwind-dw2.h
unwind-pe.h
unwind-sjlj.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
unwind.h * gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h 2004-11-30 08:15:42 +00:00
unwind.inc
value-prof.c Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and $(COVERAGE_H). 2005-03-29 11:45:51 +00:00
value-prof.h builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
var-tracking.c value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable. 2005-03-10 15:36:42 +00:00
varasm.c re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64) 2005-03-29 17:37:29 +02:00
varray.c cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P. 2004-11-13 14:18:04 +00:00
varray.h cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P. 2004-11-13 14:18:04 +00:00
vec.c cfglayout.c, [...]: Update copyright. 2005-03-12 00:34:07 +00:00
vec.h alias.c, [...]: Fix comment formatting. 2004-10-22 17:05:11 +00:00
version.c gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
version.h
vmsdbg.h
vmsdbgout.c c-opts.c (c_common_parse_file): Only start/end main source file if debug hooks says the writer wants it. 2005-03-22 23:18:43 +00:00
web.c bitmap.h (struct bitmap_obstack): New obstack type. 2004-11-22 12:23:59 +00:00
xcoff.h
xcoffout.c * xcoffout.c (xcoffout_declare_function): Change strncpy to memcpy. 2004-12-15 11:01:55 -05:00
xcoffout.h re PR debug/18199 (AIX XCOFF debugging broken) 2004-10-28 21:00:59 +00:00

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.