gcc/gcc/fortran
Andrew MacLeod f088993974 function.h (ipa_opt_pass, [...]): Move forward declarations.
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
	* cgraph.h: Include ipa-ref.h and plugin-api.h.
	(ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
	(symtab_node::address_can_be_compared_p): Move function.
	* cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
	definition here.
	* asan.c: Remove ipa-ref.h and plugin-api.h from include list.
	* auto-profile.c: Likewise.
	* bb-reorder.c: Likewise.
	* builtins.c: Likewise.
	* calls.c: Likewise.
	* cfgexpand.c: Likewise.
	* cgraphbuild.c: Likewise.
	* cgraphclones.c: Likewise.
	* cgraphunit.c: Likewise.
	* combine.c: Likewise.
	* coverage.c: Likewise.
	* data-streamer-in.c: Likewise.
	* data-streamer-out.c: Likewise.
	* data-streamer.c: Likewise.
	* dbxout.c: Likewise.
	* dwarf2out.c: Likewise.
	* except.c: Likewise.
	* expr.c: Likewise.
	* final.c: Likewise.
	* fold-const.c: Likewise.
	* ggc-page.c: Likewise.
	* gimple-fold.c: Likewise.
	* gimple-iterator.c: Likewise.
	* gimple-pretty-print.c: Likewise.
	* gimple-streamer-in.c: Likewise.
	* gimple-streamer-out.c: Likewise.
	* gimple.c: Likewise.
	* gimplify.c: Likewise.
	* ipa-chkp.c: Likewise.
	* ipa-comdats.c: Likewise.
	* ipa-cp.c: Likewise.
	* ipa-devirt.c: Likewise.
	* ipa-icf-gimple.c: Likewise.
	* ipa-icf.c: Likewise.
	* ipa-inline-analysis.c: Likewise.
	* ipa-inline-transform.c: Likewise.
	* ipa-inline.c: Likewise.
	* ipa-polymorphic-call.c: Likewise.
	* ipa-profile.c: Likewise.
	* ipa-prop.c: Likewise.
	* ipa-pure-const.c: Likewise.
	* ipa-ref.c: Likewise.
	* ipa-reference.c: Likewise.
	* ipa-split.c: Likewise.
	* ipa-utils.c: Likewise.
	* ipa-visibility.c: Likewise.
	* ipa.c: Likewise.
	* langhooks.c: Likewise.
	* lto-cgraph.c: Likewise.
	* lto-compress.c: Likewise.
	* lto-opts.c: Likewise.
	* lto-section-in.c: Likewise.
	* lto-section-out.c: Likewise.
	* lto-streamer-in.c: Likewise.
	* lto-streamer-out.c: Likewise.
	* lto-streamer.c: Likewise.
	* omp-low.c: Likewise.
	* opts-global.c: Likewise.
	* passes.c: Likewise.
	* predict.c: Likewise.
	* print-tree.c: Likewise.
	* profile.c: Likewise.
	* ree.c: Likewise.
	* sanopt.c: Likewise.
	* stor-layout.c: Likewise.
	* symtab.c: Likewise.
	* toplev.c: Likewise.
	* trans-mem.c: Likewise.
	* tree-cfg.c: Likewise.
	* tree-chkp.c: Likewise.
	* tree-eh.c: Likewise.
	* tree-emutls.c: Likewise.
	* tree-inline.c: Likewise.
	* tree-nested.c: Likewise.
	* tree-parloops.c: Likewise.
	* tree-pretty-print.c: Likewise.
	* tree-profile.c: Likewise.
	* tree-sra.c: Likewise.
	* tree-ssa-alias.c: Likewise.
	* tree-ssa-live.c: Likewise.
	* tree-ssa-loop-ivcanon.c: Likewise.
	* tree-ssa-loop-ivopts.c: Likewise.
	* tree-ssa-pre.c: Likewise.
	* tree-ssa-sccvn.c: Likewise.
	* tree-ssa-strlen.c: Likewise.
	* tree-ssa-structalias.c: Likewise.
	* tree-streamer-in.c: Likewise.
	* tree-streamer-out.c: Likewise.
	* tree-streamer.c: Likewise.
	* tree-switch-conversion.c: Likewise.
	* tree-tailcall.c: Likewise.
	* tree-vect-data-refs.c: Likewise.
	* tree-vect-stmts.c: Likewise.
	* tree-vectorizer.c: Likewise.
	* tree.c: Likewise.
	* tsan.c: Likewise.
	* ubsan.c: Likewise.
	* value-prof.c: Likewise.
	* varasm.c: Likewise.
	* varpool.c: Likewise.
	* config/arm/arm.c: Likewise.
	* config/bfin/bfin.c: Likewise.
	* config/c6x/c6x.c: Likewise.
	* config/cris/cris.c: Likewise.
	* config/darwin-c.c: Likewise.
	* config/darwin.c: Likewise.
	* config/i386/i386.c: Likewise.
	* config/i386/winnt.c: Likewise.
	* config/microblaze/microblaze.c: Likewise.
	* config/mips/mips.c: Likewise.
	* config/rs6000/rs6000.c: Likewise.
	* config/rx/rx.c: Likewise.
	* config/s390/s390.c: Likewise.
	* config/tilegx/mul-tables.c: Likewise.

ada
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* gcc-interface/trans.c: Remove ipa-ref.h and plugin-api.h from include
	list.
	* gcc-interface/utils.c: Likewise.

c
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* c-decl.c: Remove ipa-ref.h and plugin-api.h from include list.
	* c-parser.c: Likewise.

c-family
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* c-common.c: Remove ipa-ref.h and plugin-api.h from include list.
	* c-gimplify.c: Likewise.
	* c-pragma.c: Likewise.
	* c-ubsan.c: Likewise.
	* cilk.c: Likewise.

cp
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* call.c: Remove ipa-ref.h and plugin-api.h from include list.
	* class.c: Likewise.
	* cp-ubsan.c: Likewise.
	* decl.c: Likewise.
	* decl2.c: Likewise.
	* lambda.c: Likewise.
	* mangle.c: Likewise.
	* method.c: Likewise.
	* optimize.c: Likewise.
	* parser.c: Likewise.
	* semantics.c: Likewise.
	* tree.c: Likewise.
	* vtable-class-hierarchy.c: Likewise.

fortran
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* f95-lang.c: Remove ipa-ref.h and plugin-api.h from include list.
	* trans-decl.c: Likewise.

go
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* go-gcc.cc: Remove ipa-ref.h and plugin-api.h from include list.

java
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* class.c: Remove ipa-ref.h and plugin-api.h from include list.
	* decl.c: Likewise.
	* jcf-parse.c: Likewise.
	* resource.c: Likewise.

jit
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* dummy-frontend.c: Remove ipa-ref.h and plugin-api.h from include list.
	* jit-playback.c: Likewise.

lto
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* lto-lang.c: Remove ipa-ref.h and plugin-api.h from include list.
	* lto-object.c: Likewise.
	* lto-partition.c: Likewise.
	* lto-symtab.c: Likewise.
	* lto-tree.h: Likewise.
	* lto.c: Likewise.

objc
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

	* objc-act.c: Remove ipa-ref.h and plugin-api.h from include list.

From-SVN: r224986
2015-06-25 18:32:38 +00:00
..
ChangeLog function.h (ipa_opt_pass, [...]): Move forward declarations. 2015-06-25 18:32:38 +00:00
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog.ptr
Make-lang.in Makefile.in (check_gcc_parallelize): Delete. 2015-05-22 16:39:06 -07:00
arith.c re PR fortran/47359 (Recursive functions of intrinsic names generates invalid assembler) 2015-06-06 16:12:39 +00:00
arith.h
array.c re PR fortran/66041 (Matmul ICE) 2015-05-12 06:37:43 +00:00
bbt.c
check.c re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color) 2015-05-23 23:02:52 +00:00
class.c re PR fortran/64787 (Invalid code on sourced allocation of class(*) character string) 2015-03-24 11:28:48 +01:00
config-lang.in
constructor.c
constructor.h
convert.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
cpp.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
cpp.h
data.c re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color) 2015-05-23 23:02:52 +00:00
data.h
decl.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
dependency.c re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color) 2015-05-16 12:31:00 +00:00
dependency.h
dump-parse-tree.c Merge current set of OpenACC changes from gomp-4_0-branch. 2015-01-15 21:11:12 +01:00
error.c The problem is that diagnostic_action_after_output tries to delete the active pretty-printer which tries to delete its output_buffer... 2015-06-24 22:16:42 +00:00
expr.c re PR fortran/47359 (Recursive functions of intrinsic names generates invalid assembler) 2015-06-06 16:12:39 +00:00
f95-lang.c function.h (ipa_opt_pass, [...]): Move forward declarations. 2015-06-25 18:32:38 +00:00
frontend-passes.c re PR fortran/66385 (ICE: FORALL writing multiple elements of one array) 2015-06-05 20:51:08 +00:00
gfc-diagnostic.def diagnostic-core.h (internal_error_no_backtrace): New prototype. 2015-01-23 09:51:10 +01:00
gfc-internals.texi
gfortran.h coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
gfortran.texi gfortran.texi (_gfortran_caf_sync_memory): Improve wording. 2015-03-24 08:04:51 +01:00
gfortranspec.c Always pass explicit location to fatal_error. 2015-01-30 16:15:00 +00:00
interface.c Use std::swap instead of explicit swaps 2015-05-19 04:24:31 +00:00
intrinsic.c re PR fortran/47359 (Recursive functions of intrinsic names generates invalid assembler) 2015-06-06 16:12:39 +00:00
intrinsic.h re PR fortran/37131 (inline matmul for small matrix sizes) 2015-05-06 20:23:48 +00:00
intrinsic.texi intrinsic.texi: Change \leq to < in descrition of imaginary part in argument to log. 2015-06-14 07:05:00 +00:00
invoke.texi re PR fortran/37131 (inline matmul for small matrix sizes) 2015-05-06 20:23:48 +00:00
io.c re PR fortran/66039 (ICE on incomplete parentheses at rewind, flush, endfile, backspace) 2015-05-18 21:04:33 +00:00
ioparm.def
iresolve.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
iso-c-binding.def
iso-fortran-env.def
lang-specs.h
lang.opt re PR fortran/37131 (inline matmul for small matrix sizes) 2015-05-06 20:23:48 +00:00
libgfortran.h re PR fortran/61933 (Inquire on internal units) 2015-01-23 01:59:23 +00:00
match.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
match.h Merge current set of OpenACC changes from gomp-4_0-branch. 2015-01-15 21:11:12 +01:00
matchexp.c Always pass 0 or option number to gfc_warning*. 2015-02-01 00:29:54 +00:00
mathbuiltins.def
misc.c
module.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
openmp.c coretypes.h: Include hash-table.h and hash-set.h for host files. 2015-06-08 21:06:50 +00:00
options.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
parse.c re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array) 2015-06-23 11:07:22 +02:00
parse.h Merge current set of OpenACC changes from gomp-4_0-branch. 2015-01-15 21:11:12 +01:00
primary.c re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array) 2015-06-23 11:07:22 +02:00
resolve.c re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array) 2015-06-23 11:07:22 +02:00
scanner.c re PR fortran/65903 (Line continuation followed by comment character in string fails to compile) 2015-05-16 17:44:15 +00:00
scanner.h
simplify.c simplify.c (gfc_simplify_reshape): Convert assert into returning NULL, which triggers an error condition. 2015-06-02 22:08:14 +00:00
st.c Merge current set of OpenACC changes from gomp-4_0-branch. 2015-01-15 21:11:12 +01:00
symbol.c re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color) 2015-05-23 23:02:52 +00:00
target-memory.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
target-memory.h
trans-array.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
trans-array.h re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec) 2015-06-15 12:08:04 +02:00
trans-common.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
trans-const.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
trans-const.h
trans-decl.c function.h (ipa_opt_pass, [...]): Move forward declarations. 2015-06-25 18:32:38 +00:00
trans-expr.c re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array) 2015-06-23 11:07:22 +02:00
trans-intrinsic.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
trans-io.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
trans-openmp.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
trans-stmt.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
trans-stmt.h Merge current set of OpenACC changes from gomp-4_0-branch. 2015-01-15 21:11:12 +01:00
trans-types.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
trans-types.h
trans.c coretypes.h: Include input.h and as-a.h. 2015-06-17 14:58:44 +00:00
trans.h hash-traits.h (ggc_hasher): Rename to... 2015-06-25 17:06:36 +00:00
types.def [PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter. 2015-02-24 18:00:36 +01:00