2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-21 12:00:47 +08:00
Neil Booth ceef8ce4b4 c-common.c (unsigned_conversion_warning, [...]): Use new hooks.
* c-common.c (unsigned_conversion_warning, convert_and_check,
	unsigned_type, signed_type, shorten_compare,
	c_common_get_alias_set, c_common_nodes_and_builtins): Use new hooks.
	(unsigned_type, signed_type, signed_or_unsigned_type): Rename.
	* c-common.h (unsigned_type, signed_type, signed_or_unsigned_type):
	New.
	* c-decl.c (grokdeclarator): Update.
	* c-format.c (check_format_types): Update.
	* c-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
	LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
	* c-typeck.c (build_binary_op, convert_for_assignment): Update.
	* convert.c (convert_to_integer): Use new hooks.
	* expmed.c (make_tree): Use new hooks.
	* expr.c (store_expr): Use new hooks.
	* fold-const.c (operand_equal_for_comparison_p, build_range_check,
	all_ones_mask_p, unextend, fold): Use new hooks.
	* langhooks.h (struct lang_hooks_for_types): New hooks.
	* tree.h (signed_or_unsigned_type, signed_type,
	unsigned_type): Remove.
ada:
	* gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
	Rename.
	* misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
	LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
	* trans.c (tree_transform, convert_with_check): Update.
	* utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
	Rename.
cp:
	* cp-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
	LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
	* decl.c (grokdeclarator): Update.
	* mangle.c (write_integer_cst): Update.
	* typeck.c (build_binary_op): Update.
f:
	* com.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
	LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
	(unsigned_type, signed_type, signed_or_unsigned_type): Rename.
java:
	* expr.c (build_java_binop): Update.
	* java-tree.h (java_signed_type, java_unsigned_type,
	java_signed_or_unsigned_type): Update.
	* lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
	LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
	* parse.y (patch_binop): Update.
	* typeck.c (signed_or_unsigned_type, unsigned_type,
	signed_type): Update.
objc:
	* objc-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
	LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.

From-SVN: r51684
2002-04-01 08:46:10 +00:00
..
2001-11-19 22:56:51 +00:00
2002-01-23 03:01:53 +00:00
2002-01-23 03:01:53 +00:00
2001-05-25 18:31:47 -07:00
2001-05-25 18:31:47 -07:00
2001-10-17 15:34:54 -07:00
2001-10-17 15:34:54 -07:00
2001-05-25 18:31:47 -07:00
2001-10-17 15:34:54 -07:00
2002-02-04 16:07:59 +00:00
2001-05-25 18:31:47 -07:00
2002-01-23 03:01:53 +00:00
2002-01-23 03:01:53 +00:00
2001-05-25 18:31:47 -07:00
2002-02-06 21:49:42 +00:00
2002-02-06 21:49:42 +00:00
2002-02-06 21:49:42 +00:00
2002-02-06 21:49:42 +00:00
2001-10-17 15:34:54 -07:00
2002-03-26 15:36:37 +00:00
2001-05-25 18:31:47 -07:00
2002-01-23 03:01:53 +00:00
2001-05-25 18:31:47 -07:00
2001-05-25 18:31:47 -07:00
2002-03-17 20:41:46 +00:00
2001-05-25 18:31:47 -07:00
2001-05-25 18:31:47 -07:00
2001-10-17 15:34:54 -07:00
2001-05-25 18:31:47 -07:00
2002-02-04 16:07:59 +00:00
2001-05-25 18:31:47 -07:00
2001-05-25 18:31:47 -07:00
2001-05-25 18:31:47 -07:00
2002-02-04 16:07:59 +00:00
2001-10-17 15:34:54 -07:00
2001-05-25 18:31:47 -07:00
2001-05-25 18:31:47 -07:00
2001-05-25 18:31:47 -07:00
2001-05-25 18:31:47 -07:00
2001-10-17 15:34:54 -07:00
2001-10-17 15:34:54 -07:00
2002-02-04 16:07:59 +00:00
2001-05-25 18:31:47 -07:00
2001-05-25 18:31:47 -07:00
2001-10-17 15:34:54 -07:00
2001-10-17 15:34:54 -07:00
2001-10-17 15:34:54 -07:00
2001-05-25 18:31:47 -07:00
2002-04-01 08:17:05 +00:00
2001-05-25 18:31:47 -07:00

1995-02-15

This directory is the f/ subdirectory, which is designed to
be a subdirectory in a gcc development tree, i.e. named gcc/f/.

Please see gcc/README.g77 for information on the contents of this
directory.