gcc/gcc/cp
Ian Lance Taylor e0c68ce9d2 rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_TARGET.
./:	* rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND
	or REG_LABEL_TARGET.
	* calls.c (emit_library_call_value_1): Use MEM_P rather than
	comparing MODE with MEM.
	* gimple.c (gimple_build_predict): Cast END_PREDICTORS before
	comparing with GF_PREDICT_TAKEN.
	(gimple_get_lhs): Change code to enum gimple_code.
	(gimple_set_lhs): Likewise.
	* ifcvt.c (noce_process_if_block): Correct GET_MODE to GET_CODE.
	* omp-low.c (find_omp_clause): Change kind parameter to enum
	omp_clause_code.
	* tree-flow.h (find_omp_clause): Update declaration.
	* regrename.c (clear_dead_regs): Change kind parameter to enum
	reg_note.
	* reload1.c (eliminate_regs_1): Use REG_NOTE_KIND rather than
	GET_MODE.
	* see.c (see_get_extension_data): Change return type to enum
	entry_type.  Change UNKNOWN to NOT_RELEVANT, SIGN_EXTEND to
	SIGNED_EXTENDED_DEF, ZERO_EXTEND to ZERO_EXTENDED_DEF.
	(see_gen_normalized_extension): Change extension_code parameter to
	enum entry_type.
	(see_seek_pre_extension_expr): Change extension_code to enum
	entry_type.
	(see_merge_one_def_extension): Likewise.
	(see_handle_relevant_defs): Likewise.
	(see_handle_relevant_uses): Likewise.
	(see_analyze_one_def): Likewise.
	* tree-cfg.c (need_fake_edge_p): Compare gimple code with
	GIMPLE_ASM rather than ASM_EXPR.
	* tree-ssa-alias.c (is_escape_site): Compare gimple code with
	GIMPLE_RETURN rather than RETURN_EXPR.
	* tree-ssa-ccp.c (likely_value): Change code to enum gimple_code.
	(evaluate_stmt): Likewise.
	* tree-vect-analyze.c (vect_analyze_operations): Change relevance
	to enum vect_relevant.
	(vect_mark_stmts_to_be_vectorized): Change assertion to not
	compare gimple codes with tree codes.
cp/:
	* parser.c (check_no_duplicate_clause): Change code parameter to
	enum omp_clause_code.
fortran/:
	* symbol.c (generate_isocbinding_symbol): Compare
	gfc_notification_std with ERROR rather than FAILURE.
	* resolve.c (check_assumed_size_reference): Compare array type
	with AR_FULL rather than DIMEN_ELEMENT.
	(resolve_actual_arglist): Compare with EXPR_VARIABLE rather than
	FL_VARIABLE.

From-SVN: r139991
2008-09-04 17:32:38 +00:00
..
ChangeLog rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_TARGET. 2008-09-04 17:32:38 +00:00
ChangeLog-1993
ChangeLog-1994
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog.ptr
ChangeLog.tree-ssa
Make-lang.in backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. 2008-07-28 14:33:56 +00:00
NEWS
call.c re PR c++/37208 (C++0x deleted functions and SFINAE) 2008-09-03 00:10:27 -04:00
cfns.gperf
cfns.h
class.c re PR c++/37208 (C++0x deleted functions and SFINAE) 2008-09-03 00:10:27 -04:00
config-lang.in
cp-gimplify.c cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic. 2008-08-29 08:40:01 +00:00
cp-lang.c tree.h (enum tree_code): Include all-tree.def, not tree.def. 2008-06-21 21:17:40 +00:00
cp-objcp-common.c c-common.c (vector_types_convertible_p): Call langhook instead of comptypes. 2008-03-07 08:48:57 +00:00
cp-objcp-common.h Change attribute((option(...))) to attribute((target(...))); Do not allocate tree nodes on x86 for builtins until we generate code for the ISA; Delete hot/cold functions changing optimization; Make C++ support target specific functions; Add #pragma GCC {push_options,pop_options,reset_options} instead of #pragma GCC {target,optimize} {push,reset,pop} 2008-08-30 23:50:40 +00:00
cp-tree.def
cp-tree.h re PR c++/37189 (OpenMP task construct with implicit firstprivate variables ICEs) 2008-09-03 22:33:21 +02:00
cvt.c diagnostics.c (permerror_at): Rename as permerror. 2008-08-18 11:17:52 +00:00
cxx-pretty-print.c objc-act.c: Fix comment typos. 2008-07-21 19:29:07 +00:00
cxx-pretty-print.h re PR c++/33494 (Broken diagnostic: 'modop_expr' not supported by dump_expr) 2007-11-01 02:17:02 +00:00
decl.c re PR c++/37348 (internal compiler error: tree check: expected var_decl, have field_decl in cp_finish_decl, at cp/decl.c:5461) 2008-09-03 22:34:35 +02:00
decl.h
decl2.c re PR c++/37189 (OpenMP task construct with implicit firstprivate variables ICEs) 2008-09-03 22:33:21 +02:00
dump.c cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P. 2008-03-21 18:56:51 +00:00
error.c c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerators of an ENUMERAL_TYPE. 2008-08-26 22:33:10 +00:00
except.c diagnostics.c (permerror_at): Rename as permerror. 2008-08-18 11:17:52 +00:00
expr.c expr.c (cxx_expand_expr): Removed. 2007-10-26 08:19:14 +00:00
friend.c diagnostic.c (inform): Add an explicit location_t parameter. 2008-08-20 13:35:00 +00:00
g++spec.c
init.c Implement C++0x 'auto' semantics. 2008-08-30 01:14:54 -04:00
lang-specs.h
lex.c diagnostic.c (inform): Add an explicit location_t parameter. 2008-08-20 13:35:00 +00:00
mangle.c mangle.c (write_type): Add target-specific manglings for non-fundamental types to the substitution table. 2008-08-29 22:19:24 +00:00
method.c diagnostic.c (inform): Add an explicit location_t parameter. 2008-08-20 13:35:00 +00:00
name-lookup.c re PR fortran/29635 (debug info of modules) 2008-08-29 20:41:19 +02:00
name-lookup.h c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerators of an ENUMERAL_TYPE. 2008-08-26 22:33:10 +00:00
operators.def objc-act.c: Fix comment typos. 2008-07-21 19:29:07 +00:00
optimize.c optimize.c (maybe_clone_body): Remove DECL_INLINE. 2008-07-29 10:49:30 +00:00
parser.c rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_TARGET. 2008-09-04 17:32:38 +00:00
pt.c tree.c (protected_set_expr_location): New. 2008-09-01 15:02:27 +00:00
ptree.c
repo.c re PR c++/36364 (Problem with -frepo) 2008-06-28 00:26:48 +02:00
rtti.c re PR c++/36405 (ICE with typeid of member function) 2008-07-31 20:07:20 +02:00
search.c Implement defaulted/deleted functions as per N2346 2008-07-24 15:15:00 -04:00
semantics.c re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do conditions, for beg/cond/end expressions etc.) 2008-08-27 16:06:00 +00:00
tree.c rtlanal.c: Fix uses of "it's" with "its" where appropriate. 2008-08-26 23:27:31 +10:00
typeck.c diagnostic.c (error_at): New. 2008-09-03 01:00:04 +00:00
typeck2.c re PR c++/37208 (C++0x deleted functions and SFINAE) 2008-09-03 00:10:27 -04:00