gcc/gcc/c
Matthew Wahab 8fad45f5b6 Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks.
c/
2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>

	* c-decl.c (grokdeclarator): Remove errmsg and use of
	targetm.invalid_return_type.
	(grokparms): Remove errmsg and use of
	targetm.invalid_parameter_type.

cp/
2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>

	* decl.c (grokdeclarator): Remove errmsg and use of
	targetm.invalid_return_type.
	(grokparms): Remove errmsg and use of
	targetm.invalid_parameter_type.

gcc/
2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>

	* doc/tm.texi: Regenerate.
	* doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
	(TARGET_INVALID_RETURN_TYPE): Remove.
	* system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
	TARGET_INVALID_RETURN_TYPE.
	* target.def (invalid_parameter_type): Remove.
	(invalid_return_type): Remove.

From-SVN: r236276
2016-05-16 10:22:25 +00:00
..
ChangeLog Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks. 2016-05-16 10:22:25 +00:00
Make-lang.in Make-lang.in (cc1-checksum.c): For stage-final re-use the checksum from the previous stage. 2016-05-03 08:14:27 +00:00
c-array-notation.c c-array-notation.c (fix_builtin_array_notation_fn): Fix final argument to build_modify_expr in two cases. 2016-04-28 16:00:19 -06:00
c-aux-info.c Update copyright years. 2016-01-04 15:30:50 +01:00
c-convert.c re PR sanitizer/69099 (ICE when compiling gcc.dg/atomic/c11-atomic-exec-2.c with -fsanitize=float-cast-overflow) 2016-01-06 10:24:15 +00:00
c-decl.c Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks. 2016-05-16 10:22:25 +00:00
c-errors.c PR43651: add warning for duplicate qualifier 2016-05-11 20:23:37 +00:00
c-fold.c re PR middle-end/70307 (ICE: in gimplify_expr, at gimplify.c:10915 on valid code) 2016-04-04 08:11:46 +00:00
c-lang.c Update copyright years. 2016-01-04 15:30:50 +01:00
c-lang.h Update copyright years. 2016-01-04 15:30:50 +01:00
c-objc-common.c [PATCH 1/2] (header usage fix) remove unused system header includes 2016-04-22 10:57:56 +00:00
c-objc-common.h Update copyright years. 2016-01-04 15:30:50 +01:00
c-parser.c c-parser.c (c_parser_switch_statement): Add IF_P argument, parse it through to c_parser_c99_block_statement. 2016-05-05 15:26:59 +02:00
c-tree.h re PR c/70756 (Wrong column number shown for "error: invalid use of flexible array member") 2016-05-12 15:28:08 +00:00
c-typeck.c re PR c/70756 (Wrong column number shown for "error: invalid use of flexible array member") 2016-05-12 15:28:08 +00:00
config-lang.in Update copyright years. 2016-01-04 15:30:50 +01:00
gccspec.c Update copyright years. 2016-01-04 15:30:50 +01:00