gcc/gcc
Diego Novillo 9a8cb141dc tree-optimize.c (init_tree_optimization_passes): Re-organize optimization passes to do an initial batch of scalar cleanups.
* tree-optimize.c (init_tree_optimization_passes): Re-organize
	optimization passes to do an initial batch of scalar cleanups.

testsuite/ChangeLog

	* gcc.dg/pr18501.c: XFAIL.
	* gcc.dg/tree-ssa/loop-4.c: Fix expected pattern.
	* gcc.dg/tree-ssa/pr20913.c: Change to link-time test.
	* gcc.dg/tree-ssa/ssa-ccp-2.c: Change to a .optimized scan.
	* gcc.dg/tree-ssa/ssa-ccp-7.c: Likewise.
	* gcc.dg/tree-ssa/ssa-ccp-9.c: Likewise.
	* gcc.dg/tree-ssa/ssa-dom-ccp-1.c: Likewise.
	* gcc.dg/tree-ssa/ssa-pre-7.c: Change to a .fre scan.
	* gcc.dg/tree-ssa/ssa-pre-8.c: Likewise.

From-SVN: r99558
2005-05-10 22:24:44 -04:00
..
ada diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04:00
config s390.c: (s390_const_double_ok_for_constraint_p): New function. 2005-05-10 20:43:36 +00:00
cp typeck.c (build_unary_op): Do not resort to address arithmetic when taking the address of a COMPONENT_REF. 2005-05-10 05:31:15 +00:00
doc read-rtl.c (struct macro_traverse_data): Define. 2005-05-10 22:40:37 +00:00
fortran Fix previous buggy checkin to invoke.texi. 2005-05-11 00:12:04 +02:00
ginclude * ginclude/stddef.h: Fix a comment typo. 2004-10-03 13:25:05 +00:00
java re PR java/21436 (imports not remembered for previously compiled files) 2005-05-10 13:23:35 +00:00
objc diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04:00
objcp ChangeLog: New. 2005-04-21 22:19:42 +00:00
po * de.po: Update. 2005-05-09 00:02:20 +01:00
testsuite tree-optimize.c (init_tree_optimization_passes): Re-organize optimization passes to do an initial batch of scalar cleanups. 2005-05-10 22:24:44 -04:00
treelang re PR treelang/21345 (treelang/parse.y:454.11: parse error) 2005-05-02 14:47:08 -07:00
.cvsignore
ABOUT-GCC-NLS
aclocal.m4 Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh 2005-05-08 10:13:19 +00:00
alias.c alias.c (true_dependence): Remove 'abort' from comments. 2005-04-21 15:47:33 +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 attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
BASE-VER gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
basic-block.h basic-block.h (ei_cond): New. 2005-04-26 14:27:35 +00:00
bb-reorder.c Correct fixes for various hot/cold partitioning concerns. 2005-04-27 14:35:20 -07: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, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN_P where appropriate. 2005-04-28 05:03:09 +00:00
builtin-attrs.def builtin-attrs.def (ATTR_NOVOPS, [...]): New. 2005-03-14 16:21:16 +00:00
builtin-types.def re PR middle-end/14311 (builtins for atomic operations needed) 2005-04-14 16:37:47 -07:00
builtins.c re PR middle-end/21265 (GCC fails to optimize tail call to memset) 2005-05-04 00:22:02 +02:00
builtins.def re PR middle-end/14311 (builtins for atomic operations needed) 2005-04-14 16:37:47 -07:00
c-aux-info.c c-aux-info.c, [...]: Follow code formatting conventions. 2004-10-03 21:53:05 +01:00
c-common.c c-common.c (resolve_overloaded_builtin): Forward to target hook for BUILT_IN_MD built-ins. 2005-05-02 16:02:52 +00:00
c-common.def c-common.def (EXPR_STMT): Remove, moved to C++ frontend. 2005-04-25 19:03:41 +00:00
c-common.h re PR c++/19542 (attribute(sentinel) has problems with C++ __null) 2005-05-02 04:22:45 +00: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 (c_cpp_builtins): Do not define __GXX_WEAK__ to 1 if !flag_weak. 2005-05-01 20:30:40 +00:00
c-decl.c re PR c/21342 (some incompatible external declarations not diagnosed) 2005-05-10 13:38:34 +01:00
c-dump.c c-common.def (EXPR_STMT): Remove, moved to C++ frontend. 2005-04-25 19:03:41 +00:00
c-errors.c
c-format.c re PR c/20740 (cc1 segfaults) 2005-04-27 00:58:04 +01: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 (EXPR_STMT): Remove, moved to C++ frontend. 2005-04-25 19:03:41 +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 diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04:00
c-objc-common.c c-common.def (EXPR_STMT): Remove, moved to C++ frontend. 2005-04-25 19:03:41 +00:00
c-objc-common.h langhooks.h (truthvalue_conversion): Remove. 2005-03-23 19:47:09 +00:00
c-opts.c re PR c++/19542 (attribute(sentinel) has problems with C++ __null) 2005-05-02 04:22:45 +00:00
c-parser.c c-tree.h (parser_build_unary_op): New prototype. 2005-05-09 20:48:33 +00: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 attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
c-pragma.h builtin-attrs.def, [...]: Update copyright. 2005-03-13 14:06:48 +00:00
c-pretty-print.c c-common.def (EXPR_STMT): Remove, moved to C++ frontend. 2005-04-25 19:03:41 +00:00
c-pretty-print.h c-pretty-print.c (pp_c_left_bracket): Make a function. 2004-05-31 15:25:51 +00:00
c-semantics.c * c-semantics.c (add_stmt): Don't test STATEMENT_CODE_P 2005-04-27 18:06:04 +00:00
c-tree.h c-tree.h (parser_build_unary_op): New prototype. 2005-05-09 20:48:33 +00:00
c-typeck.c re PR c++/17913 (ICE jumping into statement expression) 2005-05-10 13:47:05 +00:00
c.opt re PR c++/19542 (attribute(sentinel) has problems with C++ __null) 2005-05-02 04:22:45 +00:00
caller-save.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
calls.c calls.c (purge_reg_equiv_notes): Remove, fold into... 2005-05-09 17:52:20 +00:00
cfg.c * cfg.c (dump_flow_info): Use max_reg_num, not max_regno. 2005-05-03 12:05:59 -07:00
cfganal.c alias.c (true_dependence): Remove 'abort' from comments. 2005-04-21 15:47:33 +00:00
cfgbuild.c * cfgbuild.c: Update comments. 2005-03-14 19:12:14 +00:00
cfgcleanup.c Makefile.in: Add function.h to BASIC_BLOCK_H. 2005-04-12 21:33:53 +00:00
cfgexpand.c bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN_P where appropriate. 2005-04-28 05:03:09 +00:00
cfghooks.c cfghooks.c, [...]: Fix comment typos. 2005-04-03 14:09:57 +00:00
cfghooks.h attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
cfglayout.c cfglayout.c (block_locators_blocks, [...]): Use VEC instead of VARRAY. 2005-05-03 16:35:17 +00:00
cfglayout.h Fix problems with hot/cold partitioning optimization. 2005-03-31 06:59:59 -08:00
cfgloop.c cfglayout.c (copy_bbs): Rename n_edges to num_edges. 2005-04-09 16:09:11 +00:00
cfgloop.h cfghooks.c (lv_flush_pending_stmts, [...]): New. 2005-04-03 08:44:33 +00:00
cfgloopanal.c Makefile.in: Add function.h to BASIC_BLOCK_H. 2005-04-12 21:33:53 +00:00
cfgloopmanip.c cfglayout.c (copy_bbs): Rename n_edges to num_edges. 2005-04-09 16:09:11 +00:00
cfgrtl.c re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated) 2005-04-25 13:46:12 +01:00
cgraph.c diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04:00
cgraph.h re PR middle-end/20991 (ICE in cgraph_mark_reachable_node) 2005-04-25 00:06:37 +02:00
cgraphunit.c Makefile.in (ipa.o, [...]): New files. 2005-04-22 08:16:54 +00:00
ChangeLog tree-optimize.c (init_tree_optimization_passes): Re-organize optimization passes to do an initial batch of scalar cleanups. 2005-05-10 22:24:44 -04: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 collect2.c, [...]: Replace calls to unlock_stream' with unlock_std_streams'. 2005-04-26 00:24:02 +00:00
collect2.h collect2.c (lderrout): New variable. 2005-03-31 14:53:17 +00:00
combine.c re PR rtl-optimization/21239 (Illegal elimination of SSE2 load/store using xmm intrinsics) 2005-05-04 00:16:01 +02:00
common.opt common.opt (fdiagnostics-show-option): No variable is needed. 2005-05-03 21:36:13 -04:00
conditions.h
config.build
config.gcc config.gcc ({powerpc,rs6000}-ibm-aix*): Remove rs6000/aix.opt from extra_options. 2005-05-07 14:51:50 -04:00
config.host config.host: Add a section for generic hosts, and a subsection for Darwin. 2005-04-06 08:41:37 +00:00
config.in configure.ac: Set ld_vers_major, ld_vers_minor and ld_vers_patch for GNU linker. 2005-05-08 16:58:03 +00:00
configure configure.ac: Set ld_vers_major, ld_vers_minor and ld_vers_patch for GNU linker. 2005-05-08 16:58:03 +00:00
configure.ac configure.ac: Set ld_vers_major, ld_vers_minor and ld_vers_patch for GNU linker. 2005-05-08 16:58:03 +00:00
conflict.c cfgloop.h, [...]: Update copyright. 2005-03-02 14:03:44 +00:00
convert.c re PR middle-end/21282 (Converting floor into lfloor built-in function) 2005-05-03 10:08:45 +02:00
convert.h * convert.h: Add include guards 2004-06-15 21:04:15 +00:00
COPYING
COPYING.LIB
coretypes.h bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
coverage.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
coverage.h coverage.h (GCOV_TYPE_NODE): Delete. 2005-04-06 22:50:29 +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: Revert part of 2005-05-08 Change. 2005-05-10 10:27:44 +00:00
cse.c builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'. 2005-04-22 16:14:55 +00:00
cselib.c cselib.c (clear_table): Rename to cselib_clear_table. 2005-04-10 08:45:25 +00:00
cselib.h attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
cstamp-h.in
DATESTAMP Daily bump. 2005-05-11 00:16:18 +00:00
dbxout.c dbxout.c (have_used_extensions): Remove. 2005-04-28 17:27:44 -07:00
dbxout.h dbxout.c (get_lang_number): New. 2004-09-17 11:47:19 -07:00
ddg.c builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
ddg.h c-typeck.c, [...]: Fix comment typos. 2004-06-26 05:03:55 +00:00
debug.c Fix problems with hot/cold partitioning optimization. 2005-03-31 06:59:59 -08:00
debug.h Fix problems with hot/cold partitioning optimization. 2005-03-31 06:59:59 -08:00
defaults.h tree-complex.c (expand_vector_operation): New, extracted from expand_vector_operations_1. 2005-04-27 09:12:05 +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 common.opt (fdiagnostics-show-option): No variable is needed. 2005-05-03 21:36:13 -04:00
diagnostic.def
diagnostic.h common.opt (fdiagnostics-show-option): No variable is needed. 2005-05-03 21:36:13 -04:00
dojump.c dojump.c (do_jump, MINUS_EXPR): Build NE_EXPR and fall through to NE_EXPR case. 2005-05-09 10:43:09 -04:00
dominance.c builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'. 2005-04-22 16:14:55 +00:00
domwalk.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
domwalk.h attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
dummy-conditions.c genpreds.c: Add capability to generate predicate bodies as well as function prototypes. 2004-08-12 07:49:00 +00:00
dwarf2.h dwarf2.h: Sync with include/elf/dwarf2.h 2004-10-06 20:27:15 +00:00
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 re PR target/18655 (Incorrect data in .debug_frame section for PowerPC) 2005-05-09 20:20:21 +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 bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN_P where appropriate. 2005-04-28 05:03:09 +00:00
emit-rtl.h Makefile.in (EXPR_H): Add insn-config.h... 2004-06-02 02:09:45 +00:00
errors.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
errors.h attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +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 (eh_status): Change the type of ttype_data to VEC(tree,gc)*. 2005-05-08 04:22:42 +00:00
except.h tree-cfg.c (tree_duplicate_bb): Duplicate EH region too. 2005-04-25 17:24:28 +00:00
explow.c * explow.c (convert_memory_address): Add gcc_assert. 2005-04-27 20:38:35 +00:00
expmed.c dojump.c: Fix comment typos. 2005-04-27 16:02:43 +00:00
expr.c re PR middle-end/21265 (GCC fails to optimize tail call to memset) 2005-05-04 00:22:02 +02:00
expr.h re PR middle-end/21265 (GCC fails to optimize tail call to memset) 2005-05-04 00:22:02 +02:00
final.c * final.c (output_addr_const): Revert 2005-04-09 change. 2005-04-25 18:01:19 -07:00
fix-header.c re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin) 2004-09-15 23:49:59 -07:00
fixproto
flags.h * flags.h, read-rtl.c, tree-ssa-live.h: Update copyright. 2005-02-13 19:05:03 +00:00
flow.c builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'. 2005-04-22 16:14:55 +00:00
fold-const.c re PR c++/17913 (ICE jumping into statement expression) 2005-05-10 13:47:05 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c re PR middle-end/21318 (ICE in instantiate_virtual_regs_in_insn) 2005-05-03 18:38:14 -07:00
function.h Correct fixes for various hot/cold partitioning concerns. 2005-04-27 14:35:20 -07:00
gbl-ctors.h
gcc.c Fix the Xassembler and Xpreprocessor options, which have never worked right. 2005-05-04 10:20:43 -07: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 attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
gcov-io.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
gcov-io.h Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh 2005-05-08 10:13:19 +00:00
gcov-iov.c gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
gcov.c collect2.c, [...]: Replace calls to unlock_stream' with unlock_std_streams'. 2005-04-26 00:24:02 +00:00
gcse.c calls.c (purge_reg_equiv_notes): Remove, fold into... 2005-05-09 17:52:20 +00:00
gdbinit.in * gdbinit.in (pbb, pbm): New macros. 2004-11-09 09:36:05 +00:00
gen-protos.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
genattr.c gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args. 2004-08-03 23:30:45 +00:00
genattrtab.c genattrtab.c (ATTR_EQ_ATTR_P): Remove. 2005-04-15 16:35:26 +00:00
genattrtab.h attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
genautomata.c diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04: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 attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
genflags.c Makefile.in (gengtype): Use $(BUILD_ERRORS). 2004-09-09 13:22:38 +00:00
gengenrtl.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
gengtype-lex.l vec.h: Update API to separate allocation mechanism from type. 2005-04-21 09:18:28 +00:00
gengtype-yacc.y gengtype.c (oprintf): Replace xrealloc () with XRESIZEVEC (). 2004-07-26 03:33:36 +02:00
gengtype.c gengtype.c (write_func_for_structure): Split out ... 2005-04-29 14:42:27 -07:00
gengtype.h gengtype.h (options::info): Change type to const char *. 2004-08-02 12:48:49 +00:00
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 re PR middle-end/14311 (builtins for atomic operations needed) 2005-04-14 16:37:47 -07: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 collect2.c, [...]: Replace calls to unlock_stream' with unlock_std_streams'. 2005-04-26 00:24: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 ggc.h (ggc_alloc_zone_pass_stat): New macro. 2005-05-02 18:25:23 +00:00
ggc.h ggc.h (ggc_alloc_zone_pass_stat): New macro. 2005-05-02 18:25:23 +00:00
gimple-low.c gimple-low.c (lower_stmt_body): Make it static. 2005-03-08 16:18:17 +00:00
gimplify.c gimplify.c (gimplify_compound_lval): Use VEC instead of VARRAY. 2005-05-01 23:23:33 +00:00
glimits.h
global.c * global.c (calculate_reg_pav): Use VEC instead of VARRAY. 2005-05-01 23:34:24 +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 c-common.c, [...]: Fix comment typos. 2004-09-05 15:24:15 +00:00
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 gthr-posix.c (pthread_cancel): Define. 2005-04-15 19:57: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-tpf.h (__gthread_recursive_mutex_t): New type. 2004-10-02 00:48:44 +00:00
gthr-vxworks.h re PR c++/13684 (local static object variable constructed once but ctors and dtors called multiple times on same memory when called in multiple threads) 2004-08-27 22:33:54 -04:00
gthr-win32.h attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
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 diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04: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 toplev.c (init_asm_output): Add explicit 'b' to mode when opening asm_out_file. 2004-06-05 07:28:27 +00:00
hosthooks.h toplev.c (init_asm_output): Add explicit 'b' to mode when opening asm_out_file. 2004-06-05 07:28:27 +00:00
hwint.h hwint.h (HOST_LONG_LONG_FORMAT): New macro. 2004-11-24 04:31:58 +00:00
ifcvt.c alias.c (true_dependence): Remove 'abort' from comments. 2005-04-21 15:47:33 +00:00
input.h input.h: If USE_MAPPED_LOCATION... 2004-07-14 17:02:30 -07:00
insn-addr.h
insn-notes.def attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
integrate.c integrate.h (get_hard_reg_initial_val): Change type of register parameter from int to unsigned int. 2005-05-08 09:16:47 +00:00
integrate.h crtstuff.c, [...]: Update copyright. 2005-05-09 16:26:26 +00:00
intl.c hooks.c, [...]: Update copyright. 2005-03-18 15:24:28 +00:00
intl.h intl.h (open_quote, [...]): New. 2004-05-24 20:28:20 +01:00
ipa-inline.c * ipa-inline.c, tree-ssa-operands.h: Fix comment typos. 2005-04-23 23:01:11 +00:00
ipa.c Makefile.in (ipa.o, [...]): New files. 2005-04-22 08:16:54 +00:00
jump.c re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated) 2005-04-25 13:46:12 +01:00
lambda-code.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
lambda-mat.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
lambda-trans.c [multiple changes] 2004-09-16 16:16:14 +00:00
lambda.h attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
langhooks-def.h langhooks.h (truthvalue_conversion): Remove. 2005-03-23 19:47:09 +00:00
langhooks.c alias.c (true_dependence): Remove 'abort' from comments. 2005-04-21 15:47:33 +00:00
langhooks.h lambda.h (lambda_vector_min_nz): Likewise. 2005-04-21 18:05:34 +00:00
LANGUAGES alias.c (find_base_decl): Remove unreachable case '3' block. 2004-09-17 21:55:02 +00:00
lcm.c bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN_P where appropriate. 2005-04-28 05:03:09 +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 Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh 2005-05-08 10:13:19 +00:00
libgcc2.h Fix problem with calling powi* builtins. 2005-03-30 20:59:21 +00:00
libgcc-std.ver tree-complex.c (expand_complex_libcall): New. 2005-02-11 16:26:57 -08:00
libgcov.c libgcov.c (create_file_directory): New function. 2005-05-10 16:10:54 +00:00
limitx.h
limity.h
lists.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
local-alloc.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
longlong.h * longlong.h: Fix macros for m32r add_ssaaaa and sub_ddmmss. 2004-06-15 10:40:44 +00:00
loop-doloop.c local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable. 2005-04-01 14:17:36 +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 loop-invariant.c (invariants, [...]): Use VEC instead of VARRAY. 2005-04-30 15:01:47 +00:00
loop-iv.c re PR rtl-optimization/21254 (Incorrect code with -funroll-loops for multiple targets with same code) 2005-05-06 20:24:00 +00:00
loop-unroll.c re PR rtl-optimization/21254 (Incorrect code with -funroll-loops for multiple targets with same code) 2005-05-06 20:24:00 +00:00
loop-unswitch.c re PR rtl-optimization/21330 (ICE in compare_and_jump_seq, at loop-unswitch.c:120) 2005-05-03 15:09:53 +02:00
loop.c re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated) 2005-04-25 13:46:12 +01:00
machmode.def attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
machmode.h
main.c
Makefile.in PR tree-optimization/14841, tree-optimization/15838 2005-05-08 21:22:21 +00:00
mips-tdump.c bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
mips-tfile.c xm-m32r.h: Don't define HOST_WORDS_BIG_ENDIAN. 2005-05-04 01:14:51 +00:00
mkconfig.sh Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh 2005-05-08 10:13:19 +00:00
mklibgcc.in Makefile.in (libgcc.mk): Pass GCC_FOR_TARGET. 2005-04-19 19:53:26 +00: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 modulo-sched.c, [...]: Use targetm.foo instead of (*targetm.foo). 2005-04-28 02:25:22 +00:00
ONEWS
opt-functions.awk opt-functions.awk (var_set): Emit OPTION_MASK_ for InverseMask if variable name exists. 2005-05-07 15:03:22 -04:00
opt-gather.awk opts.sh: Delete. 2004-06-18 01:59:45 +00:00
optabs.c optabs.c (expand_compare_and_swap_loop): Don't clobber old value before comparing it for success. 2005-05-10 09:24:41 -07:00
optabs.h re PR middle-end/14311 (builtins for atomic operations needed) 2005-04-14 16:37:47 -07:00
optc-gen.awk optc-gen.awk (END): Make sure no variable is defined more than once. 2005-04-28 16:52:12 -04:00
opth-gen.awk optc-gen.awk (END): Make sure no variable is defined more than once. 2005-04-28 16:52:12 -04:00
opts.c common.opt (fdiagnostics-show-option): No variable is needed. 2005-05-03 21:36:13 -04:00
opts.h c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the warning will be printed. 2005-05-03 13:55:46 -04:00
output.h Correct fixes for various hot/cold partitioning concerns. 2005-04-27 14:35:20 -07:00
params.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
params.def [multiple changes] 2005-04-22 20:59:54 -04:00
params.h [multiple changes] 2005-04-22 20:59:54 -04:00
passes.c Correct fixes for various hot/cold partitioning concerns. 2005-04-27 14:35:20 -07: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 postreload-gcse.c (hash_scan_set): Remove bogus assertion. 2005-04-27 18:39:05 +00:00
postreload.c re PR rtl-optimization/21144 (Apparent infinite loop in reload) 2005-04-29 18:39:22 +00:00
predict.c lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. 2005-04-05 19:05:20 +00:00
predict.def bitmap.c, [...]: Update copyright. 2004-10-15 14:47:12 +00:00
predict.h predict.h (IS_TAKEN): Remove. 2005-04-17 06:34:02 +00:00
prefix.c hooks.c, [...]: Update copyright. 2005-03-18 15:24:28 +00:00
prefix.h
pretty-print.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +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 attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
print-tree.c Makefile.in (print-tree.o): Depend on tree-iterator.h. 2005-03-31 00:09:10 +00:00
profile.c vec.h: Update API to separate allocation mechanism from type. 2005-04-21 09:18:28 +00:00
protoize.c * protoize.c (version_flag, quiet_flag, nochange_flag, nosave_flag) 2005-05-04 17:56:21 +00:00
read-rtl.c read-rtl.c (struct macro_traverse_data): Define. 2005-05-10 22:40:37 +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 re PR target/20126 (Inlined memcmp makes one argument null on entry) 2005-04-10 04:00:53 +00:00
recog.h re PR target/20126 (Inlined memcmp makes one argument null on entry) 2005-04-10 04:00:53 +00:00
reg-notes.def explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA): Kill setjmpless_size. 2005-04-27 10:38:17 -07:00
reg-stack.c reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST_FLOOR> and <UNSPEC_FIST_CEIL> case. 2005-04-14 13:31:04 +02:00
regclass.c diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04:00
regmove.c attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +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 diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04:00
reload.c Prevent out-of-bounds array access in reload. 2005-04-28 13:36:56 -07:00
reload.h reload1.c (indirect_symref_ok): Make it global. 2005-03-23 00:39:48 +00:00
reorg.c bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN_P where appropriate. 2005-04-28 05:03:09 +00:00
resource.c bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN_P where appropriate. 2005-04-28 05:03:09 +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 Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _gcov_one_value_profiler. 2005-04-22 10:57:04 +00:00
rtl.c ggc.h (ggc_alloc_zone_pass_stat): New macro. 2005-05-02 18:25:23 +00:00
rtl.def genopinit.c (optabs): Use smin/smax for floating point too. 2005-01-22 14:49:06 -08:00
rtl.h explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA): Kill setjmpless_size. 2005-04-27 10:38:17 -07:00
rtlanal.c tree-eh.c (tree_could_trap_p): Allow non-constant floating point trapping divide. 2005-04-04 18:50:53 -04:00
rtlhooks-def.h builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
rtlhooks.c combine.c (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Use gen_lowpart_for_combine. 2005-04-05 14:50:35 +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 (sched_analyze_1): On STACK_REGS targets... 2005-04-26 04:11:56 +00:00
sched-ebb.c PR middle end/18718 2004-12-04 09:32:33 +10:30
sched-int.h sched-int.h (haifa_insn_data): Remove blockage and units. 2005-04-09 16:51:48 +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 attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
sdbout.c Fix problems with hot/cold partitioning optimization. 2005-03-31 06:59:59 -08:00
sdbout.h
SERVICE
simplify-rtx.c re PR rtl-optimization/21163 (internal compiler error: in output_constant_pool_2, at varasm.c:3135) 2005-04-24 15:16:48 -07: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 c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists. 2004-07-25 02:13:01 +02:00
stmt.c re PR inline-asm/8788 (ICE in emit_move_insn, at expr.c:3089) 2005-05-09 05:15:50 +00:00
stor-layout.c dojump.c: Fix comment typos. 2005-04-27 16:02:43 +00:00
stringpool.c alloc-pool.c, [...]: Update copyright. 2005-03-14 13:10:51 +00:00
stub-objc.c c-common.h (objc_build_method_signature): Update prototype. 2005-04-21 21:31:40 +00:00
sys-protos.h
sys-types.h
system.h system.h: Poison BYTEORDER and HOST_WORDS_BIG_ENDIAN. 2005-05-05 02:55:04 +00:00
target-def.h c-common.c (resolve_overloaded_builtin): Forward to target hook for BUILT_IN_MD built-ins. 2005-05-02 16:02:52 +00:00
target.h c-common.c (resolve_overloaded_builtin): Forward to target hook for BUILT_IN_MD built-ins. 2005-05-02 16:02:52 +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 (OBJS-common): Add tree-ssa-uncprop.o. 2005-04-12 22:29:40 -06:00
timevar.h timevar.c (timevar_enable): Change from static. 2004-11-03 18:34:07 -08:00
tlink.c collect2.c (lderrout): New variable. 2005-03-31 14:53:17 +00:00
toplev.c c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the warning will be printed. 2005-05-03 13:55:46 -04:00
toplev.h diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04: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 (tree_duplicate_sese_region): Update profile. 2005-05-10 22:33:30 +00:00
tree-chrec.c Makefile.in (tree-chrec.o): Depend on params.h. 2005-04-21 08:48:55 +00:00
tree-chrec.h attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
tree-complex.c tree-complex.c (expand_vector_operations_1): Do not build VIEW_CONVERT_EXPR's for the lhs. 2005-04-27 16:50:19 +00:00
tree-data-ref.c tree-data-ref.c (analyze_array_indexes, [...]): Use VEC instead of VARRAY. 2005-05-10 14:50:35 +00:00
tree-data-ref.h tree-data-ref.c (analyze_array_indexes, [...]): Use VEC instead of VARRAY. 2005-05-10 14:50:35 +00:00
tree-dfa.c tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY. 2005-05-08 15:07:23 +00:00
tree-dump.c diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04:00
tree-dump.h bitmap.c, [...]: Update copyright. 2005-02-15 15:53:52 +00:00
tree-eh.c tree-cfg.c (tree_duplicate_bb): Duplicate EH region too. 2005-04-25 17:24:28 +00:00
tree-flow-inline.h tree-flow-inline.h (op_iter_init_use, [...]): Assert that the flags are of appropriate types. 2005-05-04 20:31:11 +00:00
tree-flow.h tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY. 2005-05-08 15:07:23 +00:00
tree-gimple.c backport: copy-prop, incremental SSA updating of FUD chains and newly exposed symbols. 2005-04-08 21:37:54 -04:00
tree-gimple.h c-semantics.c, [...]: Update copyright. 2005-03-08 12:49:01 +00:00
tree-if-conv.c tree-cfg.c (remove_bb): Remove a redundant call to set_bb_for_stmt. 2005-05-03 21:47:31 +00:00
tree-inline.c diagnostic.c (warning): Accept parameter to classify warning option. 2005-04-23 17:29:07 -04:00
tree-inline.h builtin-types.def, [...]: Update copyright. 2005-03-29 22:15:53 +00:00
tree-into-ssa.c tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY. 2005-05-08 15:07:23 +00:00
tree-iterator.c targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & internal_error instead of abort. 2004-09-09 07:54:12 +00:00
tree-iterator.h c-common.c (lang_gimplify_stmt): Remove next_p argument. 2004-06-15 18:21:38 -07:00
tree-loop-linear.c [multiple changes] 2005-04-22 20:59:54 -04:00
tree-mudflap.c tree-mudflap.c (deferred_static_decls, [...]): Use VEC instead of VARRAY. 2005-05-03 16:44:24 +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 Unify the management of RTL and tree-level dump files. 2004-09-06 10:08:17 +00:00
tree-nrv.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
tree-optimize.c tree-optimize.c (init_tree_optimization_passes): Re-organize optimization passes to do an initial batch of scalar cleanups. 2005-05-10 22:24:44 -04:00
tree-outof-ssa.c tree-outof-ssa.c (_elim_graph): Change the type of nodes and const_copies to VEC(tree,heap)*. 2005-05-10 01:39:22 +00:00
tree-pass.h cgraphunit.c: Include tree-pass.h (cgraph_decide_recursive_inlining... 2005-04-21 13:18:23 +00:00
tree-phinodes.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-pretty-print.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-profile.c Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _gcov_one_value_profiler. 2005-04-22 10:57:04 +00:00
tree-scalar-evolution.c tree-scalar-evolution.c (get_exit_conditions_rec, [...]): Use VEC instead of VARRAY. 2005-05-02 08:56:52 +00:00
tree-scalar-evolution.h crtstuff.c, [...]: Update copyright. 2005-05-09 16:26:26 +00:00
tree-sra.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-ssa-alias.c tree-ssa-alias.c (push_fields_onto_fieldstack): Remove bogus assert. 2005-04-28 07:58:29 +00:00
tree-ssa-ccp.c PR tree-optimization/14841, tree-optimization/15838 2005-05-08 21:22:21 +00:00
tree-ssa-copy.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +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-flow-inline.h (op_iter_init_use, [...]): Assert that the flags are of appropriate types. 2005-05-04 20:31:11 +00:00
tree-ssa-dom.c re PR tree-optimization/21170 (Comments still mention rewrite_ssa_into_ssa.) 2005-05-10 20:21:28 +00:00
tree-ssa-dse.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-ssa-forwprop.c re PR tree-optimization/21031 (Another missed forward propagation opportunity) 2005-04-15 18:42:38 +00:00
tree-ssa-live.c tree-ssa-live.c (build_tree_conflict_graph): Change the type of tpa_to_clear to VEC(int,heap). 2005-04-24 19:51:35 +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 tree-cfg.c (tree_duplicate_sese_region): Update profile. 2005-05-10 22:33:30 +00:00
tree-ssa-loop-im.c tree-ssa-loop-im.c: Include hashtab.h. 2005-05-10 20:04:27 +00:00
tree-ssa-loop-ivcanon.c tree-ssa-loop-ivcanon.c, [...]: Fix comment typos. 2005-05-07 14:43:55 +00:00
tree-ssa-loop-ivopts.c tree-ssa-loop-ivopts.c (rewrite_address_base): Don't call update_stmt. 2005-05-04 13:57:40 +00:00
tree-ssa-loop-manip.c re PR tree-optimization/18316 (Missed IV optimization) 2005-05-01 08:08:14 +00:00
tree-ssa-loop-niter.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-ssa-loop-unswitch.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-ssa-loop.c re PR tree-optimization/19401 (Trivial loop not unrolled) 2005-05-06 21:11:29 +00:00
tree-ssa-operands.c tree-ssa-operands.c (clobbered_v_may_defs, [...]): Use VEC instead of VARRAY. 2005-05-06 14:04:11 +00:00
tree-ssa-operands.h calls.c (purge_reg_equiv_notes): Remove, fold into... 2005-05-09 17:52:20 +00:00
tree-ssa-opfinalize.h tree-flow-inline.h, [...]: Likewise. 2005-05-04 17:15:31 +00:00
tree-ssa-phiopt.c * tree-ssa-phiopt.c: Fix comments. 2005-04-20 15:59:01 +00:00
tree-ssa-pre.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-ssa-propagate.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-ssa-propagate.h backport: copy-prop, incremental SSA updating of FUD chains and newly exposed symbols. 2005-04-08 21:37:54 -04:00
tree-ssa-sink.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-ssa-threadupdate.c re PR tree-optimization/21170 (Comments still mention rewrite_ssa_into_ssa.) 2005-05-10 20:21:28 +00:00
tree-ssa-uncprop.c tree-ssa-uncprop.c (equiv_hash_elt, [...]): Use VEC instead of VARRAY. 2005-05-02 16:47:03 +00:00
tree-ssa.c tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY. 2005-05-08 15:07:23 +00:00
tree-ssanames.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-stdarg.c modulo-sched.c, [...]: Use targetm.foo instead of (*targetm.foo). 2005-04-28 02:25:22 +00:00
tree-stdarg.h tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR_COUNTER_FIELD. 2005-04-09 19:19:58 +02:00
tree-tailcall.c tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY. 2005-05-08 15:07:23 +00:00
tree-vect-analyze.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-vect-transform.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-vectorizer.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree-vectorizer.h tree-flow.h (tree_ann_common_d): Move aux to ... 2005-05-03 20:18:32 +00:00
tree-vn.c tree-flow-inline.h, [...]: Likewise. 2005-05-04 17:15:31 +00:00
tree-vrp.c lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tree.c ggc.h (ggc_alloc_zone_pass_stat): New macro. 2005-05-02 18:25:23 +00:00
tree.def backport: copy-prop, incremental SSA updating of FUD chains and newly exposed symbols. 2005-04-08 21:37:54 -04:00
tree.h lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. 2005-05-03 12:19:56 +00:00
tsystem.h libgcov.c (create_file_directory): New function. 2005-05-10 16:10:54 +00:00
typeclass.h tree.def (FILE_TYPE): Removed. 2005-03-30 21:34:41 +00:00
unwind-c.c
unwind-compat.c re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1) 2004-09-03 17:15:42 -07:00
unwind-compat.h re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1) 2004-09-03 17:15:42 -07:00
unwind-dw2-fde-compat.c re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1) 2004-09-03 17:15:42 -07:00
unwind-dw2-fde-darwin.c basic-block.h, [...]: Update copyright. 2005-01-18 11:36:31 +00:00
unwind-dw2-fde-glibc.c Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh 2005-05-08 10:13:19 +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 Index: gcc/ChangeLog 2004-07-01 04:09:07 +00:00
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 bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN_P where appropriate. 2005-04-28 05:03:09 +00:00
value-prof.h Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _gcov_one_value_profiler. 2005-04-22 10:57:04 +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 configure.ac: Set ld_vers_major, ld_vers_minor and ld_vers_patch for GNU linker. 2005-05-08 16:58:03 +00: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 vec.h: Update API to separate allocation mechanism from type. 2005-04-21 09:18:28 +00:00
vec.h attribs.c, [...]: Update copyright. 2005-04-28 05:38:50 +00:00
version.c gcc-version.m4: Delete. 2005-03-16 06:04:10 +00:00
version.h
vmsdbg.h
vmsdbgout.c Fix problems with hot/cold partitioning optimization. 2005-03-31 06:59:59 -08: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.