gcc/gcc/fortran
Steven Bosscher 7ee2468b92 system.h (dump_file): Do not define.
gcc/
	* system.h (dump_file): Do not define.
	* tree-pass.h: Include dumpfile.h, which is a new file containing...
	(enum tree_dump_index, TDF_*, get_dump_file_name, dump_enabled_p,
	dump_initialized_p, dump_begin, dump_end, dump_node, dump_switch_p,
	dump_flag_name, dump_file, dump_flags, dump_file_name,
	get_dump_file_info, struct dump_file_info): all of this, moved to...
	* dumpfile.h: Here, new file.
	* tree-dump.h: Include dumpfile.h, but not tree-pass.h.
	(dump_stmt): Remove prototype for C++ specific function.
	(dump_enumerated_decls): Move prototype from here...
	* tree-flow.h (dump_enumerated_decls): ... to here.
	(get_ref_base_and_extent) Move prototype from here ...
	* tree.h (get_ref_base_and_extent) ... to here.
	* tree-ssa-live.c: Do not inclde tree-pretty-print.h, because
	gimple-pretty-print.h is enough.  Do not include tree-dump.h,
	include timevar.h and dumpfile.h instead.
	(struct numbered_tree_d, compare_decls_by_uid,
	dump_enumerated_decls_push, dump_enumerated_decls): Move from here ...
	* tree-dfa.c:(struct numbered_tree_d, compare_decls_by_uid,
	dump_enumerated_decls_push, dump_enumerated_decls):... to here.
	Do not include timevar.h.
	* tree.c: Do not include timevar.h.
	* tree-cfg.c: Do not include langhooks.h, tree-pretty-print.h, and
	timevar.h.
	(dump_cfg_stats): Use current_function_name.
	(gimple_cfg2vcg): Likewise.
	(dump_function_to_file): Likewise.
	* df-scan.c: Do not include tree-pass.h and timevar.h.
	Include dumpfile.h.
	(df_entry_block_bitmap_verify, df_exit_block_bitmap_verify): Do not
	use print_current_pass.
	* df-problems.c: Include dumpfile.h.
	Always define REG_DEAD_DEBUGGING, avoid #ifdef code, because it
	leads to errors in the code not selected.
	(df_note_compute): Do not print_rtl_with_bb here.  Fix compilation
	bug if REG_DEAD_DEBUGGING is not 0, get_insns is not available here.
	* lcm.c: Include dumpfile.h.
	Remove obsolete include of insn-attr.h.
	* dojump.c (do_compare_rtx_and_jump): Remove failure printing for
	missing probability notes.
	* stmt.c: Include dumpfile.h.
	(emit_case_decision_tree): Re-enable printing expand details only
	if TDF_DETAILS.
	* alias.c, auto-inc-dec.c, bb-reorder.c, caller-save.c, cfg.c, 
	cfgcleanup.c, cfgexpand.c, cfgloop.c, cfgloopmanip.c, cgraph.c, 
	cgraphclones.c, cgraphunit.c, combine.c, combine-stack-adj.c, 
	coverage.c, cprop.c, cse.c, cselib.c, dbgcnt.c, dce.c, df-core.c, 
	dse.c, dwarf2out.c, emit-rtl.c, except.c, expr.c, final.c, 
	function.c, fwprop.c, gcse.c, gimple-fold.c, 
	gimple-pretty-print.c, gimple-ssa-strength-reduction.c, 
	gimplify.c, graphite-blocking.c, graphite-clast-to-gimple.c, 
	graphite-dependences.c, graphite-interchange.c, 
	graphite-optimize-isl.c, graphite-poly.c, 
	graphite-sese-to-poly.c, haifa-sched.c, hw-doloop.c, ifcvt.c, 
	ipa.c, ipa-cp.c, ipa-inline-analysis.c, ipa-inline.c, 
	ipa-inline-transform.c, ipa-prop.c, ipa-pure-const.c, 
	ipa-reference.c, ipa-split.c, ipa-utils.c, ira.c, ira-emit.c, 
	jump.c, loop-doloop.c, loop-init.c, loop-invariant.c, loop-iv.c, 
	loop-unroll.c, loop-unswitch.c, lower-subreg.c, 
	lto-section-out.c, lto-streamer-in.c, matrix-reorg.c, mcf.c, 
	mode-switching.c, modulo-sched.c, omega.c, omp-low.c, passes.c, 
	plugin.c, postreload.c, postreload-gcse.c, predict.c, print-rtl.c, 
	print-tree.c, profile.c, recog.c, ree.c, regcprop.c, reginfo.c, 
	regmove.c, regrename.c, reg-stack.c, reload1.c, reorg.c, 
	sched-rgn.c, sched-vis.c, sel-sched.c, sel-sched-ir.c, 
	store-motion.c, tracer.c, trans-mem.c, tree-affine.c, 
	tree-call-cdce.c, tree-cfgcleanup.c, tree-chrec.c, 
	tree-data-ref.c, tree-diagnostic.c, tree-dump.c,
	tree-eh.c, tree-flow-inline.h, tree-if-conv.c, tree-into-ssa.c, 
	tree-mudflap.c, tree-nrv.c, tree-object-size.c, 
	tree-optimize.c, tree-outof-ssa.c, tree-predcom.c, 
	tree-pretty-print.c, tree-profile.c, tree-scalar-evolution.c, 
	tree-sra.c, tree-ssa-address.c, tree-ssa-alias.c, tree-ssa.c, 
	tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-copy.c, 
	tree-ssa-copyrename.c,, tree-ssa-dce.c, tree-ssa-dom.c, 
	tree-ssa-dse.c, tree-ssa-forwprop.c, tree-ssa-ifcombine.c, 
	tree-ssa-loop.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c, 
	tree-ssa-loop-ivcanon.c, tree-ssa-loop-ivopts.c, 
	tree-ssa-loop-manip.c, tree-ssa-loop-niter.c, 
	tree-ssa-loop-prefetch.c, tree-ssa-loop-unswitch.c, 
	tree-ssa-math-opts.c, tree-ssa-operands.c, tree-ssa-phiopt.c, 
	tree-ssa-phiprop.c, tree-ssa-pre.c, tree-ssa-propagate.c, 
	tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-sink.c, 
	tree-ssa-structalias.c, tree-ssa-tail-merge.c, tree-ssa-ter.c, 
	tree-ssa-threadedge.c, tree-ssa-threadupdate.c, 
	tree-ssa-uncprop.c, tree-ssa-uninit.c, 
	tree-switch-conversion.c, tree-tailcall.c, 
	tree-vect-data-refs.c, tree-vect-loop.c, 
	tree-vect-loop-manip.c, tree-vectorizer.c, 
	tree-vect-patterns.c, tree-vect-slp.c, tree-vect-stmts.c, 
	tree-vrp.c, value-prof.c, var-tracking.c, web.c: Include tree-pass.h
	only if needed.  If tree-pass.h is included, do not include timevar.h
	and dumpfile.h.  If tree-pass.h is not included but dump_file, or
	dump_flags, or the TDF_* flags are used, include dumpfile.h.
	If gimple-pretty-print.h is included, don't include tree-pretty-print.h.
	Remove assorted unnecessary includes.

	* config/mn10300/mn10300.c, config/c6x/c6x.c, config/ia64/ia64.c,
	config/arm/arm.c, config/bfin/bfin.c, config/frv/frv.c,
	config/spu/spu.c, config/mep/mep.c, config/i386/i386.c:
	Include dumpfile.h.
	* config/rl78/rl78.c: Include dumpfile.h instead of tree-pass.h.
	* arm/t-arm, avr/t-avr, i386/t-i386, ia64/t-ia64, mep/t-mep,
	spu/t-spu-elf: Fix dependencies.

c-family/
	* c-gimplify.c: Include dumpfile.h instead of tree-dump.h.
	* c-ada-spec.c: Likewise.
	* c-dump.c (dump_stmt): Move to cp/dump.c, the only user.

c/
	* c-decl.c: Include dumpfile.h instead of tree-dump.h.
	* Make-lang.in: Fix dependencies.

cp/
	* dump.c (dump_stmt): Moved here from c-dump.c.
	* optimize.c: Include dumpfile.h instead of tree-dump.h.
	* class.c: Likewise.
	* decl2.c: Likewise.
	* Make-lang.in: Fix dependencies.

fortran/
	* f95-lang.c: Include dumpfile.h instead of tree-dump.h.
	* Make-lang.in: Fix dependencies.

java/
	* java-gimplify.c Include dumpfile.h instead of tree-dump.h
	* Make-lang.in: Fix dependencies.

lto/
	* lto.c: Do not include timevar.h.
	* Make-lang.in: Fix dependencies.

ada/
	* gcc-interface/utils.c: Include timevar.h.
	* Make-lang.in: Fix dependencies.

From-SVN: r189519
2012-07-16 11:32:42 +00:00
..
ChangeLog system.h (dump_file): Do not define. 2012-07-16 11:32:42 +00:00
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008 Fix dead e-mail address in ChangeLogs 2011-10-09 16:59:42 +00:00
ChangeLog-2009 Fix dead e-mail address in ChangeLogs 2011-10-09 16:59:42 +00:00
ChangeLog-2010 Fix bogus e-mail address in ChangeLogs 2011-10-09 16:48:25 +00:00
ChangeLog-2011 2012-01-09 Richard Guenther <rguenther@suse.de> 2012-01-09 10:11:38 +00:00
ChangeLog.ptr
Make-lang.in system.h (dump_file): Do not define. 2012-07-16 11:32:42 +00:00
arith.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
arith.h
array.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
bbt.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
check.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
class.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
config-lang.in
constructor.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
constructor.h
convert.c * convert.c (convert): Fold BOOLEAN_TYPE types to the proper variant. 2012-03-10 13:42:46 +00:00
cpp.c Linemap infrastructure for virtual locations 2011-10-17 11:58:56 +02:00
cpp.h
data.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
data.h
decl.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
dependency.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
dependency.h re PR fortran/49638 ([OOP] length parameter is ignored when overriding type bound character functions with constant length.) 2011-08-07 12:12:09 +02:00
dump-parse-tree.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
error.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
expr.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
f95-lang.c system.h (dump_file): Do not define. 2012-07-16 11:32:42 +00:00
frontend-passes.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
gfc-internals.texi
gfortran.h re PR fortran/53956 ([F03] PROCEDURE w/ interface: Bogus "EXTERNAL attribute conflicts with FUNCTION attribute") 2012-07-16 12:13:19 +02:00
gfortran.texi PR 52428 Range checking when reading integer values. 2012-05-14 22:39:23 +03:00
gfortranspec.c gcc.c (process_command): Update copyright notice dates. 2012-01-01 20:09:46 +01:00
interface.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
intrinsic.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
intrinsic.h intrinsic.h (gfc_resolve_rank): New prototype. 2012-06-18 20:37:16 +02:00
intrinsic.texi PR 49010,24518 MOD/MODULO fixes. 2012-05-05 10:59:22 +03:00
invoke.texi PR 52428 Range checking when reading integer values. 2012-05-14 22:39:23 +03:00
io.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
ioparm.def
iresolve.c PR 39654 FTELL intrinsic function return type. 2012-06-21 21:47:01 +03:00
iso-c-binding.def Make-lang.in (F95_PARSER_OBJS, [...]): Add dependency on iso-c-binding.def and iso-fortran-env.def. 2011-10-09 17:36:18 +02:00
iso-fortran-env.def
lang-specs.h
lang.opt re PR fortran/52196 (Add -Wrealloc-lhs) 2012-04-25 08:25:48 +02:00
libgfortran.h re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3) 2012-03-03 09:40:24 +01:00
match.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
match.h PR 51808 Constify binding_label. 2012-01-29 21:01:09 +02:00
matchexp.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
mathbuiltins.def Enable BUILT_IN_IROUND. 2012-03-15 22:27:07 +02:00
misc.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
module.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
openmp.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
options.c re PR c/53063 (encode group options in the .opt files) 2012-05-14 13:30:32 +00:00
parse.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
parse.h re PR fortran/44646 ([F08] Implement DO CONCURRENT) 2011-09-08 08:38:13 +02:00
primary.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
resolve.c re PR fortran/53956 ([F03] PROCEDURE w/ interface: Bogus "EXTERNAL attribute conflicts with FUNCTION attribute") 2012-07-16 12:13:19 +02:00
scanner.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
simplify.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
st.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
symbol.c re PR fortran/53956 ([F03] PROCEDURE w/ interface: Bogus "EXTERNAL attribute conflicts with FUNCTION attribute") 2012-07-16 12:13:19 +02:00
target-memory.c gfortran.h: Do not include coretypes.h here. 2012-07-08 09:55:02 +00:00
target-memory.h re PR fortran/37211 (TRANSFER to characters: Size checking) 2011-08-05 21:51:59 +00:00
trans-array.c re PR fortran/53732 ("mismatching comparison operand types" on compile) 2012-07-05 15:18:26 +00:00
trans-array.h trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get_proc_ifc_for_expr out of gfc_walk_elemental_function_args. 2012-02-12 15:22:34 +00:00
trans-common.c output.h (__gcc_host_wide_int__): Move to hwint.h. 2012-05-31 20:19:00 +00:00
trans-const.c trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::scalar into newly created union... 2011-11-03 22:10:25 +00:00
trans-const.h
trans-decl.c re PR fortran/53643 ([OOP] ICE (segfault) with INTENT(OUT) CLASS array) 2012-06-13 13:57:45 +02:00
trans-expr.c trans-expr.c (conv_isocbinding_procedure): Generate 2012-07-12 23:32:48 +02:00
trans-intrinsic.c expr.h (can_move_by_pieces): Move prototype from here ... 2012-07-11 08:58:58 +00:00
trans-io.c targhooks.c (default_case_values_threshold): Fix code style nit. 2012-04-18 18:27:51 +00:00
trans-openmp.c f95-lang.c (yyerror, yylex): Remove. 2012-03-06 19:51:42 +00:00
trans-stmt.c re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not supported) 2012-05-05 08:49:43 +00:00
trans-stmt.h re PR fortran/44646 ([F08] Implement DO CONCURRENT) 2011-09-08 08:38:13 +02:00
trans-types.c decl.c: Fix comment typos. 2012-05-30 08:26:09 +02:00
trans-types.h Make-lang.in (F95_PARSER_OBJS, [...]): Add dependency on iso-c-binding.def and iso-fortran-env.def. 2011-10-09 17:36:18 +02:00
trans.c expr.h (can_move_by_pieces): Move prototype from here ... 2012-07-11 08:58:58 +00:00
trans.h re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not supported) 2012-05-05 08:49:43 +00:00
types.def Check in patch/merge from cxx-mem-model Branch 2011-11-06 14:55:48 +00:00