gcc/gcc
Ben Elliston 5950c3c9a7 cpplib.h (NODE_CONDITIONAL): New.
libcpp/
	* include/cpplib.h (NODE_CONDITIONAL): New.
	(struct cpp_callbacks): New macro_to_expand field.
	(struct cpp_hashnode): Adjust size of flags and type fields.
	(cpp_peek_token): Prototype.
	* lex.c (cpp_peek_token): New function.
	(_cpp_temp_token): Protect pre-existing lookaheads.
	* macro.c (cpp_get_token): Expand any conditional macros.
	(_cpp_backup_tokens_direct): New.
	(_cpp_backup_tokens): Call _cpp_backup_tokens_direct.
	(warn_of_redefinition): Silently allow redefined conditional
	macros.
	(_cpp_create_definition): Remove the conditional flag when a user
	defines one of the conditional macros.
	* internal.h (_cpp_backup_tokens_direct): New prototype.

gcc/
	* c-common.h (C_CPP_HASHNODE): New macro.
	* coretypes.h (struct cpp_token): Forward declare.
	* doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
	the context-sensitive keyword method.
	* config/rs6000/rs6000-c.c (__vector_keyword, vector_keyword,
	__pixel_keyword, pixel_keyword, __bool_keyword, bool_keyword,
	expand_bool_pixel): New.
	(altivec_categorize_keyword): New function.
	(init_vector_keywords): New function.
	(rs6000_macro_to_expand): Likewise.
	(rs6000_cpu_cpp_builtins): Enable context-sensitive macros if not
	compiling an ISO C dialect.

gcc/testsuite/
	* gcc.target/powerpc/altivec-macros.c: New test.
	* gcc.target/powerpc/altviec-26.c: Likewise.
	* gcc.dg/vmx/1b-06.c: Remove bool variable.
	* gcc.dg/vmx/1b-07.c: Likewise.
	* gcc.dg/vmx/1b-06-ansi.c: New test for the pre-define method.
	* gcc.dg/vmx/1b-07-ansi.c: Likewise.

From-SVN: r137775
2008-07-14 15:09:48 +10:00
..
ada * decl.c (make_type_from_size) <INTEGER_TYPE>: Fix typo and tidy up. 2008-07-02 10:10:15 +00:00
config cpplib.h (NODE_CONDITIONAL): New. 2008-07-14 15:09:48 +10:00
cp c-common.h (enum rid): Add RID_CXX_COMPAT_WARN. 2008-07-11 18:16:26 +00:00
doc cpplib.h (NODE_CONDITIONAL): New. 2008-07-14 15:09:48 +10:00
fortran re PR fortran/36725 (g0 edit descriptor: Missing compile-time checking for invalid g0.d) 2008-07-14 00:51:44 +00:00
ginclude
java Make-lang.in (java/parse.o-warn): Remove. 2008-07-07 23:53:44 +00:00
objc c-common.h (enum rid): Add RID_CXX_COMPAT_WARN. 2008-07-11 18:16:26 +00:00
objcp tree.h (enum tree_code): Include all-tree.def, not tree.def. 2008-06-21 21:17:40 +00:00
po * zh_CN.po: Update. 2008-05-11 14:44:11 +01:00
testsuite cpplib.h (NODE_CONDITIONAL): New. 2008-07-14 15:09:48 +10:00
ABOUT-GCC-NLS
acinclude.m4 configure.ac: Drop unneeded backslash ending up in config.in. 2008-06-02 19:37:45 +00:00
aclocal.m4 re PR other/35457 (Error building GCC trunk on CELL SPU) 2008-04-18 10:28:53 +00:00
addresses.h
alias.c alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
alias.h * alias.h (alias_set_type): Change from HOST_WIDE_INT to int. 2008-03-06 01:18:51 +00:00
alloc-pool.c alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings. 2008-07-04 00:22:31 +00:00
alloc-pool.h re PR tree-optimization/34176 (SCCVN breaks gettext) 2007-11-23 14:28:59 +00:00
attribs.c alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
auto-inc-dec.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
BASE-VER * BASE-VER: Set to 4.4.0. 2008-02-18 23:41:06 +01:00
basic-block.h cfganal.c: Include vec.h and vecprim.h. 2008-06-26 20:06:49 +00:00
bb-reorder.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
bitmap.c alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings. 2008-07-04 00:22:31 +00:00
bitmap.h bitmap.h (bitmap_set_bit): Return bool. 2008-07-02 08:07:41 +00:00
bt-load.c alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
builtin-attrs.def
builtin-types.def targhooks.h (struct gcc_target): New member unwind_word_mode. 2008-06-18 20:49:12 +00:00
builtins.c config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86-*-*. 2008-07-06 16:51:58 +02:00
builtins.def targhooks.h (struct gcc_target): New member unwind_word_mode. 2008-06-18 20:49:12 +00:00
c-aux-info.c
c-common.c c-common.h (enum rid): Add RID_CXX_COMPAT_WARN. 2008-07-11 18:16:26 +00:00
c-common.def
c-common.h cpplib.h (NODE_CONDITIONAL): New. 2008-07-14 15:09:48 +10:00
c-config-lang.in
c-convert.c
c-cppbuiltin.c c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
c-decl.c c-common.h (enum rid): Add RID_CXX_COMPAT_WARN. 2008-07-11 18:16:26 +00:00
c-dump.c
c-errors.c re PR c++/24924 (front end and preprocessor pedantic_errors settings should agree) 2008-03-02 15:45:29 +00:00
c-format.c c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-27 16:53:54 +00:00
c-format.h c-lex.c (narrowest_unsigned_type): Change itk to int. 2008-06-22 14:56:08 +00:00
c-gimplify.c re PR c/34146 (Inefficient code with compound literals inside a CONSTRUCTO) 2007-11-20 11:36:03 +01:00
c-lang.c tree.h (enum tree_code): Include all-tree.def, not tree.def. 2008-06-21 21:17:40 +00:00
c-lex.c re PR c/34867 (valgrind error indication in testsuite from c-lex.c:996:c_lex_with_flags for gcc.dg/cpp/charconst.c) 2008-06-27 12:29:55 +00:00
c-objc-common.c
c-objc-common.h function.c (free_after_parsing): Replace with cxx_push_function_context from C++ front-end. 2008-04-04 14:57:18 +00:00
c-omp.c c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
c-opts.c c-opts.c (c_common_post_options): PCH is not compatible with no-unit-at-a-time. 2008-06-18 19:07:51 +00:00
c-parser.c c-common.h (enum rid): Add RID_CXX_COMPAT_WARN. 2008-07-11 18:16:26 +00:00
c-pch.c re PR pch/13675 (#including a precompiled header more than once in the same unit fails) 2008-04-01 12:58:02 +02:00
c-ppoutput.c cppopts.texi (-dU): Document. 2008-04-02 20:42:53 +01:00
c-pragma.c c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-27 16:53:54 +00:00
c-pragma.h c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
c-pretty-print.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
c-pretty-print.h
c-semantics.c
c-tree.h c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
c-typeck.c c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p. 2008-07-01 20:48:59 +00:00
c.opt omp-low.c (extract_omp_for_data): Fix comment typo. 2008-06-15 09:55:56 +00:00
caller-save.c alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
calls.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
cfg.c [multiple changes] 2008-05-16 09:36:26 -04:00
cfganal.c cfganal.c: Include vec.h and vecprim.h. 2008-06-26 20:06:49 +00:00
cfgbuild.c rtl.h (emit_clobber, [...]): Declare. 2008-06-01 09:47:28 +00:00
cfgcleanup.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
cfgexpand.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
cfghooks.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
cfghooks.h
cfglayout.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
cfglayout.h
cfgloop.c
cfgloop.h
cfgloopanal.c
cfgloopmanip.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
cfgrtl.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
cgraph.c cgraph.c (assembler_name_hash): New static var. 2008-07-13 10:06:19 +00:00
cgraph.h cgraph.c (assembler_name_hash): New static var. 2008-07-13 10:06:19 +00:00
cgraphbuild.c re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor) 2008-06-20 04:18:07 +02:00
cgraphunit.c re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor) 2008-06-20 04:18:07 +02:00
ChangeLog cpplib.h (NODE_CONDITIONAL): New. 2008-07-14 15:09:48 +10:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007 Fix a typo. 2008-05-13 07:05:02 -07:00
ChangeLog.dataflow
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
collect2.c c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-27 16:53:54 +00:00
collect2.h
combine-stack-adj.c re PR rtl-optimization/36419 (Wrong unwind info with -Os -fasynchronous-unwind-tables) 2008-07-10 09:39:54 +02:00
combine.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
common.opt invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=... 2008-07-09 08:23:48 +00:00
conditions.h
config.build re PR bootstrap/35273 (Bootstrap of mingw32 using non-MSYS shell broken) 2008-02-21 19:55:39 +00:00
config.gcc config.gcc (arm-*-coff*, [...]): Deprecate targets, excluding more specific h8300-*-* and sh-*-* targets. 2008-07-10 18:02:12 +01:00
config.host config.gcc (mips64el-st-linux-gnu): Use mips/st.h and mips/t-st. 2008-06-18 08:28:07 +00:00
config.in configure, config.in: Rebuilt. 2008-07-07 23:56:05 +00:00
configure Makefile.in (LOOSE_WARN, [...]): Update comments. 2008-07-10 18:45:25 +00:00
configure.ac Makefile.in (LOOSE_WARN, [...]): Update comments. 2008-07-10 18:45:25 +00:00
convert.c pa.c (reloc_needed): Use CASE_CONVERT. 2008-05-09 16:57:39 +02:00
convert.h
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h cpplib.h (NODE_CONDITIONAL): New. 2008-07-14 15:09:48 +10:00
coverage.c alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
coverage.h coverage.h (tree_coverage_counter_addr): Declare. 2008-03-08 20:52:50 +00:00
cppdefault.c
cppdefault.h
cppspec.c
crtstuff.c
cse.c cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:22:12 +00:00
cselib.c alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
cselib.h Remove libcall notes. 2008-06-17 05:57:04 +00:00
cstamp-h.in
DATESTAMP Daily bump. 2008-07-14 00:16:44 +00:00
dbgcnt.c alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
dbgcnt.def Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-optimization/35287 2008-07-08 16:11:06 +00:00
dbgcnt.h
dbxout.c alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
dbxout.h
dce.c df.h (struct df_ref): Replace 'insn' field with 'insn_info' field. 2008-06-18 05:42:23 +00:00
dce.h re PR rtl-optimization/33644 (ICE in local_cprop_pass with -ftrapv for crafty) 2007-10-22 19:28:23 +00:00
ddg.c df.h (struct df_ref): Replace 'insn' field with 'insn_info' field. 2008-06-18 05:42:23 +00:00
ddg.h
debug.c
debug.h re PR debug/34249 (FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE) 2008-01-16 12:10:27 +01:00
defaults.h defaults.h (TARGET_MEM_CONSTRAINT): New target macro added. 2008-05-27 11:41:10 +00:00
DEV-PHASE
df-byte-scan.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
df-core.c On behalf of Tianwei, for the following change: 2008-07-08 17:08:40 +00:00
df-problems.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
df-scan.c df-scan.c (df_scan_free_ref_vec, [...]): New macros. 2008-06-30 19:28:24 +00:00
df.h alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
dfp.c dfp.h, [...]: Remove references to IEEE 754R. 2008-06-19 11:13:53 +10:00
dfp.h dfp.h, [...]: Remove references to IEEE 754R. 2008-06-19 11:13:53 +10:00
diagnostic.c diagnostic.c (diagnostic_count_diagnostic): Delete. 2008-03-24 14:19:55 +00:00
diagnostic.def
diagnostic.h re PR c++/24924 (front end and preprocessor pedantic_errors settings should agree) 2008-03-02 15:45:29 +00:00
dojump.c pa.c (reloc_needed): Use CASE_CONVERT. 2008-05-09 16:57:39 +02:00
dominance.c alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
domwalk.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
domwalk.h
double-int.c
double-int.h re PR bootstrap/35051 (Build machine requires GMP and MPFR for building cross-host gccs) 2008-02-08 19:10:25 +00:00
dse.c df-scan.c (df_scan_free_ref_vec, [...]): New macros. 2008-06-30 19:28:24 +00:00
dse.h
dummy-checksum.c
dwarf2.h re PR fortran/22244 (dimension information is lost for multi-dimension array) 2007-12-09 18:08:06 +01:00
dwarf2asm.c alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:28:15 +00:00
dwarf2asm.h
dwarf2out.c re PR rtl-optimization/36419 (Wrong unwind info with -Os -fasynchronous-unwind-tables) 2008-07-10 09:39:54 +02:00
dwarf2out.h re PR fortran/22244 (dimension information is lost for multi-dimension array) 2007-12-09 18:08:06 +01:00
dwarf.h
ebitmap.c dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:25:08 +00:00
ebitmap.h
emit-rtl.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
emit-rtl.h
emutls.c
errors.c
errors.h
et-forest.c dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:25:08 +00:00
et-forest.h
except.c dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:25:08 +00:00
except.h * except.h: Correct checks for when SJLJ exceptions must be used. 2008-06-08 19:06:49 +00:00
exec-tool.in exec-tool.in: Use an environment variable (private) instead of a file (shared) as a semaphore... 2008-05-30 15:19:45 -04:00
explow.c rtl.h (emit_clobber, [...]): Declare. 2008-06-01 09:47:28 +00:00
expmed.c dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:25:08 +00:00
expr.c expr.c (emit_block_move_via_movmem): Fix expected_align parameter. 2008-07-08 22:17:07 +00:00
expr.h config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86-*-*. 2008-07-06 16:51:58 +02:00
final.c http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00520.html 2008-07-09 09:31:44 +02:00
fix-header.c re PR fortran/18428 (No preprocessing option -cpp for gfortran) 2008-05-25 18:37:41 -04:00
fixed-value.c
fixed-value.h
fixproto Committed with RM approval this time. 2008-01-25 07:52:56 +11:00
flags.h invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=... 2008-07-09 08:23:48 +00:00
fold-const.c ptrmemfield.C: New testcase. 2008-07-05 12:37:48 -07:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c function.c (assign_parm_remove_parallels): Check mode of entry_parm. 2008-07-07 16:05:11 +00:00
function.h cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
fwprop.c df.h (struct df_ref): Replace 'insn' field with 'insn_info' field. 2008-06-18 05:42:23 +00:00
gbl-ctors.h
gcc.c gcc.c (print_sysroot): New. 2008-07-07 18:20:06 +00:00
gcc.h re PR fortran/35019 (Gfortran does not support "-J <dir>" only "-J<dir>") 2008-04-21 13:10:15 -04:00
gccbug.in
gccspec.c
gcov-dump.c gcov-dump.c (tag_summary): Only print summaries for the first GCOV_COUNTERS_SUMMABLE counters. 2008-04-10 18:21:26 +00:00
gcov-io.c dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:25:08 +00:00
gcov-io.h * gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden. 2008-03-18 14:47:14 +00:00
gcov-iov.c
gcov.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
gcse.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
gdbinit.in
gen-protos.c
genattr.c
genattrtab.c genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. 2008-07-09 06:45:21 +00:00
genautomata.c cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:22:12 +00:00
gencheck.c tree.h (enum tree_code): Include all-tree.def, not tree.def. 2008-06-21 21:17:40 +00:00
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. 2008-07-09 06:45:21 +00:00
genextract.c cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:22:12 +00:00
genflags.c
gengenrtl.c
gengtype-lex.l cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:22:12 +00:00
gengtype-parse.c
gengtype.c genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. 2008-07-09 06:45:21 +00:00
gengtype.h genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. 2008-07-09 06:45:21 +00:00
genmddeps.c
genmodes.c
genmultilib
genopinit.c Add SSE5 vector shift/rotate; Update SSE5 vector multiply 2008-05-14 20:07:53 +00:00
genoutput.c genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. 2008-07-09 06:45:21 +00:00
genpeep.c
genpreds.c cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:22:12 +00:00
genrecog.c genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. 2008-07-09 06:45:21 +00:00
gensupport.c genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. 2008-07-09 06:45:21 +00:00
gensupport.h gensupport.h (pred_data): Add a "num_codes" field. 2008-05-08 21:28:27 +00:00
ggc-common.c configure.ac: Check for caddr_t, define to char * if not defined. 2008-07-06 22:28:30 +02:00
ggc-none.c
ggc-page.c ggc-page.c (alloc_page): Substituting xmalloc... 2008-07-11 18:07:15 +00:00
ggc-zone.c ggc-zone.c (lookup_page_table_if_allocated, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-07-04 04:47:55 +00:00
ggc.h ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
gimple-low.c c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
gimplify.c gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. 2008-07-09 21:32:54 +02:00
glimits.h
global.c global.c (compute_regsets): Set frame_pointer_needed here. 2008-06-30 10:51:49 -07:00
graph.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
graph.h
graphds.c
graphds.h invoke.texi: Document -ftree-loop-distribution. 2008-02-28 12:37:24 +00:00
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h re PR libfortran/35063 (Clean up use of destroy_unit_mutex()) 2008-03-01 12:46:31 +02:00
gthr-gnat.c
gthr-gnat.h
gthr-lynx.h cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
gthr-mipssde.h re PR libfortran/35063 (Clean up use of destroy_unit_mutex()) 2008-03-01 12:46:31 +02:00
gthr-nks.h re PR libfortran/35063 (Clean up use of destroy_unit_mutex()) 2008-03-01 12:46:31 +02:00
gthr-posix95.h gthr-posix.h (__gthread_active_p): Use the Solaris implementation for FreeBSD as well. 2008-04-18 02:16:35 +00:00
gthr-posix.c
gthr-posix.h gthr-posix.h (__gthread_active_p): Use the Solaris implementation for FreeBSD as well. 2008-04-18 02:16:35 +00:00
gthr-rtems.h gthr-rtems.h: Implement __gthread_mutex_destroy. 2008-03-05 13:16:57 +00:00
gthr-single.h gthr-single.h: Add in required interface elements as per gthr.h. 2008-05-05 17:42:26 +00:00
gthr-solaris.h re PR libfortran/35063 (Clean up use of destroy_unit_mutex()) 2008-03-01 12:46:31 +02:00
gthr-tpf.h re PR libfortran/35063 (Clean up use of destroy_unit_mutex()) 2008-03-01 12:46:31 +02:00
gthr-vxworks.h * gthr-vxworks.h (UNUSED): Define. 2008-03-24 11:18:22 +00:00
gthr-win32.h * gthr-win32.h [__GTHREAD_HIDE_WIN32API] 2008-03-04 06:33:39 +00:00
gthr.h re PR libfortran/35063 (Clean up use of destroy_unit_mutex()) 2008-03-01 12:46:31 +02:00
haifa-sched.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
hard-reg-set.h ra-conflict.c: New file. 2007-10-02 13:10:07 +00:00
hooks.c c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
hooks.h c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
ifcvt.c ifcvt.c (cond_move_process_if_block): Free vectors on false return. 2008-06-30 19:31:42 +00:00
incpath.c cpplib.h (struct cpp_dir): Add new field, canonical_name. 2008-05-30 00:57:56 +00:00
incpath.h re PR fortran/18428 (No preprocessing option -cpp for gfortran) 2008-05-25 18:37:41 -04:00
init-regs.c re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
input.h toplev.c (input_file_stack, [...]): Remove. 2008-02-29 20:09:05 +00:00
insn-addr.h
insn-notes.def
integrate.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
integrate.h function.h (incomming_args): Break out of struct function. 2008-04-08 08:59:34 +00:00
intl.c alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings. 2008-06-29 04:39:16 +00:00
intl.h
ipa-cp.c ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params instead of ipa_create_node_params. 2008-07-08 15:25:24 +02:00
ipa-inline.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
ipa-prop.c ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params instead of ipa_create_node_params. 2008-07-08 15:25:24 +02:00
ipa-prop.h ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params instead of ipa_create_node_params. 2008-07-08 15:25:24 +02:00
ipa-pure-const.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
ipa-reference.c except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_record. 2008-04-18 05:26:12 +00:00
ipa-reference.h
ipa-struct-reorg.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
ipa-struct-reorg.h cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
ipa-type-escape.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
ipa-type-escape.h ipa-type-escape.h: Expose function is_array_access_through_pointer_and_index. 2007-10-24 10:36:30 +00:00
ipa-utils.c [multiple changes] 2007-11-08 16:45:53 +00:00
ipa-utils.h
ipa.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
jump.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
lambda-code.c re PR middle-end/36286 (ICE with -ftree-loop-linear and -O1 and above) 2008-05-21 23:13:00 +00:00
lambda-mat.c
lambda-trans.c
lambda.h tree-loop-linear.c (gather_interchange_stats): Look in the access matrix... 2008-05-20 19:11:56 +00:00
langhooks-def.h c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
langhooks.c re PR middle-end/36811 (endless (?) loop building with -O3) 2008-07-13 17:28:26 +00:00
langhooks.h c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
LANGUAGES
lcm.c
libada-mk.in
libfuncs.h libfuncs.h (LTI_synchronize): New libfunc_index. 2008-06-26 21:28:30 +00:00
libgcc2.c MAINTAINERS (mt port): Remove. 2008-06-07 19:00:15 +01:00
libgcc2.h libgcc2.c (__fixunstfDI, [...]): Make return type unsigned. 2007-11-05 11:41:40 +00:00
libgcc-std.ver Fix conflict with another recent patch. 2008-07-03 19:42:41 +00:00
libgcov.c
limitx.h
limity.h
lists.c
local-alloc.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
longlong.h longlong.h (__arm__): Define count_leading_zeros. 2008-06-12 17:29:47 +00:00
loop-doloop.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
loop-init.c re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
loop-invariant.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
loop-iv.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
loop-unroll.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
loop-unswitch.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
lower-subreg.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
machmode.def
machmode.h
main.c
Makefile.in Makefile.in (LOOSE_WARN, [...]): Update comments. 2008-07-10 18:45:25 +00:00
matrix-reorg.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
mips-tdump.c re PR driver/35420 (--version copyright date vs. 2008) 2008-03-02 23:50:02 +01:00
mips-tfile.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
mkconfig.sh
mkmap-flat.awk cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
mkmap-symver.awk re PR target/36669 (Wrong versioning for __float128) 2008-07-02 08:59:19 -07:00
mode-classes.def
mode-switching.c re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
modulo-sched.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
omega.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
omega.h
omp-builtins.def c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
omp-low.c re PR middle-end/36790 (ICE on valid code: OpenMP task construct with default(shared) clause) 2008-07-10 17:22:50 +02:00
ONEWS
opt-functions.awk
opt-gather.awk
optabs.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
optabs.h cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
optc-gen.awk * optc-gen.awk: Fix comment typo. 2008-05-11 19:43:00 +00:00
opth-gen.awk common.opt (Wlarger-than=): New. 2008-02-26 14:01:02 +00:00
opts-common.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
opts.c re PR other/28322 (GCC new warnings and compatibility) 2008-07-10 03:51:04 +00:00
opts.h re PR other/28322 (GCC new warnings and compatibility) 2008-02-25 23:41:43 +00:00
output.h targhooks.h (default_emutls_var_fields, [...]): Declare. 2008-04-27 15:35:19 +00:00
params.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
params.def Makefile.in (tree-switch-conversion.o): Add. 2008-07-01 10:54:18 +02:00
params.h Makefile.in (tree-switch-conversion.o): Add. 2008-07-01 10:54:18 +02:00
passes.c Makefile.in (tree-switch-conversion.o): Add. 2008-07-01 10:54:18 +02:00
pointer-set.c
pointer-set.h
postreload-gcse.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
postreload.c driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:18:25 +00:00
predict.c PR 35736 -- use void_type_node for PREDICT_EXPR tree 2008-07-03 16:22:12 +00:00
predict.def tree-pretty-print.c: Include predict.h. 2008-03-18 15:21:06 +00:00
predict.h tree-pretty-print.c: Include predict.h. 2008-03-18 15:21:06 +00:00
prefix.c
prefix.h
pretty-print.c pretty-print.c (pp_integer_with_precision): Use HOST_LONG_LONG_FORMAT. 2008-05-11 04:06:57 -06:00
pretty-print.h cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
print-rtl.c dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex printing. 2008-04-15 19:56:20 +00:00
print-tree.c invoke.text (-fdump-tree-*-verbose): New option. 2008-05-16 09:34:34 -04:00
profile.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
protoize.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
ra-conflict.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
ra.h ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
read-rtl.c read-rtl.c (join_c_conditions): Return the first string if the two strings are equal. 2008-05-08 21:29:00 +00:00
README.Portability
real.c dfp.h, [...]: Remove references to IEEE 754R. 2008-06-19 11:13:53 +10:00
real.h dfp.h, [...]: Remove references to IEEE 754R. 2008-06-19 11:13:53 +10:00
recog.c target.h (struct gcc_target): Add hard_regno_scratch_ok field. 2008-07-09 17:43:11 +04:00
recog.h reload.c: (find_reloads): Skip alternatives according to the "enabled" attribute. 2008-05-27 11:46:45 +00:00
reg-notes.def Remove libcall notes. 2008-06-17 05:57:04 +00:00
reg-stack.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
regclass.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
regmove.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
regrename.c regrename.c (build_def_use): Don't copy RTX. 2008-06-28 21:37:04 +00:00
regs.h cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
regstat.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
reload1.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
reload.c reload.c (find_reloads_subreg_address): Do not require validity of address in original mode before reloading address. 2008-07-08 21:23:56 +01:00
reload.h
reorg.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
resource.c resource.c (mark_referenced_resources): Look inside UNSPEC_VOLATILEs and ASM_INPUTs. 2008-07-02 18:05:42 +00:00
resource.h
rtl-error.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
rtl-factoring.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
rtl.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
rtl.def system.h (USE_MAPPED_LOCATION): Poison. 2008-02-26 16:05:24 +00:00
rtl.h rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
rtlanal.c rtlanal.c (add_reg_note): New function. 2008-07-02 18:01:18 +00:00
rtlhooks-def.h
rtlhooks.c re PR rtl-optimization/33927 (replace_read in dse.c could handle cases where GET_MODE_CLASS (read_mode) != GET_MODE_CLASS (store_mode) (and the size is the same)) 2008-03-22 19:37:53 +00:00
sbitmap.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
sbitmap.h sbitmap.c (sbitmap_range_empty_p): New function. 2008-04-21 20:15:38 +00:00
scan-decls.c
scan-types.sh
scan.c
scan.h cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
sched-deps.c Remove libcall notes. 2008-06-17 05:57:04 +00:00
sched-ebb.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
sched-int.h Remove libcall notes. 2008-06-17 05:57:04 +00:00
sched-rgn.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
sched-vis.c dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex printing. 2008-04-15 19:56:20 +00:00
sdbout.c c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-27 16:53:54 +00:00
sdbout.h
see.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
simplify-rtx.c re PR middle-end/36447 (simplify_subreg ICE with right shift more than length type AVR) 2008-06-09 22:38:34 +00:00
sort-protos
sparseset.c re PR rtl-optimization/33796 (valgrind error with -O2 for linux kernel code) 2008-01-16 21:21:36 -06:00
sparseset.h sparseset.c: Include config.h and system.h before sparseset.h. 2007-12-05 13:47:22 +01:00
sreal.c
sreal.h
stab.def
stack-ptr-mod.c re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) 2008-04-25 23:14:40 +00:00
statistics.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
statistics.h tree-pass.h (current_pass): Declare. 2008-05-15 13:39:39 +00:00
stmt.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
stor-layout.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
stringpool.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
stub-objc.c
sync-builtins.def
sys-protos.h
sys-types.h
system.h optabs.c (libfunc_decl_hash, [...]): Fix -Wcast-qual warnings. 2008-06-29 05:36:20 +00:00
target-def.h target.h (struct gcc_target): Add hard_regno_scratch_ok field. 2008-07-09 17:43:11 +04:00
target.h target.h (struct gcc_target): Add hard_regno_scratch_ok field. 2008-07-09 17:43:11 +04:00
targhooks.c target.h (struct gcc_target): Add hard_regno_scratch_ok field. 2008-07-09 17:43:11 +04:00
targhooks.h target.h (struct gcc_target): Add hard_regno_scratch_ok field. 2008-07-09 17:43:11 +04:00
timevar.c
timevar.def tree-switch-conversion.c: Included timevar.h 2008-07-02 11:59:34 +02:00
timevar.h
tlink.c collect2.c (main, [...]): Fix for -Wc++-compat. 2008-06-20 03:46:09 +00:00
toplev.c symtab.h (HT_ALLOCED): Remove. 2008-05-21 15:00:59 +00:00
toplev.h tree-dump.c (dump_enable_all): Remove prototype; do not accept letter argument. 2008-04-05 05:50:19 +00:00
tracer.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-affine.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-affine.h tree-affine.h (aff_combination_expand): Declare. 2008-03-27 10:25:36 +00:00
tree-browser.c tree.h (enum tree_code): Include all-tree.def, not tree.def. 2008-06-21 21:17:40 +00:00
tree-browser.def
tree-call-cdce.c re PR testsuite/36440 (FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0) 2008-07-13 22:27:58 +00:00
tree-cfg.c re PR debug/36617 (Debug info for OpenMP code is almost non-existent) 2008-06-27 21:42:32 +02:00
tree-cfgcleanup.c re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
tree-chrec.c tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME defined in a loop at depth 0 is invariant. 2008-03-03 11:51:36 +00:00
tree-chrec.h tree-loop-linear.c (gather_interchange_stats): Look in the access matrix... 2008-05-20 19:11:56 +00:00
tree-complex.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-data-ref.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
tree-data-ref.h tree-loop-linear.c (gather_interchange_stats): Look in the access matrix... 2008-05-20 19:11:56 +00:00
tree-dfa.c tree-ssa-structalias.c (callused_id, [...]): Add. 2008-06-28 13:17:20 +00:00
tree-dump.c tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_graph. 2008-07-07 20:17:37 +00:00
tree-dump.h re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
tree-eh.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-flow-inline.h re PR target/36713 (r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu) 2008-07-07 15:11:29 +00:00
tree-flow.h Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-optimization/35287 2008-07-08 16:11:06 +00:00
tree-gimple.c c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00
tree-gimple.h gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. 2008-07-09 21:32:54 +02:00
tree-if-conv.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-inline.c gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. 2008-07-09 21:32:54 +02:00
tree-inline.h tree-inline.c (copy_generic_body, [...]): Export. 2008-04-03 05:41:57 +00:00
tree-into-ssa.c tree-into-ssa (insert_phi_nodes_for): 'var' must be a DECL at this point, so assert that. 2008-06-26 20:11:07 +00:00
tree-iterator.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-iterator.h
tree-loop-distribution.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-loop-linear.c tree-loop-linear.c (gather_interchange_stats): Look in the access matrix... 2008-05-20 19:11:56 +00:00
tree-mudflap.c gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. 2008-07-09 21:32:54 +02:00
tree-mudflap.h
tree-nested.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-nomudflap.c re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
tree-nrv.c re PR target/36713 (r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu) 2008-07-07 15:11:29 +00:00
tree-object-size.c pa.c (reloc_needed): Use CASE_CONVERT. 2008-05-09 16:57:39 +02:00
tree-optimize.c tree-optimize.c (execute_early_local_optimizations): Set cgraph_state only at first invocation. 2008-06-19 17:48:14 +00:00
tree-outof-ssa.c re PR target/36713 (r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu) 2008-07-07 15:11:29 +00:00
tree-parloops.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-pass.h Makefile.in (tree-switch-conversion.o): Add. 2008-07-01 10:54:18 +02:00
tree-phinodes.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-predcom.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-pretty-print.c Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-optimization/35287 2008-07-08 16:11:06 +00:00
tree-profile.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-scalar-evolution.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-scalar-evolution.h re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox) 2008-05-31 13:01:10 +00:00
tree-sra.c gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. 2008-07-09 21:32:54 +02:00
tree-ssa-address.c re PR tree-optimization/36245 (internal compiler error: in build2_stat, at tree.c:3116) 2008-05-27 13:10:18 +00:00
tree-ssa-alias-warnings.c re PR tree-optimization/36345 (TBAA-pruning of points-to sets ineffective) 2008-06-12 10:21:45 +00:00
tree-ssa-alias.c re PR tree-optimization/36765 (Revision 137573 miscompiles 464.h264ref in SPEC CPU 2006) 2008-07-11 12:44:26 +00:00
tree-ssa-ccp.c gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. 2008-07-09 21:32:54 +02:00
tree-ssa-coalesce.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-ssa-copy.c re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
tree-ssa-copyrename.c re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
tree-ssa-dce.c tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure. 2008-05-20 12:34:06 +00:00
tree-ssa-dom.c Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-optimization/35287 2008-07-08 16:11:06 +00:00
tree-ssa-dse.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-ssa-forwprop.c tree-ssa-forwprop.c (can_propagate_from): Exclude loads from decls explicitly. 2008-07-02 11:25:26 +00:00
tree-ssa-ifcombine.c tree-ssa-ifcombine.c (get_name_for_bit_test): Use CONVERT_EXPR_P. 2008-06-02 11:45:27 +02:00
tree-ssa-live.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-ssa-live.h cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-ssa-loop-ch.c re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
tree-ssa-loop-im.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-ssa-loop-ivcanon.c re PR tree-optimization/36078 (gfortran fails to build cpu2006/465.tonto) 2008-04-29 16:01:36 +00:00
tree-ssa-loop-ivopts.c tree-flow.h (loop_only_exit_p): Declare. 2008-07-03 22:02:18 +00:00
tree-ssa-loop-manip.c re PR tree-optimization/18754 (unrolling happens too late/SRA does not happen late enough) 2008-04-27 16:27:08 +00:00
tree-ssa-loop-niter.c tree-flow.h (loop_only_exit_p): Declare. 2008-07-03 22:02:18 +00:00
tree-ssa-loop-prefetch.c re PR tree-optimization/36504 (ICE when building xorg-server with -O3 -fprefetch-loop-arrays) 2008-06-24 12:06:17 +02:00
tree-ssa-loop-unswitch.c
tree-ssa-loop.c re PR tree-optimization/18754 (unrolling happens too late/SRA does not happen late enough) 2008-04-27 16:27:08 +00:00
tree-ssa-math-opts.c re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
tree-ssa-operands.c tree-ssa-structalias.c (callused_id, [...]): Add. 2008-06-28 13:17:20 +00:00
tree-ssa-operands.h re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior) 2008-01-08 16:29:14 +00:00
tree-ssa-phiopt.c ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-26 00:12:56 +00:00
tree-ssa-phiprop.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-ssa-pre.c tree-ssa-pre.c (fully_constant_expression): Add fold_convert calls. 2008-07-14 04:17:55 +00:00
tree-ssa-propagate.c tree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region information. 2008-05-28 20:15:10 +00:00
tree-ssa-propagate.h
tree-ssa-reassoc.c tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure. 2008-05-20 12:34:06 +00:00
tree-ssa-sccvn.c Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-optimization/35287 2008-07-08 16:11:06 +00:00
tree-ssa-sccvn.h Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-optimization/35287 2008-07-08 16:11:06 +00:00
tree-ssa-sink.c tree-flow.h (may_point_to_global_var): Declare. 2008-06-11 09:22:27 +00:00
tree-ssa-structalias.c tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_graph. 2008-07-07 20:17:37 +00:00
tree-ssa-structalias.h tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_graph. 2008-07-07 20:17:37 +00:00
tree-ssa-ter.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-ssa-threadedge.c Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-optimization/35287 2008-07-08 16:11:06 +00:00
tree-ssa-threadupdate.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-ssa-uncprop.c re PR other/35094 (RTL dump file letters hosed and partly undocumented) 2008-03-19 11:22:40 +00:00
tree-ssa.c tree-ssa-structalias.c (callused_id, [...]): Add. 2008-06-28 13:17:20 +00:00
tree-ssanames.c tree.h (init_phinodes, [...]): Move ... 2008-05-13 14:24:33 -04:00
tree-stdarg.c config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86-*-*. 2008-07-06 16:51:58 +02:00
tree-stdarg.h
tree-switch-conversion.c tree-switch-conversion.c (build_one_array, [...]): Use build_gimple_modify_stmt. 2008-07-04 11:57:59 +02:00
tree-tailcall.c re PR target/36713 (r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu) 2008-07-07 15:11:29 +00:00
tree-vect-analyze.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree-vect-generic.c Add SSE5 vector shift/rotate; Update SSE5 vector multiply 2008-05-14 20:07:53 +00:00
tree-vect-patterns.c Add SSE5 vector shift/rotate; Update SSE5 vector multiply 2008-05-14 20:07:53 +00:00
tree-vect-transform.c re PR tree-optimization/36648 (segfault in global constructor with -O3) 2008-06-30 11:43:55 +00:00
tree-vectorizer.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
tree-vectorizer.h tree-vectorizer.c (free_stmt_vec_info): New function. 2008-03-12 06:06:00 +00:00
tree-vrp.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
tree.c tree.c (decl_assembler_name_equal): Expect assembler name of decl to be mangled too. 2008-07-13 20:55:47 +00:00
tree.def Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-optimization/35287 2008-07-08 16:11:06 +00:00
tree.h cgraph.c (assembler_name_hash): New static var. 2008-07-13 10:06:19 +00:00
treestruct.def Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-optimization/35287 2008-07-08 16:11:06 +00:00
tsystem.h
typeclass.h
unwind-c.c
unwind-compat.c
unwind-compat.h
unwind-dw2-fde-compat.c
unwind-dw2-fde-darwin.c
unwind-dw2-fde-glibc.c
unwind-dw2-fde.c cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
unwind-dw2-fde.h
unwind-dw2.c
unwind-dw2.h
unwind-generic.h targhooks.h (struct gcc_target): New member unwind_word_mode. 2008-06-18 20:49:12 +00:00
unwind-pe.h re PR target/34780 (Bootstrapping libstdc++-v3 failed) 2008-07-07 18:16:04 +00:00
unwind-sjlj.c
unwind.inc cgraph.c: Fix typos in comments. 2008-06-06 05:42:00 +00:00
value-prof.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
value-prof.h tree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region information. 2008-05-28 20:15:10 +00:00
var-tracking.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
varasm.c cgraph.c (assembler_name_hash): New static var. 2008-07-13 10:06:19 +00:00
varpool.c varpool.c (dump_varpool): Use 'next', not 'next_needed' when traversing pool. 2007-11-02 15:29:09 +00:00
varray.c alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings. 2008-07-04 00:22:31 +00:00
varray.h
vec.c ggc.h (GGC_RESIZEVAR): New, reorder macros. 2008-06-20 18:34:07 +00:00
vec.h re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty macro arguments) 2008-07-03 10:31:03 +00:00
vecprim.h
version.c
version.h
vmsdbg.h
vmsdbgout.c alpha.c (alpha_need_linkage, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-07-02 06:43:45 +00:00
web.c df.h (struct df_ref): Replace 'insn' field with 'insn_info' field. 2008-06-18 05:42:23 +00:00
xcoff.h
xcoffout.c c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual warnings. 2008-06-27 16:53:54 +00:00
xcoffout.h

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

needs to be coded in some other way.


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

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

  if (mem)
    free (mem);


Trigraphs
---------

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


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

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


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

errno
-----

errno might be declared as a macro.


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

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

  unsigned variable;

as shorthand for

  unsigned int variable;

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

  (unsigned) variable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

o Expecting ints shifted right to be sign extended.

o Modifying the same value twice within one sequence point.

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

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

o Passing incorrect types to fprintf and friends.

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